[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Problem on commits with "inconsistent line style", please provide a better error message

From: Jan Mönnich <Jan.Moennich_at_newtron.net>
Date: 2004-09-13 15:39:55 CEST

Hello,

I just tried an commit and get the following error message:

d:dev> svn ci -m Bugs java\framework\web\bytecode
Sending java\framework\web\bytecode\ClassByteCodeInfo.java
Sending java\framework\web\bytecode\CompileByteCodeInfo.java
Sending java\framework\web\bytecode\ExampleCompiledClass.java
Sending java\framework\web\bytecode\ExampleCompiledClassCreator.java
Sending java\framework\web\bytecode\WebCompiledClass.java
Sending java\framework\web\bytecode\WebCompiledElement.java
Transmitting file data ......svn: Commit failed (details follow):

d:dev> svn ci -m Bugs java\framework\web\bytecode\ExampleCompiledClassCreator.java
Sending java\framework\web\bytecode\ExampleCompiledClassCreator.java
Transmitting file data .svn: Commit failed (details follow):

There are no details following.

After testing a little bit around, I found the following error message:

d:test> svn add ExampleCompiledClassCreator.java
svn: File 'ExampleCompiledClassCreator.java' has inconsistent newlines
svn: Inconsistent line ending style

It seems to refuse commits with broken lineends.

Two wishes:
- Please provide a good error message (with filename).
- Maybe an option/switch to autoconvert the lineendings.

jan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 13 15:40:25 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.