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

Re: Spaces in file names

From: John Szakmeister <john_at_szakmeister.net>
Date: 2004-02-03 01:50:12 CET

On Monday 02 February 2004 19:18, Patrick.Haszard@nz.towerlimited.com wrote:
> Hi
>
>
>
> Apologies in advance for what may be a well known problem/question, but my
> search of the mailing list brought up no answers...
>
>
>
> Is there any way to check-out a directory/file that has spaces imbedded in
> it? The import worked fine, and a "bulk" check-out works fine, but
> specifying the offending directory fails. I have tried all manner of
> quotes around the url.

We could use a little more information here, mainly: what version you're
running, over which access method (http://, svn://, or file://), and what
exactly you did to trigger the problem.

We've fixed a few problems related to this in the past couple of releases.
You may want to give the newest version (0.37.0) a try, if you haven't
already. Also, if you haven't tried URI-escaping the URL, then you're need
to do that (i.e. 'http://host/myrepo/file with space' should become 'http://
host/myrepo/file%20with%20space'.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 3 01:51:57 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.