I want my project to output the actual build number. My idea is to have a C
file containing the build number and automatically increment this build
number each time anybody issues a "commit".
In principle this would mean the following steps:
committing "Modified.cpp" starts
checkout "BuildNo.cpp"
increment build number within file "BuildNo.cpp"
committing "BuildNo.cpp" starts
committing "BuildNo.cpp" ends (hopefully)
committing "Modified.cpp" ends
Now the problem is twofold:
1. The commit process is recursive which will probably result in a deadlock
situation
2. The checkout of "BuildNo.cpp" happens on the server. What is the best way
to accomplish/enforce an update on all clients?
Thanks in advance for any advice.
Mathias
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs
Automatically increment build number
Weber, Mathias-Henry 1254 PPW-P1 Tue, 08 May 2001 00:21:51 -0700
- RE: Automatically increment build number Weber, Mathias-Henry 1254 PPW-P1
- RE: Automatically increment build nu... Weber, Mathias-Henry 1254 PPW-P1
- Re: Automatically increment buil... Matthew Riechers
- Re: Automatically increment buil... Mike Castle
- RE: Automatically increment build nu... Jerry Nairn
- RE: Automatically increment build nu... Weber, Mathias-Henry 1254 PPW-P1
- RE: Automatically increment build nu... Weber, Mathias-Henry 1254 PPW-P1
- Re: Automatically increment buil... Todd Denniston
- RE: Automatically increment build nu... Weber, Mathias-Henry 1254 PPW-P1
- Re: Automatically increment buil... Todd Denniston
