Re: SVN Update throws error.

2011-04-15 Thread Daniel Shahaf
On Sat, 16 Apr 2011 08:49 +0400, "Konstantin Kolinko" wrote: > 2011/4/16 Gavin Beau : > > Hi Everyone, > > > > I have built SVN from trunk. > > using the 1.6.16 deps archove for apr/apr-util/sqlite etc. > > > > I did; > > sudo sh ./autogen.sh > ~/Desktop/autogen_output.txt > > sudo ./configure

Re: SVN Update throws error.

2011-04-15 Thread Konstantin Kolinko
2011/4/16 Gavin Beau : > Hi Everyone, > > I have built SVN from trunk. > using the 1.6.16 deps archove for apr/apr-util/sqlite etc. > > I did; > sudo sh ./autogen.sh > ~/Desktop/autogen_output.txt > sudo ./configure > ~/Desktop/configure_output.txt > sudo make > ~/Desktop/make_output.txt > sudo mak

Re: global-ignores

2011-04-15 Thread David Chapman
On 4/15/2011 12:53 PM, Shiyuan wrote: Hi, I want svn to ignore a certain files and I set up global-ignores = *.s *.o *.lo *.la *.al .libs *.s *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej However, it doesn't seem to work. svn ci and svn update still check in or overwrite those files. What else do

Re: global-ignores

2011-04-15 Thread Andy Levy
On Fri, Apr 15, 2011 at 15:53, Shiyuan wrote: > Hi, > I want svn to ignore a certain files and I set up > > global-ignores = *.s *.o *.lo *.la *.al .libs *.s *.so *.so.[0-9]* *.a *.pyc > *.pyo  *.rej > > However, it doesn't seem to work. svn ci and svn update still check in or > overwrite those fi

global-ignores

2011-04-15 Thread Shiyuan
Hi, I want svn to ignore a certain files and I set up global-ignores = *.s *.o *.lo *.la *.al .libs *.s *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej However, it doesn't seem to work. svn ci and svn update still check in or overwrite those files. What else do I need to setup? I also want svn to ignore

Re: Error with svn diff

2011-04-15 Thread Ryan Schmidt
On Apr 15, 2011, at 01:06, Tony Butt wrote: > On a particular piece of code, the svn diff header claims 33 old lines, > when there are actually 32. > > I have re-run this with an external diff command > (svn diff -r 57968:57969 --old --diff-cmd=/usr/bin/diff > out.diff) > > and the problem go