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

RE: Re: Filenames containing '@' symbol

From: Gale, David <David.Gale_at_Hypertherm.com>
Date: 2005-12-21 19:44:21 CET

Sviatoslav Sviridov wrote:
> Richard Musil wrote on 12/21/2005 7:47 PM:
>> Could you use "percentage" trick? (Like putting %20 instead of
>> literal space).
>
> No, it doesn't work. (am I right that @ is %40?).
>
>
>>
>> Sviatoslav Sviridov wrote:
>>> Hello,
>>>
>>> Is it possible to manage from command line files, containing '@'
>>> character in their names? svn tries to handle filename part after @
>>> as revision number and therefore reports error. It is possible to
>>> add/update such files, but not possible to edit properties.
>>> (commands proplist, propget, ...). This problem appears with linux
>>> and windows clients.
>>> BTW, TortoiseSVN can manage such file somehow.

Try putting a backslash before the @ signs. (bash's tab-completion
should automatically do this; I'm not sure about wildcard expansion.)
Alternatively, you could try enclosing the file name in single quotes,
but I'm not as sure that that would work.

-David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 25 01:11:28 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.