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

Question regarding "@" symbol

From: Leonard Wayne <lrwayne_at_earthlink.net>
Date: Tue, 8 Jan 2013 15:11:12 -0500 (GMT-05:00)

Hello.

I read the Subversion documentation (in
particular the "Peg and Operative Revisions"
section) for how to handle versioning of
directories with names that contain the "@"
symbol. But I am still confused by something.

I want to use the "import" command to import a
tree that includes subdirectories with names
that contain the "@" symbol. For example I
would like to do the following (using the
Windows syntax):

svn import c:\myPath\myDirTree file:///c:/svn/repo/myProject -m "Initial import."

The directory tree "myDirTree" contains
subdirectories with names that contain the "@"
symbol.

The command executes without reporting any
problems.

But is it OK to use this command? Or instead
of using the "import" command should I instead
do a bunch of "add" commands and use the
workaround discussed in the "Peg and Operative
Revisions" section of the manual (append "@"
at the end of the path)?

The reason I cannot avoid using directories
whose names contain "@" is that Matlab has
users place class-based code in directories
whose name begins with "@".

Thank you in advance.

- Len
Received on 2013-01-08 21:34:52 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.