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

Re: Username with spaces?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-21 18:04:43 CEST

On Wed, 2004-07-21 at 09:45, Christian Höhle wrote:

> svn list "svn://Mark Twain_at_localhost/repository"

That's not a valid URL. Use a %20 to represent a space:

    svn list svn://Mark%20Twain@localhost/repository

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 21 18:06:05 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.