Automatically have winCVS place version string in code.

2002-04-17 Thread Howard Chandler
CVSers Is there a way that winCVS can be set up to do some kind of a string replacement so that a tag can be placed in a version string in my code. This should happen when doing a commit I would think. We're always forgetting to update the version string and of course this confuses the heck out

Re: Automatically have winCVS place version string in code.

2002-04-17 Thread Larry Jones
Howard Chandler writes: > > Mime-Version: 1.0 (Apple Message framework v481) > Content-Type: multipart/alternative; boundary=Apple-Mail-21--39916071 Please don't send MIME and/or HTML encrypted messages to the list. Plain text only, PLEASE. > Is there a way that winCVS can be set up to do some k

Re: Automatically have winCVS place version string in code.

2002-05-17 Thread Muhammad Shakeel
Dear larry, You mean the $Name keyward can be assigned to a string. Therefor the value will be assigned to that variable which can be used later on to find the version. In this case it will be necessary for a developer to first insert tag, cvs update  and build the binary. But some times devel

Re: Automatically have winCVS place version string in code.

2002-05-17 Thread Greg A. Woods
[ On Friday, May 17, 2002 at 16:14:25 (+0500), Muhammad Shakeel wrote: ] > Subject: Re: Automatically have winCVS place version string in code. > > You mean the $Name keyward can be assigned to a string. Therefor the > value will be assigned to that variable which can be used later o