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

Re: Trying to recover a Deleted Directory

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-03-25 19:21:24 CET

Craig, yes, he can "svn co" the older revision or "svn up" his
working copy to that revision, but then he can't commit it because
it's not HEAD. I interpreted that he wanted to bring it back into
HEAD, so:

Alex, you can always copy the old version back in to your working copy:

cd working/copy/of/lesson_plan
svn cp url://to/repo/Weather_and_Climate_at_46 .
svn ci -m "Bringing Weather_and_Climate back from r46"

I may have the paths and revisions wrong; you'll have to know what
path you deleted and what revision it was last available in, but that
should help with the syntax anyway.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 25 19:22:15 2006

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.