On Jun 14, 2011, at 18:59, Stefan Sperling wrote:
> On Tue, Jun 14, 2011 at 04:24:46PM -0700, Geoff Hoffman wrote:
>> I have a file with some (I believe) Portuguese characters in the filename
>> that someone managed to store in the repo without any problem, and I checked
>> it out without issues,
Hi, Geoff,
Von: Geoff Hoffman [mailto:ghoff...@cardinalpath.com]
> I have a file with some (I believe) Portuguese characters in the
filename that someone managed to store in the repo without any problem,
and I checked it out without issues, too. However, now on my working
copy, it thinks that fil
Hi, Daniel,
> Von: Daniel Shahaf [mailto:d...@daniel.shahaf.name]
> Okay, more seriously, here's a Vim script...
>
> The first two lines are the configuration, you shouldn't have to
change
> anything below them.
> [snap]
Thanks!
Best regards
Markus Schaber
___
We soft
Hi,
> Von: Stefan Sperling [mailto:s...@elego.de]
>
> On Tue, Jun 14, 2011 at 04:32:50PM +0200, Markus Schaber wrote:
> > Hi, Konstantin,
> > > A good policy is to educate the developers to commit
whitespace-only
> > > changes in a separate commit.
> >
> > I know that. And I'm searching for a too
git-svn
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 15 Jun 2011 07:17, "Ryan Schmidt"
wrote:
> On Jun 14, 2011, at 22:53, shirish शिरीष wrote:
>
>> Is it possible to ch
On Jun 14, 2011, at 22:53, shirish शिरीष wrote:
> Is it possible to check out the log as well when you are checking out
> a version from some repo.
[snip]
> I know I could do something like this :-
>
> svn log > svnlog150611.txt
>
> This would download the log file and put the contents in some
Hi all,
Is it possible to check out the log as well when you are checking out
a version from some repo. For instance this is a game I like :-
CODE: SELECT ALL
r879 | arnestig | 2011-06-14 03:23:33 +0530 (Tue, 14 Jun 2011) | 2
Stefan Sperling wrote on Wed, Jun 15, 2011 at 01:59:18 +0200:
> On Tue, Jun 14, 2011 at 04:24:46PM -0700, Geoff Hoffman wrote:
> > I have a file with some (I believe) Portuguese characters in the filename
> > that someone managed to store in the repo without any problem, and I checked
> > it out wi
On Tue, Jun 14, 2011 at 04:24:46PM -0700, Geoff Hoffman wrote:
> I have a file with some (I believe) Portuguese characters in the filename
> that someone managed to store in the repo without any problem, and I checked
> it out without issues, too. However, now on my working copy, it thinks that
> f
I have a file with some (I believe) Portuguese characters in the filename
that someone managed to store in the repo without any problem, and I checked
it out without issues, too. However, now on my working copy, it thinks that
file is locally new.
I did an svn copy ok, but I can't seem to delete t
Daniel Shahaf wrote on Wed, Jun 15, 2011 at 02:07:00 +0300:
> > Bonus points for a tool which keeps real indentation changes, and only
> > discards tab<->space conversions which do not change the indentation
> > level. :-)
>
> vim -c 'source /dev/mind-reader' -c 'wq'
>
> Not all OS's provide the
Markus Schaber wrote on Tue, Jun 14, 2011 at 11:47:48 +0200:
> Is there any tool which reverts all those whitespace-only changes,
> keeping only the "real" changes in the file?
>
svn diff foo > 1
svn revert foo
patch < ./1 || svn patch ./1
> Bonus points for a tool which keeps real indentation
It's only a bad idea to use svn:externals if you don't know what they're for
and don't want to invest the time to learn.
If you do not want multiple copies of code, for instance, a library shared
by more than one app, then it is not only smart, it's the best (only) way to
do it.
If you only are g
On Mon, Jun 13, 2011 at 10:48 AM, David Fielder
wrote:
> Attempting to download SVN 1.7.0. alpha source code
>
> from http://apache.mirror.anlx.net/subversion/subversion-1.7.0-alpha1.zip
>
> I get this error.
>
> Forbidden
>
> You don't have permission to access /subversion/subversion-1.7.0-alpha
Hi,
More noob questions about svn...
1. Is using externals a good idea?
I've been told that it's generally a bad idea, and it feels to me like
a bad idea, since it obfuscates what's going on in the repo. Is it
often done for professional projects?
It depends on the use-case.
There are situ
On 6/14/2011 8:15 AM, Richard Cavell wrote:
More noob questions about svn...
1. Is using externals a good idea?
I've been told that it's generally a bad idea, and it feels to me like a
bad idea, since it obfuscates what's going on in the repo. Is it often
done for professional projects?
The p
On Tue, Jun 14, 2011 at 04:32:50PM +0200, Markus Schaber wrote:
> Hi, Konstantin,
> > A good policy is to educate the developers to commit whitespace-only
> > changes in a separate commit.
>
> I know that. And I'm searching for a tool allowing me to do just that.
>
> Especially when you make a se
Hi, Konstantin,
> Von: Konstantin Kolinko [mailto:knst.koli...@gmail.com]
> > While Subversion and TortoiseSVN offer the possibility to ignore
those
> > white space changes when diffing the files, a commit still includes
> > those changes, and thus the diff in the SVN history is cluttered,
> > whi
We have used externals on a couple of projects where they have been very
useful. They have not obscured anything as all svn commands will work on them.
From: Richard Cavell [mailto:richardcav...@mail.com]
Sent: Tuesday, June 14, 2011 6:16 AM
To: users@subversion.apache.org
Subject: More questions
Please use more descriptive subjects than "questions." It makes the
information much more searchable and helpful in the archives.
On Tue, Jun 14, 2011 at 09:15, Richard Cavell wrote:
> More noob questions about svn...
>
> 1. Is using externals a good idea?
>
> I've been told that it's generally
More noob questions about svn...
1. Is using externals a good idea?
I've been told that it's generally a bad idea, and it feels to me like a bad
idea, since it obfuscates what's going on in the repo. Is it often done for
professional projects?
2. Is there a means of keeping part of a file p
2011/6/14 Markus Schaber :
>
> While Subversion and TortoiseSVN offer the possibility to ignore those
> white space changes when diffing the files, a commit still includes
> those changes, and thus the diff in the SVN history is cluttered, which
> causes problems for reviewers.
>
Maybe you can fin
"Markus Schaber" schreef op 14/06/2011
11:54:04:
> > Isn't that exactly what freshmeat offers at
> > http://freshmeat.net/tags/subversion ?
>
> I'm not sure whether freshmeat will accept all Subversion-related
> Software (they seem to restrict themselves to "Unix, cross-platform and
> PalmOS",
Geoff Hoffman wrote:
>Why remove the Id keyword? Just delete the file (not svn delete, OS level
>delete) then svn up.
>
>
>On Mon, Jun 13, 2011 at 11:08 PM, Lorenz wrote:
>[...]
>> you can just remove the svn:keywords property
--
Lorenz
Hi, Jan,
> Von: Jan Keirse [mailto:jan.kei...@tvh.be]
> "Kevin Dietz" schreef op 11/06/2011
04:42:19:
>
> > I can see why the Subversion organizers stopped maintaining the list
> > internally.
> >
> > I wonder if there would be any interest in a community server and/or
> > wiki where various pro
Hi,
Occasionally, we have source files which contain - apart from the
changes made by the developer - a lot of whitespace changes introduced
by reformatting the code. (Mainly tabs<->spaces conversions and trailing
whitespace.)
While Subversion and TortoiseSVN offer the possibility to ignore those
"Kevin Dietz" schreef op 11/06/2011 04:42:19:
> I can see why the Subversion organizers stopped maintaining the list
> internally.
>
> I wonder if there would be any interest in a community server and/or
> wiki where various projects and vendors could post their information,
> and a forums serve
Ryan Schmidt schreef op 11/06/2011
01:37:24:
>
> On Jun 10, 2011, at 17:09,
> wrote:
>
> > I was wondering if there is some sort of global list of Subversion
> plug-ins, etc., including both open source projects and commercial
products.
> >
> > For example, it would be nice if there was a
Update:
The problem seems to affect the i686 architecture and does not
manifest under x86_64:
https://bugs.archlinux.org/task/24540
Just use any other mirror,
http://www.apache.org/mirrors/#uk
2011/6/13 David Fielder :
> Attempting to download SVN 1.7.0. alpha source code
>
> from http://apache.mirror.anlx.net/subversion/subversion-1.7.0-alpha1.zip
>
> I get this error.
>
> Forbidden
>
> You don't have permission to access /s
30 matches
Mail list logo