SVN skipping revert after add for file path with spaces in it
From: Simone Agha <simone.agha_at_witricity.com>
Date: Fri, 5 Sep 2014 20:37:30 +0000
Hi,
I'm having trouble un-adding a directory (recursively) that has spaces in its name. I am doing this on Windows 8.1 through a batch script. An example of my code is below:
set PATHWSPACES=%CD%
When I run the batch script, the files are added correctly, but I get this line when the directory is supposed to be reverted:
Skipped 'C:\Path with spaces\subdir1\subdir2'
Setting the PATHWSPACES variable using quotes of any kind does not work. However, what does work is typing out the complete path which is not feasible for what I'm trying to do with the batch script. So, this works:
Set PATHWSPACES=%CD%
Putting quotes around the entire path or putting quotes around the variable and the entire path also does not work. I get the following messages:
Help! What is going on? Unfortunately, I can't change to a path name without spaces.
Thanks,
|
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.