Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > How to properly version source code... ?

Reply
Thread Tools

How to properly version source code... ?

 
 
-Lost
Guest
Posts: n/a
 
      06-11-2007
That pretty much sums it up. I am looking for information or tips on
how to version your source code.

What I have always done is this:

major_build.minor_build.daily_build

major_build - I have never been involved with an application requiring a
major build.

minor_build - When I have coded the application to the point of
warranting a release, or a new release.

daily_build - Anytime I add a new feature, fix a bug, or finish a TODO
item. I do not however increase this number if I add a TODO. I do
however add it to a HISTORY log.

I'd love to know what professional programmers and commercial software
engineers (as in, anyone who worked in a collaborative commercial
project where version information may have been set by the company) do.

Thanks.

--
-Lost
Remove the extra words to reply by e-mail. Don't e-mail me. I am
kidding. No I am not.

--
-Lost
Remove the extra words to reply by e-mail. Don't e-mail me. I am
kidding. No I am not.
 
Reply With Quote
 
 
 
 
anders
Guest
Posts: n/a
 
      06-11-2007
On 11 Juni, 08:01, -Lost <maventheextrawo...@techie.com> wrote:
> That pretty much sums it up. I am looking for information or tips on
> how to version your source code.
>
> What I have always done is this:
>
> major_build.minor_build.daily_build
>
> major_build - I have never been involved with an application requiring a
> major build.
>
> minor_build - When I have coded the application to the point of
> warranting a release, or a new release.
>
> daily_build - Anytime I add a new feature, fix a bug, or finish a TODO
> item. I do not however increase this number if I add a TODO. I do
> however add it to a HISTORY log.
>
> I'd love to know what professional programmers and commercial software
> engineers (as in, anyone who worked in a collaborative commercial
> project where version information may have been set by the company) do.
>
> Thanks.
>
> --
> -Lost
> Remove the extra words to reply by e-mail. Don't e-mail me. I am
> kidding. No I am not.
>
> --
> -Lost
> Remove the extra words to reply by e-mail. Don't e-mail me. I am
> kidding. No I am not.


In my company we use
Major, minor avn ev status

Major
Bigger changes, adding stuff that change produkt och adds nu way of
use it.

Minor,
relases buggrelase, new small fixes.
(Som fixes sends direct to customer and ev become a beta relase

Status
r<n> for relase ec r1 = First release
b<n> beta relase eg b1 = Beta no 1

Alpha and night builds never sends to customer so this don't have any
numbers.

// Anders

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Re: Where to get stand alone Dot Net Framework version 1.1, version2.0, version 3.0, version 3.5, version 2.0 SP1, version 3.0 SP1 ? MowGreen [MVP] ASP .Net 5 02-09-2008 01:55 AM
Re: Where to get stand alone Dot Net Framework version 1.1, version 2.0, version 3.0, version 3.5, version 2.0 SP1, version 3.0 SP1 ? PA Bear [MS MVP] ASP .Net 0 02-05-2008 03:28 AM
Re: Where to get stand alone Dot Net Framework version 1.1, version 2.0, version 3.0, version 3.5, version 2.0 SP1, version 3.0 SP1 ? V Green ASP .Net 0 02-05-2008 02:45 AM
More American Graffiti: Properly Framed, Properly Scored? Scot Gardner DVD Video 0 09-02-2003 02:28 AM



Advertisments