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

RE: Spaces in external checkout folder

From: Gleason, Todd <tgleason_at_impac.com>
Date: Thu, 22 May 2008 07:13:04 -0700

I have a hard time reading your email, but where you said

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

I would think you'd want

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

(The initial backslash should come before the initial double quote, not
after--right?)

-----Original Message-----
From: Soren [mailto:BigBenDk_at_gmail.com]
Sent: Thursday, May 22, 2008 7:45 AM
To: users_at_tortoisesvn.tigris.org
Subject: Spaces in external checkout folder

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

---------------------------------------------------------------------
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 16:14:44 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.