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

Re: "Undelete"

From: Sander Striker <striker_at_apache.org>
Date: 2003-11-28 15:00:20 CET

On Fri, 2003-11-28 at 14:24, Marc Haisenko wrote:
> Hi folks,
> simple question: how do I "undelete" a file in SVN ?
> Say I've checked in file foo.bar in r100 and rm'ed it in r110. Now I'm at 120
> and would to have just that file back. How would I do that ? svn up -r 109
> foo.bar gives me an error:
>
> svn: warning: svn_wc_is_wc_root: 'foo.bar' is not a versioned resource

$ svn cp -r 109 http://.../foo.bar foo.bar

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 28 15:01:23 2003

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.