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

Re: SVN command line - spaces on Windows

From: <kfogel_at_collab.net>
Date: 2005-02-13 04:09:17 CET

"Butlin, Jason \(UK - Epsom\)" <jbutlin@deloitte.co.uk> writes:
> My setup is SVN 1.1.2, with the client on WinXP.
>
> The command is svn merge -r166:165 svn://ukserver/repo/proj/file
> name.txt
>
> If I run as shown above, I get an error about to many arguments.
> If I place double quotes around the path name, or replace the space with
> %20, I receive a message about not being able to replace a directory
> from within.

What directory are you running it from, in your working copy? Does
that directory contain "file name.txt"?

> Is there a way of getting SVN to work with filenames that have space?

Yes; in fact, I'm not even sure the problem here is with space.

(The "%20" encoding is a good idea, btw, since these are still URLs.
But again, I'm not sure this problem is due to the space...)

Best,
-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Feb 13 04:25:27 2005

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.