[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-11-07 22:04:19 CET

On Fri, 2003-11-07 at 14:50, Colin Watson wrote:

> > Why? Because its big, or because you can't delete and re-create your home
> > dir?
>
> Because not all of it's checked in and there are several necessarily
> uncommitted changes there. Also I need to be extremely careful about
> what I remove; it's not as if I can just do 'rm -rf ~'.

$ cd wc
$ svn diff wc > ~/mychanges.patch
$ cd ..; rm -rf wc
$ svn co http://.... new-wc
$ cd new-wc
$ patch -p0 < ~/mychanges.patch

---------------------------------------------------------------------
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:05:04 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.