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

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

From: Alec Kloss <alec.kloss_at_oracle.com>
Date: 18 Dec 2009 08:50:26 -0600

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

  • application/pgp-signature attachment: stored
Received on 2009-12-18 15:51:04 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.