|
Boost-Build : |
From: Reece Dunn (msclrhd_at_[hidden])
Date: 2005-09-15 16:01:07
Andrey Melnikov wrote:
> Reece Dunn wrote:
>
>>Hi All,
>>
>>Most commercial software uses some form of version control system to
>>track software. Open source projects and even "home grown" projects use
>>VCS of some form or other.
>>
>>My question is this: is there interest in VCS support for performing
>>options like checkout and diff from inside BBv2?
>
> How do you see such support? Could you put some usage scenarios here?
It depends, but you could have in the boost regression tests:
using cvs ;
update : <toolset>cvs ;
I do a cvs to perforce update:
checkout : <toolset>perforce ;
update : <toolset>cvs ;
revert : <what>unchanged : <toolset>perforce ;
add : <toolset>perforce ;
delete : <toolset>perforce ;
checkin : <description>"Boost CVS update" : <toolset>perforce ;
This *will* change, just concepts for now.
- Reece
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk