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

Re: couldn't svn rm a file aa@bb.com

From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Wed, 25 May 2011 22:15:18 -0500

On May 25, 2011, at 21:00, wangbin wrote:

>
> I intend to svn rm a file named likes aa_at_bb.com, svn could find this file
>
> $svn rm "scmtools\@tc-cm-et18.tc.baidu.com"
> svn: 'scmtools\' does not exist
> $svn rm "*.tc.baidu.com"
> svn: '*.tc.baidu.com' does not exist
> $ svn info "scmtools_at_tc-cm-et18.tc.baidu.com"
> svn: Try 'svn help' for more info
> svn: Syntax error parsing revision 'tc-cm-et18.tc.baidu.com'
> $ svn info "scmtools\@tc-cm-et18.tc.baidu.com"
> svn: Try 'svn help' for more info
> svn: Syntax error parsing revision 'tc-cm-et18.tc.baidu.com'
> $svn st
> $

Right, you're running into a conflict with Subversion's peg revision notation. Add an extra @ at the end to overcome this.

svn rm "scmtools_at_tc-cm-et18.tc.baidu.com@"
Received on 2011-05-26 05:16:00 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.