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

RE: RE: Re: Poll: do we really need newline conversion?

From: Billy Tanksley <btanksley_at_hifn.com>
Date: 2001-12-11 19:10:56 CET

From: Bill Tutt [mailto:rassilon@lyra.org]

>As an additional point: With the EOL conversions, and per-file EOL
>styles I could ensure that my data (.dsp files) were correctly
>maintained. How does not doing any EOL conversion prevent somebody from
>committing a bogusly formatted update?

IF the styles are correctly set, you can guess they're right. If they
aren't, though, you're hosed. The only way you can know they're right is by
running a test on them.

If you promise they're never touched, though, you get the guarantee that if
someone hoses a file, it won't be the VCS system; it'll be the programmer
who changed the file.

>i.e. You're loosing some data integrity guarantees on text files which
>is kind of a bummer.

No, you're gaining a guarantee: the VCS system won't hose your files.

>Bill

-Billy

---------------------------------------------------------------------
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:36:52 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.