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

Re: svn:ignore

From: Klaus Rennecke <marion_at_users.sourceforge.net>
Date: 2004-06-16 18:30:52 CEST

Branko Čibej wrote:

> Klaus Rennecke wrote:
>
>> Matt Cribb wrote:
>>
>>> [...]
>>> C:\tools>svn propset svn:ignore I *.txt
>>> svn: 'CurrentDir.txt' is not under version control
>>> [...]
>>
>> [...]
>> Quote the '*.txt' expression.
>
>
> Which won't help because he's trying to set svn:ignore to the value "I",
> not "*.txt".

Whoops my bad. Yes, I missed that I in there. It might be good as well
to explicitly state the current directory as a target, even though it is
the default. To sum it up, the command would be:

C:\tools>svn propset svn:ignore '*.txt' .

or, if you are still unsure about quoting (which I am because the
command shells vary interpreting it) create a text file with the
patterns and use

C:\tools>svn propset svn:ignore -F filewithignorepattern.txt .

/Klaus

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 16 18:32:30 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.