Re: Switching
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 22 Aug 2013 18:56:38 +0100
John Maher <JohnM_at_rotair.com> writes:
> I use one folder for my source code (all branches) mainly because of
svnadmin create repo
Switch can't remove wc/X because wc/X/f exists:
svn sw ^/A wc
The unversioned wc/X will cause a conflict when switching back:
svn sw ^/B wc --accept postpone
The conflict can be resolved by reverting the delete:
svn revert -R wc/X
The original unversioned wc/X/f has been preserved across both switches.
-- Philip Martin | Subversion Committer WANdisco // *Non-Stop Data*Received on 2013-08-22 19:57:14 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.