[kepler-dev] svn properties in tagging

Daniel Crawl crawl at sdsc.edu
Tue Apr 13 18:17:41 PDT 2010


Hi Christopher,

Thanks for the information. This will be fixed for bug 4681.

   --dan

On 4/13/10 5:49 PM, Christopher Brooks wrote:
> Hi Dan,
> It looks like svn properties are not set in the tagging
> repository.
>
> To fix this, do
>  cd kepler/tagging/src
>  find . -name "*.java" > /tmp/tj
>  cat /tmp/tj | xargs svn propset svn:eol-style native
>  cat /tmp/tj | xargs svn propset svn:keywords "Author Date Id Revision"
>  svn commit -m "Added svn properties"
>
> The reason this is important is because otherwise, if anyone
> is working on Windows, then the file will have different end of
> line characters than for Mac Users.
>
> Updating the keywords means that $Id$ will get updated to reflect
> the most recent version of the file.
>
> It could be that someone's ~/.subversion/config file is not
> configure properly.  In the default, all files are checked in
> as binaries.  If config is update to include file extensions such
> as .java, then the keywords and eol-style will be properly set.
> In the case of
> tagging/src/ptolemy/vergil/basic/BasicGraphController.java
> it looks like maybe Sean Riddle's configuration might need
> updating.
>
> See
> http://chess.eecs.berkeley.edu/ptexternal/wiki/Main/Subversion#KeywordSubstitution 
>
>
> _Christopher
>
>



More information about the Kepler-dev mailing list