RE: svn commit: r1153416 - /subversion/trunk/subversion/libsvn_wc/status.c

2011-08-03 Thread Bert Huijben
> -Original Message- > From: i...@apache.org [mailto:i...@apache.org] > Sent: woensdag 3 augustus 2011 12:10 > To: comm...@subversion.apache.org > Subject: svn commit: r1153416 - > /subversion/trunk/subversion/libsvn_wc/status.c > > Author: ivan > Date: Wed Aug 3 10:10:22 2011 > New Rev

RE: svn commit: r1153416 - /subversion/trunk/subversion/libsvn_wc/status.c

2011-08-03 Thread Bert Huijben
> -Original Message- > From: Bert Huijben [mailto:b...@qqmail.nl] > Sent: woensdag 3 augustus 2011 12:17 > To: Ivan Zhakov > Cc: dev@subversion.apache.org > Subject: RE: svn commit: r1153416 - > /subversion/trunk/subversion/libsvn_wc/status.c > > > > > -Original Message- > > Fr

Re: svn commit: r1153493 - /subversion/branches/1.7.x/STATUS

2011-08-03 Thread Daniel Shahaf
cmpil...@apache.org wrote on Wed, Aug 03, 2011 at 14:00:39 -: > + (As an aside, Serf's potential as a platform for future > + improvement remains unproven and doubtful. For example, HTTPv2 > + removes canonical resource URLs, which works against the caching > + proxy concept th

Re: [SVNDev] Re: Problems with transaction file "next-ids" on Windows

2011-08-03 Thread Mathias Weinert
Daniel Shahaf wrote: Philip Martin wrote on Wed, Jul 20, 2011 at 15:12:51 +0100: Daniel Shahaf writes: > Mathias Weinert wrote on Wed, Jul 20, 2011 at 14:59:23 +0200: >> >> each time when I am loading a certain dump file on Windows which >> contains one revision with over 100K changed paths

Re: svn commit: r1153540 - /subversion/trunk/subversion/libsvn_wc/copy.c

2011-08-03 Thread Greg Stein
On Aug 3, 2011 11:30 AM, wrote: > > Author: danielsh > Date: Wed Aug 3 15:29:51 2011 > New Revision: 1153540 > > URL: http://svn.apache.org/viewvc?rev=1153540&view=rev > Log: > Silence a compiler warning. > > * subversion/libsvn_wc/copy.c > (copy_or_move): Add a 'default' case. > > Discussed wit

Re: svn commit: r1153540 - /subversion/trunk/subversion/libsvn_wc/copy.c

2011-08-03 Thread Daniel Shahaf
Agreed. r1153566 Greg Stein wrote on Wed, Aug 03, 2011 at 12:19:12 -0400: > On Aug 3, 2011 11:30 AM, wrote: > > > > Author: danielsh > > Date: Wed Aug 3 15:29:51 2011 > > New Revision: 1153540 > > > > URL: http://svn.apache.org/viewvc?rev=1153540&view=rev > > Log: > > Silence a compiler warning

[fix ancient snake-2 syntax] ./build/getversion.py

2011-08-03 Thread Douglas Mencken
# fix (wrong in year 2011) python2-specific syntax sed -i 's/IOError, e/IOError as e/' ./build/getversion.py

[build error] configure error when using libneon build with no xml support

2011-08-03 Thread Douglas Mencken
It prints: checking for APR... yes checking APR version... 1.4.5 configure: Apache Portable Runtime Utility (APRUTIL) library configuration checking for APR-util... yes checking APR-UTIL version... 1.3.12 checking for pkg-config... /usr/bin/pkg-config configure: checking neon library checking neon

Re: Forcing the SQLite db to close?

2011-08-03 Thread Mark Phippard
On Wed, Jul 27, 2011 at 3:31 PM, Stefan Küng wrote: > On 27.07.2011 20:49, Mark Phippard wrote: > >> Noticed a problem in Eclipse. When someone wants to remove a project >> from Eclipse, the .svn folder cannot be deleted because the wc.db file >> is in use. This is because, unlike the command l

Re: [build error] configure error when using libneon build with no xml support

2011-08-03 Thread Peter Samuelson
[Douglas Mencken] > checking neon library version... 0.29.6 > configure: error: cannot find Neon > ERROR: './configure' error. Abort. > > Al least, "cannot find Neon" is an absolutely WRONG message. Some > autoconf stuff needs to be fixed. > > From config.log: > > configure:4944: checking neon

Re: Forcing the SQLite db to close?

2011-08-03 Thread Mark Phippard
On Wed, Jul 27, 2011 at 3:35 PM, Bert Huijben wrote: > > > > -Original Message- > > From: Philip Martin [mailto:philip.mar...@wandisco.com] > > Sent: woensdag 27 juli 2011 21:23 > > To: Mark Phippard > > Cc: Subversion Development > > Subject: Re: Forcing the SQLite db to close? > > > > M

Re: [fix ancient snake-2 syntax] ./build/getversion.py

2011-08-03 Thread Peter Samuelson
[Douglas Mencken] > # fix (wrong in year 2011) python2-specific syntax > sed -i 's/IOError, e/IOError as e/' ./build/getversion.py To clarify: Doug wanted this so he could build using Python 3. I've explained that we don't support Python 3 in the bindings, so it doesn't really make sense to use

Re: [fix ancient snake-2 syntax] ./build/getversion.py

2011-08-03 Thread Mark Phippard
On Wed, Aug 3, 2011 at 3:03 PM, Peter Samuelson wrote: > > [Douglas Mencken] > > # fix (wrong in year 2011) python2-specific syntax > > sed -i 's/IOError, e/IOError as e/' ./build/getversion.py > > To clarify: Doug wanted this so he could build using Python 3. I've > explained that we don't supp

Re: [fix ancient snake-2 syntax] ./build/getversion.py

2011-08-03 Thread Peter Samuelson
> On Wed, Aug 3, 2011 at 3:03 PM, Peter Samuelson wrote: > > Further checking: the new exception syntax is new to Python 2.6. > > Given that this script is only used in dev builds (not from > > tarballs), someone remind me: what's our Py version requirement for > > dev builds? It is not specifie

[svnbench] Revision: 1153613 compiled Aug 3 2011, 19:05:56

2011-08-03 Thread neels
/home/neels/svnbench/20110803-190754 Started at Wed Aug 3 19:07:54 UTC 2011 - Results for dir levels: 5 spread: 5 Timings for 5x5_1.6 N min max avgoperation (unit is seconds) 6 603.82 844.33 649.83

Re: [build error] configure error when using libneon build with no xml support

2011-08-03 Thread Peter Samuelson
[Peter Samuelson] > (It's news to me, in fact, that it was even possible to build a > recent version of neon in such a way that it doesn't support the > features we use.) Followup from IRC: we determined that the reason Doug's neon library didn't support XML functions is, he used 'configure --wit

Re: Quick abspath assertion in reintegrate merge

2011-08-03 Thread Stefan Sperling
On Fri, Jul 29, 2011 at 01:44:37AM +0300, Daniel Shahaf wrote: > Daniel Shahaf wrote on Fri, Jul 29, 2011 at 00:23:38 +0300: > > [[[ > > % cd wc1/trunk/ > > % $svn cp -q A A2 > > % $svn ci -q -mbr > > % echo >>A2/mu > > % $svn ci -q -mmod > > % cd A > > % $svn merge --reintegrate ../A2 > > subversi

RE: Quick abspath assertion in reintegrate merge

2011-08-03 Thread Bert Huijben
This was fixed in r1152140. Bert Huijben (Cell phone) From: Stefan Sperling Sent: woensdag 3 augustus 2011 23:15 To: Daniel Shahaf Cc: dev@subversion.apache.org Subject: Re: Quick abspath assertion in reintegrate merge On Fri, Jul 29, 2011 at 01:44:37AM +0300, Daniel Shahaf wrote: > Daniel Shahaf

Re: Problems with transaction file "next-ids" on Windows

2011-08-03 Thread Mathias Weinert
Mathias Weinert wrote: Daniel Shahaf wrote: Philip Martin wrote on Wed, Jul 20, 2011 at 15:12:51 +0100: Daniel Shahaf writes: Mathias Weinert wrote on Wed, Jul 20, 2011 at 14:59:23 +0200: each time when I am loading a certain dump file on Windows which contains one revision with over