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

Re: Problem with files that have %

From: Bryan Donlan <bdonlan_at_gmail.com>
Date: 2004-08-18 02:08:50 CEST

On Tue, 17 Aug 2004 16:52:02 -0600, michael_rytting@agilent.com
<michael_rytting@agilent.com> wrote:
> I am using subversion at my work to revison manage our ASIC chip
> design directories. The cadence library structure that stores our
> design repositories uses files that end in % as backup files. I have
> noticed some odd behavior with theses files.
>
> Specifically, If I try and do any svn commands using the filenames
> that end in % I get an error.
>
> -> svn log 'file:///tmp/foo/blah/foo%'
> svn: URL 'file:///tmp/foo/blah/foo%' is not properly URI-encoded
>
> I've tried escaping the % and putting it in quotes without success. I
> do have a workaround in that I can run any svn command in the working
> directory and have it work properly, but any time I try and use the
> files with a URL scheme it fails.
>
> -Mike
>
> P.S. I am using subversion 1.1.0rc2 on fedora core 2

% is used as an escape character in URLs. Try replacing each % with %25.

-- 
bd
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 18 02:09:03 2004

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.