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

AW: Re: svn:ignore and add

From: Sven Steiniger <Sven.Steiniger_at_newtron.net>
Date: 2004-08-23 09:58:21 CEST

So this behaviour is completly different from CVS.
I could think of some special cases where I wan't to explicitly add
an entry which is normally ignored.
But in most cases shouldn't the global ignores always ignore?
For example keeping versioned .bak files doesn't make sense at all.

Sven.

-----Ursprüngliche Nachricht-----
Von: Kevin Ballard [mailto:kevin@sb.org]
Gesendet: Sonntag, 22. August 2004 22:26
An: Frank Budszuhn
Cc: users@subversion.tigris.org
Betreff: Re: svn:ignore and add

The problem is you're using svn add, not svn import. With the first try
the svn:ignore on the root doesn't block t1.txt from being added since
'svn add *' is the same as 'svn add foo bar t1.txt t2.txt <etc>', and
svn:ignore doesn't affect versioned files or directly adding an
unversioned file.
[snip]

-- 
Kevin Ballard
kevin@sb.org
http://www.tildesoft.com
http://kevin.sb.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 23 09:58:50 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.