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

Re: Filenames containing '@' symbol

From: Phillip Susi <psusi_at_cfl.rr.com>
Date: 2005-12-21 20:26:13 CET

The problem isn't the shell, the @ character isn't treated specially by
it AFAIR. The problem is that svn treats the @ as a peg revision.

Try appending an explicit peg revision to the end of the name. I think
svn will parse the last one as the peg revision, and earlier @'s as part
of the name.

Gale, David wrote:
> 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 04:31:29 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.