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

RE: Problem with "svn add" command

From: Aaron Friesen <aaron_at_cartopac.com>
Date: Mon, 15 Mar 2010 17:12:45 -0400

> From: Itamar O [mailto:itamarost_at_gmail.com]
> I might be doing something wrong here,
> but I have an unversioned file named "- example.txt" (don't ask why..),
> and when I 'svn add "- example.txt"' I get:
>   svn: invalid option character:
>   Type 'svn help' for usage.

Try:

svn add -- "- example.txt"
Received on 2010-03-15 22:13:17 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.