[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 1070 - trunk/subversion/libsvn_fs trunk/subversion/libsvn_client

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-01-26 02:08:13 CET

brane@tigris.org wrote:

>Author: brane
>Date: 2002-01-26 00:57 GMT
>New Revision: 1070
>
>Modified:
> trunk/subversion/libsvn_client/libsvn_client.dsp
> trunk/subversion/libsvn_fs/libsvn_fs.dsp
>Log:
>
>
>
>
>
>Added missing files to Win32 build.
>
>* subversion/libsvn_client/libsvn_client.dsp
>: Added switch.c.
>* subversion/libsvn_fs/libsvn_fs.dsp
>: Added deltify.c.
>

The EDITOR stuff isn't careful about newline conversion in the log
messages. I edited this log message on Windows with Notepad, and this is
the result.

May I suggest that we read and write a) files with log messages; b)
files with prop values; using stdio FILE*s, opend in text mode ("rt",
"wt")? that'll take care of newline conversion on all systems.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:00 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.