[ 
http://issues.apache.org/jira/browse/GRFT-86?page=comments#action_12433986 ] 
            
Jukka Zitting commented on GRFT-86:
-----------------------------------

> I'm using the source code without problem on windows. What kind of problem do 
> you have ?

I've got *.txt and *.properties files mapped to Notepad. Not having the files 
svn:eol-styled makes it difficult to simply browse the file system and 
double-click on files that you want to review without starting a full IDE. Of 
course I could map the files to Notepad2, but that solves the problem only for 
me and not for the next Windows user.

Adding svn:eol-styles is easy, even automatic once you've done the setup as 
instructed on /dev/, and makes life easier for a number of people. I don't see 
a reason not to use them.


> 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
>         Assigned To: Christophe Lombart
>            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