RE: How to Rename directories
From: Gavin Lambert <colnet_at_mirality.co.nz>
Date: Tue, 10 Feb 2015 22:47:57 -0800 (PST)
On 11/02/2015 14:13, Dave O'Connor quoth:
You did the rename itself correctly.
But as the error message says, you need to commit the common parent directory of the move operation. In this case, since it was just a rename, both the old and new directories have the same parent.
So in your case, commit E:\Panther Dev\CmdOps 2\Win32\Scenarios, not the renamed directory itself.
Usually the best thing to do though is to get into the habit of doing commits (and merges) only at the root of the working copy, never in any subdirectory. There's rarely any good reason to do it any deeper than this, and it can get you out of a lot of trouble.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.