Re: svn commit: r1157246 - in /subversion/trunk/subversion/libsvn_wc: wc-queries.sql wc_db.c

2011-08-12 Thread Ivan Zhakov
On Sat, Aug 13, 2011 at 00:49, wrote: > Author: stsp > Date: Fri Aug 12 20:49:09 2011 > New Revision: 1157246 > > URL: http://svn.apache.org/viewvc?rev=1157246&view=rev > Log: > When reverting one half of a move, transform the other half into a > plain addition/copy. > I think that reverting part

Re: moved-to and moved-from in status output

2011-08-12 Thread Neels J Hofmeyr
On 08/12/2011 11:04 PM, Stefan Sperling wrote: > On Fri, Aug 12, 2011 at 10:11:03PM +0200, Neels J Hofmeyr wrote: >> Discussing 'svn info' output: >> >> What do you think, for moved-here items, should we rename "Copied From URL" >> and "Copied From Rev" to "Moved From *"? Leaving "Copied From *" as

Re: svn commit: r1157292 - in /subversion/trunk/subversion: include/svn_client.h include/svn_wc.h libsvn_client/status.c libsvn_wc/status.c svn/status.c

2011-08-12 Thread Stefan Sperling
On Fri, Aug 12, 2011 at 11:28:01PM -, ne...@apache.org wrote: > Author: neels > Date: Fri Aug 12 23:28:00 2011 > New Revision: 1157292 > > URL: http://svn.apache.org/viewvc?rev=1157292&view=rev > Log: > Show moved-to and moved-from information in 'svn status'. Cheers! Very good. The only nit

Re: moved-to and moved-from in status output

2011-08-12 Thread Stefan Sperling
On Fri, Aug 12, 2011 at 10:11:03PM +0200, Neels J Hofmeyr wrote: > Discussing 'svn info' output: > > What do you think, for moved-here items, should we rename "Copied From URL" > and "Copied From Rev" to "Moved From *"? Leaving "Copied From *" as-is will > be confusing to the average user person..

Re: svn commit: r1157172 - in /subversion/trunk/subversion: libsvn_client/revert.c tests/cmdline/copy_tests.py

2011-08-12 Thread Stefan Sperling
On Fri, Aug 12, 2011 at 09:37:57PM +0200, Stefan Sperling wrote: > However, clearing move-info if one half is reverted is simpler to > implement because we don't have to deal with cases where we cannot > revert the other half without destroying other local changes (e.g. a > file replacing the delet

Re: moved-to and moved-from in status output

2011-08-12 Thread Neels J Hofmeyr
On 08/12/2011 12:55 PM, Julian Foad wrote: > Stefan Sperling wrote: >> On Fri, Aug 12, 2011 at 08:33:43AM +0100, Julian Foad wrote: >>> Neels J Hofmeyr wrote: Hi stsp, check this WIP patch out, attached. (I've also appended a wild test script that runs all sorts of things. Readi

Re: svn commit: r1157172 - in /subversion/trunk/subversion: libsvn_client/revert.c tests/cmdline/copy_tests.py

2011-08-12 Thread Stefan Sperling
On Fri, Aug 12, 2011 at 11:39:17AM -0700, Blair Zajac wrote: > > On Aug 12, 2011, at 9:05 AM, s...@apache.org wrote: > > > Author: stsp > > Date: Fri Aug 12 16:05:15 2011 > > New Revision: 1157172 > > > > URL: http://svn.apache.org/viewvc?rev=1157172&view=rev > > Log: > > Make 'svn revert' error

Re: svn commit: r1157172 - in /subversion/trunk/subversion: libsvn_client/revert.c tests/cmdline/copy_tests.py

2011-08-12 Thread Blair Zajac
On Aug 12, 2011, at 9:05 AM, s...@apache.org wrote: > Author: stsp > Date: Fri Aug 12 16:05:15 2011 > New Revision: 1157172 > > URL: http://svn.apache.org/viewvc?rev=1157172&view=rev > Log: > Make 'svn revert' error out if only one side of a move is reverted. I actually find this useful sometim

JavaHL Bug in SVN 1.7

2011-08-12 Thread Mark Phippard
Just ran into this bug in Subclipse. In the JavaHL native code in JNIUtil.h there is this code: static void throwError(const char *message) { raiseThrowable(JAVA_PACKAGE"/JNIError", message); } There is a class in the old JavaHL package with this name, but there is no class in th

Re: moved-to and moved-from in status output

2011-08-12 Thread Neels J Hofmeyr
On 08/12/2011 10:44 AM, Stefan Sperling wrote: > How badly does changing this output break "make check"? Interestingly enough, my 'make check' had *no errors* at all. Seems like the test fu ignores extraneous lines altogether. Possibly you already fixed all that when adding the tree conflicts info

Re: [VOTE]: Default http-client for 1.7 Serf or Neon

2011-08-12 Thread C. Michael Pilato
On 08/12/2011 01:53 AM, Justin Erenkrantz wrote: > On Fri, Aug 5, 2011 at 2:34 AM, Greg Stein wrote: >> Yet... we have seen bugs crop up over the past week in a number of >> other areas (merge? mod_dav_svn? log? fs txns?). We accept those as >> normal. They're fixed and backported. This is how we

Re: moved-to and moved-from in status output

2011-08-12 Thread Julian Foad
Stefan Sperling wrote: > On Fri, Aug 12, 2011 at 08:33:43AM +0100, Julian Foad wrote: > > Neels J Hofmeyr wrote: > > > Hi stsp, > > > > > > check this WIP patch out, attached. (I've also appended a wild test script > > > that runs all sorts of things. Reading its bottom-most output may > > > suff

Re: moved-to and moved-from in status output

2011-08-12 Thread Stefan Sperling
On Fri, Aug 12, 2011 at 08:33:43AM +0100, Julian Foad wrote: > Neels J Hofmeyr wrote: > > Hi stsp, > > > > check this WIP patch out, attached. (I've also appended a wild test script > > that runs all sorts of things. Reading its bottom-most output may suffice.) > > > > I'd prefer printing the pat

Re: Fixing ctypes-python bindings APIs - back-compat? [was: svn commit: r1156826 - in /subversion/trunk/subversion/bindings/ctypes-python: csvn/repos.py test/remoterepos.py]

2011-08-12 Thread Julian Foad
I (Julian Foad) wrote: > I committed this API change (below) in the ctypes-python bindings. > Should I be revving these APIs in some way, to maintain backward > compatibility, or is this kind of fix considered fair game? A bit of context. I'm trying to use the Python bindings in order to write te

Re: moved-to and moved-from in status output

2011-08-12 Thread Stefan Sperling
On Fri, Aug 12, 2011 at 02:56:28AM +0200, Neels J Hofmeyr wrote: > Hi stsp, > > check this WIP patch out, attached. (I've also appended a wild test script > that runs all sorts of things. Reading its bottom-most output may suffice.) > > I'd prefer printing the paths relative to the "current worki

Re: moved-to and moved-from in status output

2011-08-12 Thread Julian Foad
Neels J Hofmeyr wrote: > Hi stsp, > > check this WIP patch out, attached. (I've also appended a wild test script > that runs all sorts of things. Reading its bottom-most output may suffice.) > > I'd prefer printing the paths relative to the "current working dir" instead > of relative to the WC ro