Re: SVN errors with junction points

2011-08-08 Thread Joost van Dongen
Some additional information: I just discovered that the ancestry information error is only given when a file has actually been changed or added. So if there are no updates for a folder on the SVN, then pressing update goes fine. If there is something to get, then I get the ancestry error. @Mark: T

External refs and proxy

2011-08-08 Thread Daniel Santos
Hello, I want to checkout a repo on the net. I am behind a proxy server. Have configured the proxy in subversion config file. But when I do a checkout I get : svn: warning: Error handling externals definition for 'gnustep/modules': svn: warning: Can't connect to host 'svn.gna.org': Connection tim

not storing diffs of binary files

2011-08-08 Thread Jon Stafford
I'm trying to understand why subversion isn't just storing diffs of some binary files. It looks like it's taking up more space than it needs to. At length the issue is described here: http://stackoverflow.com/q/6917505/277208 The more summarized version is... I understand that subversion store

Re: not storing diffs of binary files

2011-08-08 Thread Mark Phippard
On Mon, Aug 8, 2011 at 12:49 PM, Jon Stafford wrote: > I'm trying to understand why subversion isn't just storing diffs of some > binary files. It looks like it’s taking up more space than it needs to.** > ** > > ** ** > > At length the issue is described here: > http://stackoverflow.com/q/69175

Python optional location in centos 5 for compiling from source

2011-08-08 Thread Florent THOMAS
Hy all of you, I'm running under centos 5.6 and I would like to use submin that requires python2.5 instead of the 2.4 availbale in the yum. So I successfully installed the python 2.5 in the /opt directory. Unfortunately, all the subversion python files given by the official pacckages are locat

Re: not storing diffs of binary files

2011-08-08 Thread Daniel Shahaf
A quick test in a new repository shows that delta storages is used for the second revision of a file. % svn add iota % svn ci -mm % echo>>iota % svn ci -mm % svn info iota Last Changed Revision: 2 % grep DELTA ../r1/db/revs/0/2 Binary file 2 matches Mark Phippard wrote on Mon, Aug 08, 2011 at 13:

Re: not storing diffs of binary files

2011-08-08 Thread Mark Phippard
On Mon, Aug 8, 2011 at 4:26 PM, Daniel Shahaf wrote: > A quick test in a new repository shows that delta storages is used for > the second revision of a file. > > % svn add iota > % svn ci -mm > % echo>>iota > % svn ci -mm > % svn info iota > Last Changed Revision: 2 > % grep DELTA ../r1/db/revs/0

Re: not storing diffs of binary files

2011-08-08 Thread Daniel Shahaf
Mark Phippard wrote on Mon, Aug 08, 2011 at 16:28:42 -0400: > On Mon, Aug 8, 2011 at 4:26 PM, Daniel Shahaf wrote: > > > A quick test in a new repository shows that delta storages is used for > > the second revision of a file. > > > > % svn add iota > > % svn ci -mm > > % echo>>iota > > % svn ci -

Re: not storing diffs of binary files

2011-08-08 Thread Andreas Krey
On Mon, 08 Aug 2011 16:28:42 +, Mark Phippard wrote: ... > All revisions are "deltified" but some are deltified against an empty > stream. I do not know if the diagram is accurate, but revisions 1 and 2 of > the file are both against the empty stream. Revision 0 goes as a regular revision in

Re: Python optional location in centos 5 for compiling from source

2011-08-08 Thread Nico Kadel-Garcia
On Mon, Aug 8, 2011 at 3:38 PM, Florent THOMAS wrote: > Hy all of you, > > I'm running under centos 5.6 and I would like to use submin that requires > python2.5 instead of the 2.4 availbale in the yum. > So I successfully installed the python 2.5 in the /opt directory. > Unfortunately, all the sub

Re: 1.7 'svn upgrade' issue on windows vista

2011-08-08 Thread Ulrich Eckhardt
On Friday 05 August 2011, Ryan Schmidt wrote: > On Aug 4, 2011, at 18:04, Stephen Meechan wrote: > > The problem was that the svn upgrade command is case sensitive on the WC > > folder name and failed if the name doesn't match exactly. Windows itself > > is case insensitive and none of the other sv