Re: modifying the dot svn file

2010-04-06 Thread Andy Levy
On Tue, Apr 6, 2010 at 08:48, Erik Andersson wrote: > No need to do it hackish. Lookup svn switch > --relocate: http://svnbook.red-bean.com/en/1.1/re27.html Or, for current documentation (the 1.1 manual is extremely out of date), http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.switch.html >

Re: modifying the dot svn file

2010-04-06 Thread Andy Levy
On Tue, Apr 6, 2010 at 08:42, Phil Pinkerton wrote: > I have several projects that are transferring from one subversion server to > another, which means the URL has changed, my question is what might the > issues be if I just edit the (dot) svn file and change the URL ? or is it > better to just d

Re: modifying the dot svn file

2010-04-06 Thread Erik Andersson
No need to do it hackish. Lookup svn switch --relocate: http://svnbook.red-bean.com/en/1.1/re27.html Cheers / Erik On Tue, Apr 6, 2010 at 2:42 PM, Phil Pinkerton wrote: > I have several projects that are transferring from one subversion server to > another, which means the URL has changed, my qu

modifying the dot svn file

2010-04-06 Thread Phil Pinkerton
I have several projects that are transferring from one subversion server to another, which means the URL has changed, my question is what might the issues be if I just edit the (dot) svn file and change the URL ? or is it better to just delete it and rerun the checkout from the newer server ? phil