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

RE: How to restore files to current version

From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-02-16 16:57:05 CET

> From: JC Hearn [mailto:jchearn@medicalnetsystems.com]
>
> I have a question about how to recover deleted files into the current
> version.

"svn copy -r REV http://..../file dir/file"

That copies the old version into your WC. Then you can check in the
addition. You can also do the copy directly into the repository, but that
doesn't give you a chance to verify that you've got the fix right before you
check it in.

Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 16 17:02:27 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.