svn merge produces Working copy 'wc1/branch/dir1' not locked error.
From: Panagiotis Korros <panagiotis.korros_at_gmail.com>
Date: 2005-01-05 00:32:36 CET
I am trying to merge some changes made into the trunk to a branch.
To repro the error try the following script:
svnadmin create repo
mkdir wc1\trunk
svn copy wc1\trunk wc1\branch
mkdir wc1\trunk\dir1
mkdir wc1\trunk\dir1\dir2
svn merge -r3:4 wc1\trunk wc1\branch
The error is caused because the dir1 directory doesn't exist in the
I am using subversion 1.1.2 on windows xp sp1.
-- Take back the web http://www.getfirefox.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Jan 5 03:24:08 2005 |
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.