2008-01-22 Raphael Ackermann <raphael.ackermann@gmail.com>

* src/* Everything but src/images/* and src/data/* add correct svn 
	properties with the commands:
	svn propset -R svn:mime-type text/plain src/
	svn propset -R svn:eol-style native src/
	svn propset -R svn:keywords Id src/
	See below why the Id keyword is enough. From svn help propset
	svn:keywords   - Keywords to be expanded.  Valid keywords are:
      URL, HeadURL             - The URL for the head version of the object.
      Author, LastChangedBy    - The last person to modify the file.
      Date, LastChangedDate    - The date/time the object was last modified.
      Rev, Revision,           - The last revision the object changed.
      LastChangedRevision
      Id                       - A compressed summary of the previous
                                   4 keywords.

svn: r9912
This commit is contained in:
Raphael Ackermann
2008-01-22 09:17:46 +00:00
parent 281d89504b
commit bbe2cc6d4e
183 changed files with 201 additions and 185 deletions

View File

@@ -26,7 +26,7 @@ mechanism for the user to edit attribute information.
"""
__author__ = "Donald N. Allingham"
__version__ = "$Revision$"
__version__ = "$Revision: 9101 $"
#-------------------------------------------------------------------------
#

View File

@@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _EditChildRef.py 6282 2006-04-06 22:02:46Z rshura $
# $Id$
"""
The EditChildRef module provides the EditChildRef class. This provides a

View File

@@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _EditAttribute.py 6248 2006-03-31 23:46:34Z dallingham $
# $Id$
"""
The EditLdsOrd module provides the EditLdsOrd class. This provides a

View File

@@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: LocEdit.py 6051 2006-03-03 00:38:41Z dallingham $
# $Id$
#-------------------------------------------------------------------------
#

View File

@@ -26,7 +26,7 @@ to edit information about a particular Person.
"""
__author__ = "Don Allingham"
__revision__ = "$Revision$"
__revision__ = "$Revision: 9908 $"
#-------------------------------------------------------------------------
#

View File

@@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _EditPersonRef.py 6282 2006-04-06 22:02:46Z rshura $
# $Id$
"""
The EditPersonRef module provides the EditPersonRef class. This provides a

View File

@@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _EditSourceRef.py 6068 2006-03-04 06:34:48Z dallingham $
# $Id$
#-------------------------------------------------------------------------
#

View File

@@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _EditSourceRef.py 6155 2006-03-16 20:24:27Z rshura $
# $Id$
#-------------------------------------------------------------------------
#