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

svn add ignores svn:ignore

From: Palmer Eldritch <eldritch.palmer_at_gmail.com>
Date: 2005-12-12 17:42:35 CET

svn add ignores the value of svn:ignore which is fairly annoying
I'm using svn 1.2.3 on windows 2K

steps to reproduce the incorrect behavior:

create an empty directory 'test'
svn import test <repository>
cd test
svn checkout <repository> .
svn propset svn:ignore *.ign .
svn commit
svn propget svn:ignore .
==> output:
*.ign

create files test.txt & test2.ign
svn status
==> output:
? test.txt

svn status --no-ignore
==> output:
I test.ign
? test.txt

svn add *.*
==> output:
A test.ign
A test.txt

svn status
==> output:
A test.ign
A test.txt

TortoiseSVN 1.2.6 build 4786 does it correctly.
Received on Mon Dec 12 17:54:26 2005

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.