Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
all
Description
If you do $ svn import url://blah/blah/blah . X then it will print out Adding X/foo.c Adding X/bar.c and so on, even though there is no local directory X! The import walker is faking the repos paths, when it should just print out working copy paths instead. See related issue #735.