Here is the instruction for svn config. http://www.apache.org/dev/version-control.html#https-svn === cut === Committers will need to properly configure their svn client. One particular issue is OS-specific line-endings for text files. When you add a new text file, especially when applying patches from Bugzilla, first ensure that the line-endings are appropriate for your system, then do ...
svn add test.txt svn propset svn:eol-style native test.txt Your svn client can be configured to do that automatically for some common file types. Add the list to your ~/.subversion/config file. However, you should still pay attention to the messages from your svn client when you do 'svn commit'. === cut === SY, Alexey 2007/1/11, Nolan, Edell <[EMAIL PROTECTED]>:
Hi guys, Dan had sent this email a while back but it appears we have some files creeping back in again with ctrl m's. Can people make sure you have your svn properties set correctly. I will correct the ones I have seen. Cheers, Edell. -----Original Message----- From: Daniel Kulp (JIRA) [mailto:[EMAIL PROTECTED] Sent: 25 August 2006 14:01 To: [email protected] Subject: [jira] Created: (YOKO-155) SVN properties not set properly on all the files.... SVN properties not set properly on all the files.... ---------------------------------------------------- Key: YOKO-155 URL: http://issues.apache.org/jira/browse/YOKO-155 Project: Yoko - CORBA Server Issue Type: Bug Affects Versions: 1.0-incubating-M1 Reporter: Daniel Kulp Attachments: setprops.sh MANY files in the yoko repository do not have all the svn properties set that they should. I've attached a script that when run on Linux will set all the svn properties on all the files in the repository that should have them set. This should be run now so all the CR/LF issues and such are properly resolved before release. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
