betweenGo

Newline problems with Subversion

by Frank Kim on Sep.06, 2005, under Subversion

I was receiving an error like this when trying to commit a file into subversion.

svn: File '/foo/bar.gif' has inconsistent newlines

After searching, I found this nice page explaining how to fix the problem.

Newline problems with Subversion

Essentially you need to do this before you do the commit.

svn propdel svn:eol-style bar.gif

  • Share/Bookmark

Related posts:

  1. Ignore Files and Directories in Subversion
  2. Subversion on Dreamhost
  3. Subversion Branching
  4. HOWTO Stop Being Prompted For Password in TortoiseSVN
  5. SQL*Plus Commit on Exit

:

Leave a Reply

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!