Re: Does anyone find Restore Snapshot kind of weak?
Re: Does anyone find Restore Snapshot kind of weak?
- Subject: Re: Does anyone find Restore Snapshot kind of weak?
- From: Greg Parker <email@hidden>
- Date: Wed, 28 Nov 2012 17:39:08 -0800
On Nov 28, 2012, at 5:28 PM, Charles Srstka <email@hidden> wrote:
> Perhaps, although I'm somewhat unsure of what VC is for, if not for making it possible to compare and revert changes that might possibly have ill effects.
Version control is also intended to communicate and coordinate with other developers. Performing large numbers of small commits can interfere with those goals. There are ways to improve that, such as making lots of small commits in a local repository and combining them into fewer larger commits when distributing to other repositories, but they aren't easy.
Undo and backspace are still useful even with version control. Think of snapshots that way.
--
Greg Parker email@hidden Runtime Wrangler
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden