[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-15 12:50:00 CEST

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.

/Klaus

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 15 12:52:19 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.