On 2/7/07, Jason Dillon <[EMAIL PROTECTED]> wrote:
Eh, probably not... though in general I don't really like using svn:ignore, but prefer using global-ignores in ~/.subversion/config. I usually have:global-ignores = *.log *.save *.o *.lo *.la #*# .*~ *~ .#* .DS_Store build dist target *.ipr *.iml *.iws .project .classpath .settings Which ignores the stuff I want to ignore. Sometimes svn:ignore brings in stuff I'd rather not ignore.
When I saw the files I remembered I had the setting, too. I had not verified it was as follows: global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store build dist target and set the svn:ignore. I'll add what you have as it will save some time of mine when I'm not forced to worry/be concerned about svn:ignore anymore. Thanks Jason! Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl
