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

svn:ignore property ignored while adding files

From: Francois Beausoleil <fbeausoleil_at_ftml.net>
Date: 2003-03-05 16:25:24 CET

Hello everyone,

Is it me or should svn add check the svn:ignore property ?

Here's a reproduction recipe:
D:\>svnadmin create repos

D:\>svn co file:///repos wc
Checked out revision 0.

D:\>cd wc

D:\wc>touch foo

D:\wc>touch baz

D:\wc>svn propset svn:ignore "baz" .
property `svn:ignore' set on ''

D:\wc>svn st
  M .
? foo <------- baz properly ignore here

D:\wc>svn add foo baz
A foo
A baz <------- But not here...

D:\wc>svn commit -m "Should not add baz as it is ignored"
Sending .
Adding baz <------- Or here...
Adding foo
Transmitting file data ..
Committed revision 1.

D:\wc>cd ..

D:\>svn co file:///repos wc1
A wc1/foo
A wc1/baz
Checked out revision 1.

Is what I am proposing even feasible ?

BTW, using:
D:\>svn --version
svn, version 0.18.0 (r4973)
    compiled Feb 20 2003, 22:39:07

on Win2K.

Thanks !
Francois Beausoleil (fbos@users.sourceforge.net)
Developper of Java Gui Builder - http://jgb.sourceforge.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 5 16:26:42 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.