From: Orhun B. <orh...@gm...> - 2008-08-28 04:15:29
|
As far as I know there is no way to automatically to checkout the files with the correct line endings. They have to be set in the repository. The article I send describes how to set the correct line endings of a text file that is to be added (or imported) to the repository. You (meaning people who have commit access to glsdk repository) have to make the changes mentioned in the article, not the users. svn book describes auto-props like this, enable-auto-props This instructs Subversion to automatically set properties on newly added or imported files. The default value is no, so set this to yes to enable Auto-props. -- Orhun Birsoy |