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

Re: user decides what to use as file-compare

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-04-28 18:02:33 CEST

solo turn wrote:

>i think dan is right here:
>
>a good version control system should let the user decide what is used
>to decide if a file is "new" or "changed".
>
No! Definitely, absolutely not. Only the version control system knows
what's up-to-date. Ignoring conflicts during commit is a recipe for
disaster; sooner or later somebody will destroy someone else's changes.

> options include:
>- date/time
>- checksum
> (and this is the only case where i would actually
> care that it is a cryptographically good checksum)
>- contents
>or a combinantion of the above.
>
The errors he's talking about are caused by something being committed to
the file between his commits. The server knows that, and will not allow
a commit without an update first.

-- 
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 Mon Apr 28 18:03:23 2003

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.