Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.6.x
-
None
-
Windows XP
Description
I have Windows XP SP3 on my machine, and I have a working directory on my disk - C:\work. And I have a subst'ed drive W: => C:\work just for easier handling of my code. And I have edited two files, C:\work\include\dir\file.hpp and C:\work\src\dir\file.cpp (Or W:\include\dir\file.hpp and W:\src\dir\file.cpp, respectively) Now I try to commit my changes using svn command-line client (TortoiseSVN has the same effect). When I try to commit from W:\ W:\> svn ci -m "" include\dir\file.hpp src\dir\file.cpp it gives me an error "'\' is not a working copy" However, if I start committing from C:\work (which is actually exactly the same directory) using exactly the same command C:\work> svn ci -m "" include\dir\file.hpp src\dir\file.cpp everything works fine! So it seems to me that svn client has problems with subst'ed root directory as a tree root.
http://groups.google.com/group/tortoisesvn/browse_thread/thread/c9a4b3106eb77ffa
Original issue reported by yurvor