On Mar 18, 2004, at 1:46 PM, Crucius, Wesley wrote:
> I also tried it with the backslashes converted to forward slashes like
> this:
> svn copy "svn://tdh014/PQP/PQ001 UPS Master Control Software/trunk/"
> "svn://tdh014/PQP/PQ001 UPS Master Control
> Software/tags/PQ001V0001R001" -m "Tagging PQ001V0001R001 during
> initial import"
>
> And got this other error:
> svn: URL 'svn://tdh014/PQP/PQ001 UPS Master Control Software/trunk/'
> is not properly URI-encoded
>
> I can't find much information on either of these errors in the help
> file, nor references to these errors on google. Any sugestions on
> where else to look for help or on what my problem(s) actually
> is(are)? I suspect that both forms of the problem are a result of
> badly formatted URI, but I kind of thought that the client tool might
> handle embedded spaces? Does anybody know of a API call accessible
> from VBScript that will handle URI-encoding for me?
I believe that you should have spaces encoded as %20. I'd give that a
shot. (And do use forward slashes.)
-Travis
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 18 21:14:45 2004