Michael Gerz <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | >Michael Gerz <[EMAIL PROTECTED]> writes: | > | >| - svn:ignore (similar to ".cvsignore") | > | >We should probably clean this up, and have users of the repo set | >global-ignores in their configs. For the files that should always be | >ignored (*.o etc.) | > | There is a --recursive option that allows setting a property in all | sub-directories. Thus you can ignore all "*.o" throughout the whole | working copy without big effort (and all other users benefit from your | settings).
Still. I think we should reserve svn:ignore for special cases, not what should always be ignroed. | | >| - svn:eol-style (controls eol style when checking out a file) | > | >We should be very wary of using anything else than native. | > | I agree. But it might be useful in some special cases. (I just wanted | to mention it in case you don't know about this option) But I do... I am just been through a conversion of a 15 year old cvs repo of some 14GB is size.... We have researched _a_lot_ We have some ~100 daily users (developers) of this tree. | >| - svn:keywords (controls the handling of keywords like "$Id" in the | >| source code) | > | >We do not want to use this. | > | Ok. Even better. Please note that there are four files (+ a lot of | Qt-generated files) that use $Id$ Hmm... do the Qt generated file output this? (bad dog) | ** $Id: qgridview.C,v 1.3 2003/08/23 00:16:39 leeming Exp $ | ** $Id: qttableview.C,v 1.7 2005/04/26 10:30:22 leeming Exp $ | ** $Id: qgridview.h,v 1.3 2004/12/14 11:05:44 leeming Exp $ | ** $Id: qttableview.h,v 1.1 2001/12/01 02:24:27 levon Exp $ | | The statements should probably be removed. yes. -- Lgb