[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: Branko Čibej <brane_at_xbc.nu>
Date: 2004-06-16 17:58:46 CEST

Klaus Rennecke wrote:

> Matt Cribb wrote:
>
>> How do I set the ignore property for an unversioned file in a working
>> directory? Also, how do I set it back?
>> I've tried this:
>> C:\tools>svn propset svn:ignore I *.txt
>> svn: 'CurrentDir.txt' is not under version control
>>
>> Based on the documentation in Chapter 7.
>>
>>
>
> This looks like a small hole in the documentation. The svn propset
> expanded the *.txt to all text files in the current folder and was
> trying to set the property on that set. Two failures result:
>
> 1. Property would not be set on . that way
> 2. Files not under version control naturally fail
>
> Quote the '*.txt' expression.

Which won't help because he's trying to set svn:ignore to the value "I",
not "*.txt".

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
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:03:55 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.