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

regression from 1.4.3 to 1.5.1 in handling filenames containg at (@) signs

From: <scottnotrobot_at_gmail.com>
Date: Wed, 27 Aug 2008 09:49:42 -0700 (PDT)

in 1.4.3, this works:

mkdir dir
svn add dir
svn ci -m test dir
touch dir/@file
svn add dir/@file
svn ci -m test dir/@file

but in 1.5.1, when trying to add @file, i get:

svn: warning: 'dir_at_file' not found

i also tried: "svn add dir/@file@", but i get:

svn: warning: 'dir/@file@' not found

-Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-08-27 20:27:52 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.