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

Re: dropping support for old (format 1) working copies

From: <kfogel_at_collab.net>
Date: 2003-11-07 22:09:46 CET

Colin Watson <cjwatson@flatline.org.uk> writes:
> Looking at what Karl said, it appears that a procedure for converting a
> wc in-place from version 1 to version 2 is as follows:
>
> set -e
> find .svn/props .svn/wcprops -type f -print | while read x; do
> mv "$x" "$x".svn-work
> done
> echo 2 > .svn/format
>
> Is this correct? It'd be a lot easier than trying to perform a new
> checkout for me.

I believe that's the idea, but haven't tested it, and can't promise
good results :-).

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 7 22:50:44 2003

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

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