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).

|  - 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)

|  - 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$

** $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.

Michael

Reply via email to