0

i'm having problems setting the delimiter to UNIX i tried

Eclipse and Windows newlines

Eclipse Editor: How to change file format from Dos to Unix

I follow the instructions but when i do i new check out from the svn repository the delimiters files are Windows.

i don't know what else to do

Community
  • 1
  • 1
Nani
  • 13
  • 1
  • 5

1 Answers1

0

but when i do i new check out from the svn repository the delimiters files are Windows.

It must be because someone who made the last commit, was working on a windows machine and he/she accidentally committed the .project configuration files for eclipse on svn as well. So now when you check out the project, your configuration file for the project is getting overwritten by the new one.

Configuration files should never be pushed to repositories.

Saif Asif
  • 5,516
  • 3
  • 31
  • 48
  • Had they pushed the *right* values, would you be saying otherwise? – nitind May 17 '14 at 01:02
  • Maybe, but I have seen this happen a lot of times in my experiences thats why its my first guess – Saif Asif May 17 '14 at 12:10
  • it's possible but where i work is most common to use Linux than windows , i test it downloading an svn file where the owner is working with linux and it does the same thing (sorry if my English is not right) – Nani May 20 '14 at 20:17
  • http://stackoverflow.com/questions/11587806/is-there-anyway-to-get-tortoisesvn-to-leave-eol-line-endings-as-is – John Moses Jan 26 '16 at 16:36