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

File <filenamewith$> already exists

From: Bruce Frederiksen <bruce.frederiksen_at_kobie.com>
Date: 2007-03-15 22:34:29 CET

I'm getting a problem trying to add a file with a $ in it. When I do
the commit, I get a "file ... already exists" error. The file does not
already exist in the repository.

I'm getting this both with tortoiseSVN 1.4.1 on Windows as well as the
svn 1.4.2 command line client on linux. The svn server is 1.2.3 (as
reported by svnadmin ---version) running on linux.

To create this:

$ svn co <somedir>
$ cd <somedir>
$ touch 'abc$def.txt'
$ svn add 'abc$def.txt'
A abc$def.txt
$ svn commit -m 'msg'
Adding abc$def.txt
svn: Commit failed (details follow):
svn: File '/svn/repos/etrms/trunk/tools/abc$def.txt' already exists

We have many files with $ in their names and are having quite a
problem. I've tried to find other mentions of this problem, but don't
see any other references to it.

Any help would be greatly appreciated!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 16 15:33:53 2007

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.