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

How to properly URI encode a string?

From: Balazs Wellisch <balazs_at_neusolutions.com>
Date: 2004-05-03 20:41:15 CEST

Hello everyone,

Does anyone know how to specify directory names with spaces on Linux? When I
try to execute the following statement I get an error:

svn import /tmp file:///home/svnroot/Project\ Name -m 'Initial layout';

I get the error:

svn: URL 'file:///home/svnroot/Project Name' is not properly URI-encoded

So how do I properly URL Encode such a string? I'd be very grateful for some
PERL code to get this done.

TIA,

Balazs

-----Original Message-----
From: Branko Cibej [mailto:brane@xbc.nu]
Sent: Monday, May 03, 2004 11:26 AM
To: Hernán Martínez Foffani
Cc: users@subversion.tigris.org
Subject: Re: db_recover win32 binaries anyone?

Hernán Martínez Foffani wrote:

>I couldn't find Windows precompiled BerkeleyDB db* tools
>anywhere. Does anyone know where to get those?
>
>
They're available from the Subversion site:

http://subversion.tigris.org/files/documents/15/8848/db-4.2.52-win32.zip

>For SVN 1.0.1 they has to be BDB 4.2.52, right?
>
>
Yes.

I don't know if the tools will help you, though; "svnadmin recover" does
the same thing as "db_recover".

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 3 20:41:53 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.