|
Title:
|
Delphi XE SubVersion integration - no Lock / Unlock
|
Author:
|
Bob Swart |
Posted:
|
9/8/2010 10:30:44 PM
(GMT+1)
|
Content:
|
Those of you who already work with Delphi XE may have noticed that the SubVersion integration offers Update / Submit / History capabilities (from the IDE), but no Lock (Checkout) or Unlock (Checkin) functionality.
If you also miss this functionality, and want it added to the integration, then consider voting for my QC feature request report #87736. Thanks in advance!
I know there are people who never use the explicit locking paradigm, but the branch/merge for big changes, and manual conflict resolution for small changes. However, my personal experience is that Branch/merge is really not good enough if multiple people from different places (i.e. not in the same office) work on the same projects, and cannot easily "tell" others to stay away from certain source files for editing and making changes (especially for agile development when bug reports need to be addressed ASAP). In my experience Lock/Unlock is the best way to avoid problems.
|
Back |
|