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

Re: Subversion 1.6.6 doesn't appear to allow adding files with @ in the name

From: Felix Gilcher <felix.gilcher_at_bitextender.com>
Date: Fri, 18 Dec 2009 15:59:01 +0100

The @ sign denotes a peg revision. Just add another @ at the end of
the filename, that should do the trick.

Felix

Sent from my iPhone

On 18.12.2009, at 15:50, "Alec Kloss" <alec.kloss_at_oracle.com> wrote:

> Subject pretty much says it all. My 1.6.4 client does allow adding
> files with an @ in their name.
>
> mybox% svnadmin create repo
> mybox% svn co repo work
> svn: 'repo' does not appear to be a URL
> mybox% svn co file:///$PWD/repo work
> Checked out revision 0.
> mybox% touch work/test_at_file
> mybox% svn add work/test_at_file
> svn: warning: 'work/test' not found
> mybox% svn --version
> svn, version 1.6.6 (r40053)
> compiled Dec 2 2009, 14:54:12
>
> Copyright (C) 2000-2009 CollabNet.
> Subversion is open source software, see http://subversion.tigris.org/
> This product includes software developed by CollabNet
> (http://www.Collab.Net/).
>
> The following repository access (RA) modules are available:
>
> * ra_neon : Module for accessing a repository via WebDAV protocol
> using
> * Neon.
> - handles 'http' scheme
> - handles 'https' scheme
> * ra_svn : Module for accessing a repository using the svn network
> * protocol.
> - with Cyrus SASL authentication
> - handles 'svn' scheme
> * ra_local : Module for accessing a repository on local disk.
> - handles 'file' scheme
>
> mybox%
>
>
> --
> Alec.Kloss_at_oracle.com Oracle Middleware
> PGP key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x432B9956
Received on 2009-12-18 15:59:47 CET

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.