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

Re: Help Recovering Directory

From: John Szakmeister <john_at_szakmeister.net>
Date: 2004-09-20 19:10:44 CEST

Monday, September 20, 2004, 12:38:51 PM, Andrew n marshall wrote:
> I tried using copy first because that is what the Version Control with
> Subversion mentioned. But I did also try merging:
> $ svn merge -r 930:HEAD src
> Skipped missing target: 'edu'

You need to switch the rev numbers here. You want to fall back to a
previous version. Try 'svn merge -r HEAD:930 src' instead.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 20 19:11:07 2004

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.