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

Re: recover a deleted branch

From: Blair Zajac <blair_at_orcaware.com>
Date: Sat, 25 Apr 2009 23:32:12 -0700

Sam Carleton wrote:
> I deleted a brank, v1.1. How do I get it back?
>
> When I look at the history in TortoiseSVN, there was a change in r564,
> than it was deleted in r580. I tried this but it did not work:
>
> C:\>svn copy -r 564 https://<domain>/repos/<root>/branches/v1.1
> https://<domain>/repos/<root>/branches
>
> svn: '/repos/<root>/!svn/bc/581/branches/v1.1' path not found

Try

$ svn copy https://<domain>/repos/<root>/branches/v1.1_at_564
https://<domain>/repos/<root>/branches

Regards,
Blair

-- 
Blair Zajac, Ph.D.
CTO, OrcaWare Technologies
<blair_at_orcaware.com>
Subversion training, consulting and support
http://www.orcaware.com/svn/
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1924127
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-26 08:33:12 CEST

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.