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

Spaces in external checkout folder

From: Soren <BigBenDk_at_gmail.com>
Date: Thu, 22 May 2008 06:45:09 -0700 (PDT)

Hi

I have a problem setting an svn:externals property on a folder, using
the SVN tab in folder properties.

I have the newest version of TortoiseSVN installed, running Windows XP
SP 2.

My problem is there is a space in the folder name it checks out in.
E.g

My Folder svn://server/My Folder

I can escape the URL, to svn://server/My%20Folder - and that part
works.

I can not remove the space in the folder, it would break a lot.

Tried the following combination's:

MyFolder svn://server/My%20Folder - Parses, but does obviously not
contain the space.
"My Folder" svn://server/My%20Folder - Does not parse
'My Folder' svn://server/My%20Folder - Does not parse

My Folder
svn://server/My%20Folder - Does not parse

My%20Folder svn://server/My%20Folder - Parses, but does not put a
space in the foldername, only %20

"\My Folder\" svn://server/My%20Folder - Does not parse

According to http://svn.haxx.se/tsvn/archive-2006-01/0409.shtml the
double quotes should work, but it does not parse.

Anyone has a suggestion for this?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-05-22 15:56:00 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

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