Re: svn commit: r1088602 - in /subversion/trunk/subversion: mod_dav_svn/mirror.c tests/cmdline/dav-mirror-autocheck.sh

2011-04-05 Thread vijay
On Tuesday 05 April 2011 03:12 AM, Daniel Shahaf wrote: kame...@apache.org wrote on Mon, Apr 04, 2011 at 12:55:38 -: @@ -438,5 +434,29 @@ fi say "PASS: master, slave are both at r4, as expected" -exit 0 +# The following test case is for the regression issue triggered by r917523. +# The r

Re: Questions before applying for GSOC

2011-04-05 Thread Stefan Sperling
On Tue, Apr 05, 2011 at 11:28:04AM +0800, Justin Peng wrote: > Hello, everyone. I'm a GSOC volunteer for Subversion. > > I have prepared for this work just one month ago. I have browsed the > document on the subversion website, such as "Subversion Design" and > "HACKING", also read the main .h fi

Re: [PATCH] Fix for issue 3799 - exporting file should not overwrite

2011-04-05 Thread Noorul Islam K M
Gavin Baumanis writes: > Hi Noorul, > > Just a quick message to see if you're still working on this patch or not? > My threads stop at the comments below from Andrew? > Someone has to review this and if everything is fine commit it. Julian did review this earlier and I submitted updated patch. A

WC format bump: store conflict files by relpath rather than name

2011-04-05 Thread Philip Martin
Text and property conflict file names are stored in ACTUAL_NODE as simple names and the WC code has to do path manipulation to obtain the path from name. For the property conflict file the manipulation is different for files and directories and this is a problem for the new revert code as it may h

Re: svn commit: r1089049 - /subversion/trunk/subversion/libsvn_ra_neon/util.c

2011-04-05 Thread Ivan Zhakov
On Tue, Apr 5, 2011 at 17:57, wrote: > Author: stsp > Date: Tue Apr  5 13:57:09 2011 > New Revision: 1089049 > > URL: http://svn.apache.org/viewvc?rev=1089049&view=rev > Log: > * subversion/libsvn_ra_neon/mergeinfo.c ^^^ did you mean utils.c? --

Re: svn commit: r1089049 - /subversion/trunk/subversion/libsvn_ra_neon/util.c

2011-04-05 Thread Stefan Sperling
On Tue, Apr 05, 2011 at 06:34:19PM +0400, Ivan Zhakov wrote: > On Tue, Apr 5, 2011 at 17:57, wrote: > > Author: stsp > > Date: Tue Apr  5 13:57:09 2011 > > New Revision: 1089049 > > > > URL: http://svn.apache.org/viewvc?rev=1089049&view=rev > > Log: > > * subversion/libsvn_ra_neon/mergeinfo.c >

Re: svn commit: r1089058 - in /subversion/trunk/subversion: libsvn_wc/wc_db.c tests/libsvn_wc/op-depth-test.c

2011-04-05 Thread Stefan Sperling
On Tue, Apr 05, 2011 at 02:18:01PM -, rhuij...@apache.org wrote: > Author: rhuijben > Date: Tue Apr 5 14:18:00 2011 > New Revision: 1089058 > > URL: http://svn.apache.org/viewvc?rev=1089058&view=rev > Log: > Start recording mixed-revision copies as multiple op_depths. Do this by > adding not-

Re: svn commit: r1089058 - in /subversion/trunk/subversion: libsvn_wc/wc_db.c tests/libsvn_wc/op-depth-test.c

2011-04-05 Thread Philip Martin
rhuij...@apache.org writes: > This change also slightly changes the behavior of delete and revert on > children of a copy operation as it allows you to revert the separate commands > that will be performed on commit. I suppose revert removes the higher op-depth child leaving the not-present child

svn info fails

2011-04-05 Thread Stefan Küng
Hi, Just discovered that 'svn info' fails with a very unhelpful error message: svn.exe info http://svn.webdav.org/repos/projects/neon@1832 -r1833 svn: E24: Could not convert '' into a number This used to work before, but with my build of the svn client from trunk it now fails. Using a bu

