Release 9.04 - svn: Inconsistent line ending style

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Release 9.04 - svn: Inconsistent line ending style

André Herbst
Hi,

I got this error when trying to do a svn import from a fresh 9.04 checkout
with no local modifications.

svn: File 'themes/bizznesstime/webapp/bizznesstime/css/style.css' has
inconsistent newlines
svn: Inconsistent line ending style
svn: Your commit message was left in a temporary file:
svn:    'svn-commit.tmp'

This is for revision 809223 of release 9.04.

I am not sure how the file got uploaded to SVN in the first place, but
apparently there is a problem with the line endings in this file.



-André
Reply | Threaded
Open this post in threaded view
|

Re: Release 9.04 - svn: Inconsistent line ending style

Scott Gray-2
Thanks André, fixed in r809573

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 1/09/2009, at 1:01 AM, André Herbst wrote:

> Hi,
>
> I got this error when trying to do a svn import from a fresh 9.04  
> checkout
> with no local modifications.
>
> svn: File 'themes/bizznesstime/webapp/bizznesstime/css/style.css' has
> inconsistent newlines
> svn: Inconsistent line ending style
> svn: Your commit message was left in a temporary file:
> svn:    'svn-commit.tmp'
>
> This is for revision 809223 of release 9.04.
>
> I am not sure how the file got uploaded to SVN in the first place, but
> apparently there is a problem with the line endings in this file.
>
>
>
> -André


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Release 9.04 - svn: Inconsistent line ending style

André Herbst
Hi Scott,

Thanks for the quick fix.

Here is another one, same story different file:

svn: File 'applications/product/src/org/ofbiz/product/image/ScaleImage.java'
has inconsistent newlines.

-André

On Monday den 31. August 2009 15:17:21 Scott Gray wrote:

> Thanks André, fixed in r809573
>
> Regards
> Scott
>
> HotWax Media
> http://www.hotwaxmedia.com
>
> On 1/09/2009, at 1:01 AM, André Herbst wrote:
> > Hi,
> >
> > I got this error when trying to do a svn import from a fresh 9.04
> > checkout
> > with no local modifications.
> >
> > svn: File 'themes/bizznesstime/webapp/bizznesstime/css/style.css' has
> > inconsistent newlines
> > svn: Inconsistent line ending style
> > svn: Your commit message was left in a temporary file:
> > svn:    'svn-commit.tmp'
> >
> > This is for revision 809223 of release 9.04.
> >
> > I am not sure how the file got uploaded to SVN in the first place, but
> > apparently there is a problem with the line endings in this file.
> >
> >
> >
> > -André


Reply | Threaded
Open this post in threaded view
|

Entity Sync Http

Deyan Tsvetanov
Hi,

I'm trying to configure entity synchronization.
In the sync setup notes ( http://docs.ofbiz.org/display/OFBIZ/Sync+Setup+Notes+and+Example )
it's written to use entity-sync-rmi.

framework/service/config/serviceengine.xml - enity-sync-rmi set to MCS.

My question is: is it possible to use entity-sync-http instead ?
I couldn't find any notes on how to switch to entity-sync-http instead of entity-sync-rmi.
Is there any settings for that - like username and password, etc.

Thanks in advance for your help,
Deyan