Bug #4681
closedCheck all file properties before release
0%
Description
See bug#4056 for background.
I think we need to go through all our files before release to make sure the appropriate properties are set, e.g. svn:keywords (do we want to agree to a standard set?) and svn:eol-style.
Related issues
Updated by Chad Berkley over 14 years ago
Which properties should we set? I propose keywords and eol-style as Derik said. Are there any others? I can write a build task to do this.
Updated by Christopher Brooks over 14 years ago
Yep, svn:keywords and svn:style for all files:
bash-3.2$ svn proplist README.txt
Properties on 'README.txt':
svn:keywords
svn:eol-style
bash-3.2$ svn propget svn:keywords README.txt
Author Date Id Revision
bash-3.2$ svn propget svn:eol-style README.txt
native
Executables should probably have svn:executable set
ptII/adm/bin/svnpropcheck might help.
See
http://ptolemy.eecs.berkeley.edu/ptolemyII/ptII8.0/ptII8.0.beta/doc/coding/releasemgt.htm
and
http://chess.eecs.berkeley.edu/ptexternal/wiki/Main/Subversion#KeywordSubstitution
Updated by Chad Berkley over 14 years ago
updated file props for trunk and 2.0. if this is done in the future, do not update keywords for any jar files. this breaks some of them.