[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Help with 'svn copy' error messages

From: Crucius, Wesley <WCrucius_at_sandc.com>
Date: 2004-03-18 20:46:55 CET

> Hello,
>
> I am trying to perform the following tag/copy operation:
> 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 getting the following error:
> svn: Error resolving case of 'svn:\\tdh014\PQP\PQ001 UPS Master Control
> Software\trunk" svn:\\tdh014\PQP\PQ001'
>
> 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?
>
> Thanks,
> Wes Crucius
>
Received on Thu Mar 18 20:48:29 2004

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.