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

2010-03-07 Thread Daniel Näslund
Hi Bert! You said on IRC that if I adjusted this patch to apply after your changes and sent it to dev@ you would give a +1. Will you? I only resolved a variable declaration and added the new parameters to svn_wc_upgrade(). You added a callback for retrieving the wc root when upgrading from 1.0.

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

2009-12-28 Thread Daniel Näslund
On Mon, Dec 28, 2009 at 10:31:15PM +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

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

2009-12-28 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