You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Norbert Unterberg <ne...@gmx.net> on 2004/07/22 18:42:56 UTC

WIN32 Setup: SVN Config files in %APPDATA%\subversion have wrong line endings

Hi,
 
I wonder where the default SVN config files (%APPDATA%\subversion\config and
\servers) come from, because they have been installed with the wrong line
endings.
I installed subversion 1.0.6 (windows installer version) and the files have
*ix line endings (just LF) instead of the CRLF endings used in the Windows
world. If you open the files with notepad you see just a mess on the screen.
 
Norbert
 

Re: WIN32 Setup: SVN Config files in %APPDATA%\subversion have wrong line endings

Posted by Branko Čibej <br...@xbc.nu>.
Norbert Unterberg wrote:

> Hi,
>  
> I wonder where the default SVN config files 
> (%APPDATA%\subversion\config and \servers) come from, because they 
> have been installed with the wrong line endings.
> I installed subversion 1.0.6 (windows installer version) and the files 
> have *ix line endings (just LF) instead of the CRLF endings used in 
> the Windows world. If you open the files with notepad you see just a 
> mess on the screen.
>
They're not installed, they're generated by Subversion itself, and they 
should have CRLF line endings. But apparently they don't. Seems like 
something is the matter with APR_EOL_STR. Yuck.

Maybe we should stop using APR_EOL_STR entirely, and instead pump the 
contents of the generated files through our end-of-line translation code...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: WIN32 Setup: SVN Config files in %APPDATA%\subversion have wrong line endings

Posted by Branko Čibej <br...@xbc.nu>.
Norbert Unterberg wrote:

> Hi,
>  
> I wonder where the default SVN config files 
> (%APPDATA%\subversion\config and \servers) come from, because they 
> have been installed with the wrong line endings.
> I installed subversion 1.0.6 (windows installer version)

By the way, where did you get an 1.0.6 installer? It's not on 
subversion.tigris.org yet.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org