开发者

How do I change the automatic version number in bitkeeper?

I have a personal bitkeeper repository and would like the version numbers to change from 1.xxx to 2.xxx.

My usage is a perl library and I have made major changes to the calling sequence and would like the SCCS strings that automatically get updated to reflect the new sequence. This 开发者_运维知识库way the use Module VERSION method will easily determine which calling sequence without having to specify 1.32 is the old one and 1.33 is the new one, for example.


BitKeeper doesn't support changing the major number (or release number in SCCS lingo). Also note that coding logic that depends on revision numbers is fraught with peril as they can be unstable (e.g. what is revision 1.33 on your tree might be moved to revision 1.28.1.1 once you push).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