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

Re: best way to specify filenames starting with a special character like "-" ?

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-02-28 18:45:54 CET

"C.A.T.Magic" <c.a.t.magic@gmx.at> writes:

> what is the -best- method to specify filenames starting with
> a special character, e.g. a '-' character
> when using some automated scripts?

Either

$ svn add ./-foo

or

$ svn add -- -foo

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Feb 28 18:45:31 2004

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.