[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: In the svn client, revising the URI for the svn server.



On 19/08/15 16:07, Peter Easthope wrote:
Suppose that a local repository is created.
svn checkouthttp://a.b.c/d

Various updates are completed.  Then the server moves to
x.y.z and continues to operate as usual.
Is there any way for the adminstrator of the local
repository to revise the URI recorded in the local client?
Hi,
you can try svn info [0]

Must the local repository can be deleted and created
again?
cd <path>
rm -r d
svn checkouthttp://x.y.z/d
For this, svn relocate [1] could help

Thanks,                 ... Peter E.

[0] http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.info.html
[1] http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.relocate.html

--
salu2

Jaime


Reply to: