[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svnadmin setuuid: and then how to "update" client WC ?

From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Wed, 6 Aug 2008 04:00:57 +0400

2008/7/31 Bernhard Merkle <bernhard.merkle_at_googlemail.com>:
>
> Is there a more comfortable way to update my clients WC instead of checking
> out everything new ?
> (something like switch URL for UUID... ;-)
>

Have not heard of such a tool. You may try googling.

But, well, you make write one. You need to replace the string recursively
in your .svn/entries files.
Beware, though, that you have to preserve the line endings and other special
characters (e.g. 0x0c) in the file how they already are.

Disclaimer: following this advice is on your own risk.

Otherwise, check out the new working copies. It is guaranteed to work.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-06 02:01:30 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.