Re: Moving a repository with svn:externals using absolute paths (URLs)

2014-06-21 Thread Nico Kadel-Garcia
On Fri, Jun 20, 2014 at 5:30 AM, Ryan Schmidt wrote: > On Jun 18, 2014, at 8:19 PM, Nico Kadel-Garcia wrote: > I recommend "do". I had success with this method with my own repositories. > Now, I don't know what Nicolas' business requirements are with regard to the > immutability of old data; m

Re: Moving a repository with svn:externals using absolute paths (URLs)

2014-06-20 Thread Ryan Schmidt
On Jun 18, 2014, at 8:19 PM, Nico Kadel-Garcia wrote: > On Wed, Jun 18, 2014 at 9:32 AM, Brisset, Nicolas > wrote: > >> We’ve been using svn successfully for years on a server, and now have to >> migrate to a new one. We are hit by the known issue of svn:externals >> containing absolute path

Re: Moving a repository with svn:externals using absolute paths (URLs)

2014-06-19 Thread Branko Čibej
On 19.06.2014 05:11, Geoff Field wrote: >> From: Nico Kadel-Garcia >> On Wed, Jun 18, 2014 at 9:35 PM, Geoff Field wrote: >> >>> In our duplication effort, we also set all the permissions >>> on the old repositories to read-only, to limit the chances >>> of cross-contamination. > Just to be clear,

RE: Moving a repository with svn:externals using absolute paths (URLs)

2014-06-18 Thread Geoff Field
> From: Nico Kadel-Garcia > On Wed, Jun 18, 2014 at 9:35 PM, Geoff Field wrote: > > > In our duplication effort, we also set all the permissions > > on the old repositories to read-only, to limit the chances > > of cross-contamination. Just to be clear, I'm not talking about the FILE permissions

Re: Moving a repository with svn:externals using absolute paths (URLs)

2014-06-18 Thread Nico Kadel-Garcia
On Wed, Jun 18, 2014 at 9:35 PM, Geoff Field wrote: > In our duplication effort, we also set all the permissions on the old > repositories to read-only, to limit the chances of cross-contamination. > > Regards, > > Geoff This. So much this. When people want to keep, and keep cross-merging, the c

RE: Moving a repository with svn:externals using absolute paths (URLs)

2014-06-18 Thread Geoff Field
From: Nico Kadel-Garcia On Wed, Jun 18, 2014 at 9:32 AM, Brisset, Nicolas mailto:nicolas.bris...@airbus.com>> wrote: Hi, We've been using svn successfully for years on a server, and now have to migrate to a new one. We are hit by the known issue of svn:externals

Re: Moving a repository with svn:externals using absolute paths (URLs)

2014-06-18 Thread Nico Kadel-Garcia
On Wed, Jun 18, 2014 at 9:32 AM, Brisset, Nicolas < nicolas.bris...@airbus.com> wrote: > Hi, > > > > We’ve been using svn successfully for years on a server, and now have to > migrate to a new one. We are hit by the known issue of svn:externals > containing absolute paths to the repo to be moved,

Re: Moving a repository with svn:externals using absolute paths (URLs)

2014-06-18 Thread Andy Levy
On Wed, Jun 18, 2014 at 9:32 AM, Brisset, Nicolas < nicolas.bris...@airbus.com> wrote: > Hi, > > > > We’ve been using svn successfully for years on a server, and now have to > migrate to a new one. We are hit by the known issue of svn:externals > containing absolute paths to the repo to be moved,

Moving a repository with svn:externals using absolute paths (URLs)

2014-06-18 Thread Brisset, Nicolas
Hi, We’ve been using svn successfully for years on a server, and now have to migrate to a new one. We are hit by the known issue of svn:externals containing absolute paths to the repo to be moved, since we started with versions <1.5 without support for relative URLs. We’ve been researching how