ternto333 wrote:
> I'll have to admit, I did try and merge a file that had been "DOSified". It
> naturally resulted in a conflict when the unix version didn't match the new
> DOS version. Once I ran dos2unix on the file, the conflict was resolved so I
> used
> svn resolved
> Then I ran
> svn commit -m "This is the message".
> This all worked fine now and I was going merge the revisions using
> svnmerge merge -r "1846-1850,1852-1853"
> which worked and it produced a svnmerge-commit-message.txt. I then used that
> file to commit by using
> svn commit -F svnmerge-commit-message.txt
> This did not work. It gave the following error:
> svn: Commit failed [details follow]:
> svn: Inconsistent line ending style.
> However, most of the examples that I have seen with this problem have
> inconsistencies in the file. Mine is a pure and clean unix version with no
> windows new lines or anything. I can't see why it is complaining about the
> line ending inconsistencies. Did I forget to do something?
Yes, you forgot that this is the wrong list for such a question. You
should try users_at_subversion.tigris.org instead.
> Is there any way
> to temporarily override this syntax requirement?
>
What does "svn pg svn:eol-style" do if you run it on that file?
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-01-04 22:21:53 CET