# OOOOK, I am starting to look stupid # I reproduced the bug in a sid pbuilder login environment tags 504233 confirmed thanks
2008/11/24 Ansgar Burchardt <[EMAIL PROTECTED]>: > "Eddy Petrișor" <[EMAIL PROTECTED]> writes: >> Ansgar, Jan, what does this command return? >> >> grep global-ignores ~/.subversion/config >> >> If that has an ignore pattern that matches your ignored file then we found >> the cause. > > % grep global-ignores ~/.subversion/config > ### Set global-ignores to a set of whitespace-delimited globs > # global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store > > It's commented-out, so the problem should be somewhere else. > (I don't remember changing the file, so it should be Subversion's > default configuration.) IIRC, dpkg now ignores such files by default. I am starting to think of some possible causes: 1) svn 1.5.5 ignores .* files - easily checked 2) dpkg filters that junk out 3) SVN::Client is ignoring those 1 should be easy to check 2 might lead to the conclusion that svn-bp is doing the right thing (but it could be useful to warn of such a case?) 3 I have no idea how to check -- Regards, EddyP ============================================= "Imagination is more important than knowledge" A.Einstein

