I am Using Cygwin, I want to Do SVN export I am using Following Command.
svn export http://SVNpath D:\Test -r 10 --username svntest --password svntest --force --non-interactive
It works Fine. But If there is Space in D:\Test Folder
svn: E205000: Try 'svn help' for more info
svn: E205000: Error parsing arguments
Does I Need to replace Space with %20.
Please Guide me.