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

Re: Help with repo recovery - drive failure

From: Paul Koning <pkoning_at_equallogic.com>
Date: 2005-09-28 18:44:10 CEST

>>>>> "Ryan" == Ryan Schmidt <subversion-2005@ryandesign.com> writes:

 Ryan> On Sep 28, 2005, at 17:32, Jim Priest wrote:
>> The drive my repository was on failed last night.
>>
>> I have a backup copy from Monday and my plan was to recover those
>> files to another drive temporarily so I can keep working. Problem
>> is I have done some work since the time of the backup so I'm not
>> sure of the correct way to sync up all my changes??

 Ryan> Try this answer I wrote for someone else who had a similar
 Ryan> problem:

 Ryan> http://svn.haxx.se/users/archive-2005-08/0347.shtml

In that note you suggested using exports rather than checkouts to
avoid the .svn directories. Another way (on Unix, with GNU tools at
least) that may be more convenient: use --exclude=.svn in your diff
command.

(A variant of that is nice to verify correctness of a cvs2svn run:
check out the whole thing in CVS, check out the whole thing in SVN,
then diff -r --exclude=.svn --exclude=CVS cvs-sandbox svn-sandbox.)

         paul

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 28 18:56:58 2005

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.