Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
all
-
None
-
Mac System 7
Description
Let's imagine situation when repository have this tructure: Folder1 \Folder2 Then on command line I do this: svn checkout --non-recursive SVNURL\Folder1 all ok then cd Folder1 svn checkout --non-recursive SVNURL\Folder1\Folder2 and got responce svn: Working copy 'Folder2' not locked While in general operation seems to complited ok. I am understand that this is strange way to use SVN (i.e. I can just not supply --non-recirsive on first checkout), but I need this, since this is needed for tool I develop. Let me know if this is not enough to reproduce bug.
Original issue reported by sergeyksv
Attachments
Issue Links
- duplicates
-
SVN-1634 'svn cp -rN URL/DIR WC/DIR' already-locked error
- Closed