Re: Newbie question: How to undelete a branch?
From: Carsten Koch <Carsten.Koch_at_icem.com>
Date: 2006-01-24 12:10:43 CET
Markus Karg wrote:
svn copy -r 1051 http://server/repository/project1/branches/branchB http://server/repository/project1/branches -m "Restore branchB from r 1051."
If you have a newer svn version that supports peg revisions,
svn copy http://server/repository/project1/branches/branchB@1051 http://server/repository/project1/branches -m "Restore branchB from r 1051."
---------------------------------------------------------------------
|
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.