[ 
https://issues.apache.org/jira/browse/OFBIZ-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534644
 ] 

David E. Jones commented on OFBIZ-1084:
---------------------------------------

Actually no, SVN is platform aware. If I check in a file with Unix line endings 
and you check it out on Windows the SVN client will convert it to Windows line 
endings. In other words, the line endings are normalized by SVN.

However, if I check out a file on my Mac with unix line endings and then copy 
it to my Windows box it will have a problem because it will still have unix 
line endings. On the other hand, if I use zip it up on a Mac (or Linux) and 
unzip it on Windows the zip program will change the line endings and take care 
of the problem...

> if [ "$UID" = "0" ]; then in $OFBIZ_HOME/rc.ofbiz
> -------------------------------------------------
>
>                 Key: OFBIZ-1084
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1084
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: Release Branch 4.0
>         Environment: Fedora 5, Fedora 6.
>            Reporter: Shi Yusen
>
> The following line in $OFBIZ_HOME/rc.ofbiz:
> if [ "$UID" = "0" ]; then
> Is it should be
> if [ "$UID" != "0" ]; then
> BTW, I have to run dos2unix for this file, I guess this is a *nix script, it 
> would be better if it's in the right format in SVN.
> Shi Yusen/Beijing Langhua Ltd.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to