Set svn:eol-style on Graffito sources
-------------------------------------

                 Key: GRFT-86
                 URL: http://issues.apache.org/jira/browse/GRFT-86
             Project: Graffito
          Issue Type: Improvement
            Reporter: Jukka Zitting
            Priority: Minor


The files in the Graffito source tree do not seem to have the svn:eol-style 
set, causing problems when accessing the files on a Windows system. Please set 
the svn:eol-style property as instructed in 
http://www.apache.org/dev/version-control.html#https-svn.

The following commands should take care of the most cases:

    $ svn checkout https://svn.apache.org/repos/asf/incubator/graffito/trunk 
graffito
    $ cd graffito
    $ find . -name '*.java' -exec svn propset svn:eol-style native {} \;
    $ find . -name '*.xml' -exec svn propset svn:eol-style native {} \;
    $ find . -name '*.properties' -exec svn propset svn:eol-style native {} \;
    $ find . -name '*.txt' -exec svn propset svn:eol-style native {} \;
    $ find . -name '*.css' -exec svn propset svn:eol-style native {} \;
    $ svn commit -m 'set svn:eol-style to native'


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to