Bug#572992: subversion: cannot svn add filename includes '@'

2011-07-23 Thread Jonathan Nieder
tags 572992 + upstream wontfix forwarded 572992 http://subversion.tigris.org/issues/show_bug.cgi?id=3489 quit Hi Toni, Toni Corvera wrote: > It's supposed to work this way. They must be escaped by appending an '@' > sign to the filename. > > Upstream bug: http://subversion.tigris.org/issues/show

Bug#572992: subversion: cannot svn add filename includes '@'

2010-04-19 Thread Toni Corvera
It's supposed to work this way. They must be escaped by appending an '@' sign to the filename. Upstream bug: http://subversion.tigris.org/issues/show_bug.cgi?id=3489

Bug#572992: subversion: cannot svn add filename includes '@'

2010-03-07 Thread Kazuhiro NISHIYAMA
Package: subversion Version: 1.6.9dfsg-1 Severity: normal On squeeze/sid, `svn add f...@bar` does not work. % cat t.sh #!/bin/sh TEST_ROOT=$(pwd)/test mkdir -p "$TEST_ROOT" cd "$TEST_ROOT" svnadmin create "$TEST_ROOT/testrepo" svn co "file://$TEST_ROOT/testrepo" testwc cd testwc touch f...@bar sv