Re: cvs issue about sync checkout/checkin between two modules.
chaitu <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Hi Marco, AFAIK, this can be done only by writing a wrapper check-in program/ script which is coded to commit to both branches (if you omit B, it will detect and take care automatically.....you have to code it to consider a list of modules you want to be in sync, like "A B C ..."). All your check-ins must be done through this script and not directly cvs commit command. Anyone else knows a better way? - Chaitanya