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:\>svn co file:///repos wc
D:\>cd wc
D:\wc>touch foo
D:\wc>touch baz
D:\wc>svn propset svn:ignore "baz" .
D:\wc>svn st
D:\wc>svn add foo baz
D:\wc>svn commit -m "Should not add baz as it is ignored"
D:\wc>cd ..
D:\>svn co file:///repos wc1
Is what I am proposing even feasible ?
BTW, using:
on Win2K.
Thanks !
---------------------------------------------------------------------
|
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.