Re: restoring a working copy from backup: can the pristine directory be recreated?
From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 27 Mar 2013 15:52:55 +0100
On Wed, Mar 27, 2013 at 03:36:35PM +0100, Andreas Krey wrote:
Working copies can be mixed-revision, which makes this approach very fragile.
I would recommend to *commit* the working copy to a temporary branch
Backup (if you have time to fix potential conflicts):
svn co https://svn.example.com/svn/trunk
Backup (if you don't have time to fix potential conflicts):
svn co https://svn.example.com/svn/trunk
Restore:
svn co https://svn.example.com/svn/my-stash
svn co https://svn.example.com/svn/trunk
You could probably omit the first block of commands, and try the
|
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.