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:
@@ -17,7 +17,7 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
# $Id: _MenuOptions.py 9422 2007-11-28 22:21:18Z dsblank $
|
||||
# $Id$
|
||||
|
||||
"""
|
||||
Abstracted option handling.
|
||||
|
@@ -23,7 +23,7 @@
|
||||
"ToolGeneration Framework"
|
||||
|
||||
__author__ = "Alex Roitman"
|
||||
__version__ = "$Revision$"
|
||||
__version__ = "$Revision: 9830 $"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
@@ -19,7 +19,7 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
# $Id: Report.py 6044 2006-03-03 00:10:52Z rshura $
|
||||
# $Id$
|
||||
|
||||
#The following is bad, we import lists here, and obtain pointers to them
|
||||
#If in _PluginMgr the list changes, that is ok, if however the list is
|
||||
|
Reference in New Issue
Block a user