Re: Need advice on when to commit and how many commits to issue when multiple files changed
From: Ryan Schmidt <subversion-2010d_at_ryandesign.com>
Date: Wed, 13 Oct 2010 06:54:49 -0500
On Oct 13, 2010, at 01:25, LiuYan 刘研 wrote:
> I'm new to subversion. I used CVSNT before.
Welcome!
> Because a single svn commit will result in a whole new revision tree, so
If the changes you made to A and B are related, commit them together. If they are unrelated, commit them separately. In your commit message, described what you changed.
> - Should file A be commited more than once per day?
If you make more than one logical / functional change to file A per day, then yes; commit once per thing you changed.
> - How to issue these commits when there's 1 single subversion user?
I don't exactly understand the question, but every team member will have their own working copy which they can update and commit independently as needed.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.