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

Re: Bug with URLs.

From: <cmpilato_at_collab.net>
Date: 2003-04-09 21:20:30 CEST

<dimentiy@dimentiy.info> writes:

> Simple example:
>
> ----------
> c:\Base\Synchronizer>svn mkdir -m "Synchronizer"
> "http://svn.dimentiy.info/shtrih-m/Shtrih-M POS"
>
> Committed revision 5.
>
> c:\Base\Synchronizer>svn import -m "initial import"
> "http://svn.dimentiy.info/shtrih-m/Shtrih-M POS" .
> svn: RA layer request failed
> svn: PROPFIND of /shtrih-m/Shtrih-M POS: 404 Not Found
> ----------
>
> "Committed", but not found :-)

Bug with user. You should be using a canonicalized URL.

  $ svn mkdir -m "Synchronizer" \
    http://svn.dimentiy.info/shtrih-m/Shtrih-M%20POS

Subversion should warn you about this up front, though, I suppose.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 9 21:24:52 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.