Re: svn info fails

2011-04-05 Thread Philip Martin
Stefan Küng writes: > Just discovered that 'svn info' fails with a very unhelpful error message: > > svn.exe info http://svn.webdav.org/repos/projects/neon@1832 -r1833 > svn: E24: Could not convert '' into a number Not with neon, serf only: ../src/subversion/svn/info-cmd.c:581: (apr_err=200

Re: svn info fails

2011-04-05 Thread Philip Martin
Philip Martin writes: > Stefan Küng writes: > >> Just discovered that 'svn info' fails with a very unhelpful error message: >> >> svn.exe info http://svn.webdav.org/repos/projects/neon@1832 -r1833 >> svn: E24: Could not convert '' into a number > > Not with neon, serf only: > > ../src/subver

Re: svn info fails

2011-04-05 Thread Ivan Zhakov
On Tue, Apr 5, 2011 at 22:07, Philip Martin wrote: > Philip Martin writes: > >> Stefan Küng writes: >> >>> Just discovered that 'svn info' fails with a very unhelpful error message: >>> >>> svn.exe info http://svn.webdav.org/repos/projects/neon@1832 -r1833 >>> svn: E24: Could not convert ''

Re: svn info fails

2011-04-05 Thread Philip Martin
Ivan Zhakov writes: > On Tue, Apr 5, 2011 at 22:07, Philip Martin > wrote: >> Philip Martin writes: >> >>> Stefan Küng writes: >>> Just discovered that 'svn info' fails with a very unhelpful error message: svn.exe info http://svn.webdav.org/repos/projects/neon@1832 -r1833

Re: svn info fails

2011-04-05 Thread Ivan Zhakov
On Tue, Apr 5, 2011 at 22:17, Philip Martin wrote: > Ivan Zhakov writes: > >> On Tue, Apr 5, 2011 at 22:07, Philip Martin >> wrote: >>> Philip Martin writes: >>> Stefan Küng writes: > Just discovered that 'svn info' fails with a very unhelpful error message: > > svn.exe

Re: svn commit: r1088602 - in /subversion/trunk/subversion: mod_dav_svn/mirror.c tests/cmdline/dav-mirror-autocheck.sh

2011-04-05 Thread Daniel Shahaf
On Tue, 05 Apr 2011 12:36 +0530, "vijay" wrote: > The testcase is only for the regression issue triggered by r917523. If > we have something like "davmirrorautocheck" like davautocheck which > exercise all the tests in our test suite, then we can broaden the test > cases for proxy setup. In

Re: WC format bump: store conflict files by relpath rather than name

2011-04-05 Thread Greg Stein
Sounds good to me. On Apr 5, 2011 4:18 AM, "Philip Martin" wrote: > Text and property conflict file names are stored in ACTUAL_NODE as > simple names and the WC code has to do path manipulation to obtain the > path from name. For the property conflict file the manipulation is > different for files

Re: svn commit: r1089206 - in /subversion/trunk/subversion/libsvn_wc: adm_ops.c wc_db.c wc_db.h

2011-04-05 Thread Greg Stein
Is this a performance issue that must be solved for 1.7? I always figured changelist were on the edge case. On Apr 5, 2011 1:29 PM, wrote: > Author: hwright > Date: Tue Apr 5 20:28:50 2011 > New Revision: 1089206 > > URL: http://svn.apache.org/viewvc?rev=1089206&view=rev > Log: > Add depth and cha

RE: svn commit: r1089257 - in /subversion/trunk/subversion/libsvn_wc: adm_ops.c wc-queries.sql wc_db.c wc_db.h

2011-04-05 Thread Bert Huijben
> -Original Message- > From: hwri...@apache.org [mailto:hwri...@apache.org] > Sent: dinsdag 5 april 2011 23:54 > To: comm...@subversion.apache.org > Subject: svn commit: r1089257 - in /subversion/trunk/subversion/libsvn_wc: > adm_ops.c wc-queries.sql wc_db.c wc_db.h > > Author: hwright >