I need to clone remote SVN project which contains spaces in its folder name. I tried different options, but SorceTree always says "This is not a valid source path / URL"
Please advice how can do that.
Thanks!
Found the solution. You should use %20 instead of space
For example svn://path/to/some/repository/project%20name
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.