Re: Extract of irc log 'the rsync issue'
From: Branko Èibej <brane_at_xbc.nu>
Date: 2001-10-12 00:03:42 CEST
Greg Hudson wrote:
>We've also had bad experiences with developers keeping working
I have no sympathy at all. He should have a) committed daily, and b) had
Back to the topic: There is a way to empty ./svn/text-base *and* not
1) Write-protect (unmodified) WC files on checkout/update.
2) At checkout time, write an MD5 and SHA1 hash of the pristine file
3) Provide a new command, "svn modify":
1. If the WC file hasn't changed since the last update, copy it to
4) "svn up" should do the check under 2. above. Same for diff, etc.
5) "svn ci" should write-protect the file, update the hashes and clean
6) "svn revert" should undo "svn modify"
Yes, it's not trivial, but it's straight-forward. The nice thing is
Another nice point is that we could actually recover from the case where
(And my pet project: we could hook reserved checkouts on "svn mod".)
-- 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.orgReceived on Sat Oct 21 14:36:44 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.