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

Re: problem with directories with white space?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-30 00:07:40 CEST

On Mon, 2004-03-29 at 15:33, David Petrou wrote:

> will i have problems if files / dirs under foo_bar have spaces in them?

You must type valid URLs which are properly escaped.

"schema://host/path1\ path2" isn't valid.
But "schema://host/path1%20path2" is.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 30 00:08:48 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.