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

Re: Files name containing spaces in their name

From: Martin Tomes <lists_at_tomes.org>
Date: 2005-09-07 12:12:57 CEST

Annick Collet wrote:
> Dear all,
>
> Having migated from vss to svn using vss2svn tool, my repository
> contains now some files with spaces in their names or starting with a
> space.
>
> How can I then rename them properly .

Quote the names with spaces:

svn mv "/trunk/ file1.txt" /trunk/file1.txt

If that doesn't work then it isn't a space - it could be a tab.

-- 
Martin Tomes
echo 'martin at tomes x org x uk'\
  | sed -e 's/ x /\./g' -e 's/ at /@/'
Visit http://www.subversionary.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 7 12:14:46 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.