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

Re: Death of the repository long live the WC???

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-11-25 18:56:05 CET

"B. W. Fitzpatrick" <fitz@red-bean.com> writes:

> Ryan Hunt <rhunt@hp.com> writes:
> > This has not happened to me, but was just wondering. If there is some
> > catastrophic event that causes a repository to blow up,
>
> > would it be possible to do a direct restore from the working copy with
> > out a lot of futzing around with the .svn folders,
>
> $ find . -name .svn | xargs rm -rf
> $ svn import ...

You don't even need the first line. 'svn import' skips .svn
directories.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 25 19:17:21 2003

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.