Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.7.x
-
None
-
Windows 7
Description
Using a powershell console and standing in the working copy typing: PS c:\temp\WC> svn mkdir APPLE PS c:\temp\WC> Set-Location apple PS c:\temp\WC\apple>svn mkdir banana results in: svn: E150000: Can't find parent directory's node while trying to add 'C:\temp\WC\apple\banana' svn: E155010: The node 'C:\apple' was not found. Set-Location is powershell's version of "cd". The same error happens with its Set-LocationEx cmdlet. The user expects the command to create the banana directory without errors. In the similar case: svn mkdir APPLE svn mkdir apple\banana it works as expected, the banana directory is created without errors.
Original issue reported by bofh69