Re: Undelete one file in a subtree
From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-09-19 07:20:52 CEST
On Sep 18, 2007, at 08:38, Leonid Podolny wrote:
> How do I undelete one file in a subtree?
You could "svn copy" it from a time when it still existed.
svn copy url://to/repo/path/to/file.txt_at_REV /path/to/wc/path/to/file.txt
where REV is a revision in which the file existed.
Possibly, you also need to add "-rREV". Or possibly not. Try it out.
If the directory structure does not already exist in the working
---------------------------------------------------------------------
|
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.