Re: [PATCH] v6 Fix #3390 Relative externals not updated during switch

2009-12-29 Thread Daniel Näslund
On Mon, Dec 28, 2009 at 04:33:21PM +, Stefan Sperling wrote: > > On Mon, Dec 28, 2009 at 03:36:46PM +0100, Daniel Näslund wrote: > > + /* If we're doing an 'svn export' the current dir will not be a > > + working copy. We can't get the parent_dir. */ > > + if (err && err->apr_err == SVN_

Re: [PATCH][v2] Sticky depths should work for an excluded dir

2009-12-29 Thread Kannan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tweaking the log message. I (Kannan) wrote: > Attached herewith is the updated/corrected patch to perform the earlier > proposed functionality. > > [[[ > Log: > Make `--set-depth (empty|files|immediates) DIR' work, where DIR's depth > had already be

Re: [PATCH] v2 #3483 - Extend svn_client_upgrade() to include externals

2009-12-29 Thread Daniel Näslund
On Tue, Dec 29, 2009 at 07:44:49PM +0100, Daniel Näslund wrote: > Hi! > > [[[ > Fix issue #3483 - extend svn_client_upgrade() to include externals. I've > done the externals upgrading after wc upgrade is finished. In that way > no errors in the externals will affect the wc. > > * subversion/libsv

Re: [PATCH] v2 #3483 - Extend svn_client_upgrade() to include externals

2009-12-29 Thread Daniel Näslund
Hi! [[[ Fix issue #3483 - extend svn_client_upgrade() to include externals. I've done the externals upgrading after wc upgrade is finished. In that way no errors in the externals will affect the wc. * subversion/libsvn_client/cleanup.c (svn_client_upgrade): Get all svn:externals. We need the ta

Re: 1.6.7 up for signing/testing

2009-12-29 Thread Peter Samuelson
[Branko Cibej] > I thought we were supposed to be more tolerant of mis-fomatted > mergeinfo, not suddenly change the mergeinfo format? What am I missing? I thought it was both - parse incorrect mergeinfo, but when writing it out, fix it. I think that's why the test expectations had to be changed

Re: [PATCH][v2] Sticky depths should work for an excluded dir

2009-12-29 Thread Kannan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kannan wrote: [..] Attached herewith is the updated/corrected patch to perform the earlier proposed functionality. [[[ Log: Make `--set-depth (empty|files|immediates) DIR' work, where DIR's depth had already been set as `exclude'. Only `infinity' wor