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

Re: sequence "/@" in file path - Subversion bug?

From: Marián Petráš <Marian.Petras_at_Sun.COM>
Date: Tue, 19 May 2009 12:21:41 +0200

Marián Petráš wrote:
> Hello,
>
> I have a problem trying to commit files whose names start with an at
> sign (@). I have read the advices to append an additional at sign to the
> file name. It works some times but it does not work in certain
> situations. One of the situations is that the at sign is at the
> beginning of the file name. Then some commands, such as "svn add" and
> "svn commit", do not work:
>
> $ svn add "dir/@File.txt"
> svn: warning: 'modified_at_File.txt' not found
>
> - note the missing slash in the Subversion output
>
> $ svn add "dir/@File.txt@"
> svn: warning: 'modified/@File.txt@' not found
>
> - the slash has been preserved but the trailing at sign was not
> stripped

Correction: In the actual case I named the directory "modified". I
renamed it to "dir" in my example but I forgot to rename it in the
Subversion output. So here is the updated description of what happened:

     $ svn add "dir/@File.txt"
     svn: warning: 'dir_at_File.txt' not found

     - note the missing slash in the Subversion output

     $ svn add "dir/@File.txt@"
     svn: warning: 'dir/@File.txt@' not found

     - the slash has been preserved but the trailing at sign was not
       stripped

Marián Petráš
NetBeans developer

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2310104

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-19 12:17:08 CEST

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.