You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Chris Webster <cj...@ucar.edu> on 2004/11/18 22:00:29 UTC

Repository restore (re-commit?)

Our disk crashed, I restored everything, but there were two commits 
unaccounted for.  The valid source is still checked out and ready to 
re-commit, however both 'diff' and 'status' are not going back to the 
repository to perform their functions.

Is there a way to force an update of the .svn directory to update itself 
form the repostiry?

--Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: Repository restore (re-commit?)

Posted by Dale Worley <dw...@pingtel.com>.
This isn't precisely what you asked for, but it might do the job:  Take the
working copy and strip out all the .svn directories.  This leaves you with a
plain-text version of what you want.  Then run svn_load_dirs.pl -- it is
supposed to do a minimal set of changes and check-ins to make the HEAD of
the svn tree you specify match the plain code tree you specify.

It might also work to do an "svn switch", but I've not gotten svn-switch to
work reliably.

Dale

-----Original Message-----
From: Chris Webster [mailto:cjw@ucar.edu]
Sent: Thursday, November 18, 2004 5:00 PM
To: users@subversion.tigris.org
Subject: Repository restore (re-commit?)


Our disk crashed, I restored everything, but there were two commits
unaccounted for.  The valid source is still checked out and ready to
re-commit, however both 'diff' and 'status' are not going back to the
repository to perform their functions.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org