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

Re: Now 100% Serious Newline conversion suggestion

From: Bruce Atherton <bruce_at_callenish.com>
Date: 2001-12-13 19:53:08 CET

At 10:48 AM 12/13/2001 -0600, cmpilato@collab.net wrote:
>- newline styles in the repository change ONLY when it was
> intentional.

Covered.

>- we do the world a favor by promoting the use of tools that can
> understand (and not munge) files of various newline styles, while
> not punishing those who fail to use such tools.

I think I got this one, you'd have to be more specific.

>- no conversion takes place autometically, thus preserving my
> idealistic viewpoint that a VC system shouldn't be in the business
> of doing anything but versioning data.

I think this is exactly what my proposal suggests. From the point of view
of the Subversion server, there is no such thing as line endings (or
keywords for that matter), it is all client side. And a Subversion client
could very well choose not to implement any support for changes to line
endings or keyword tags, and it would still interact well with Subversion
and all other clients. You'd want these in the command line client because
they are such common requirements, but it wouldn't be required for other
clients.

If a client wants to support changing line endings to match the platform,
it needs to maintain the client-specific property line-ending-style on the
server, but the server doesn't need to know anything about the meaning of
the property.

---------------------------------------------------------------------
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:53 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.