Re: CVS versioning



<djake@xxxxxxxxx> wrote in message
news:1113575267.811468.269500@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>
> OBSERVATION
> CVS assign to every source file a version.
>
> PROBLEM
> When i generate my executable and distribute it, i can't know the
> version of single source files.

We don't use CVS but I imagine something similar to this
will work using a label.

We generate a build number for each build that includes
the last change number (each change gets a unique number)
that went into the build. In general, that's all the
information I need to pick out exactly what source file
versions went into it. (Actually, knowing the date and
time of the build I can use that too.)

This fails if the build was made by skipping a few
changes prior to the change used to generate the build #.
In that case, I could create a label, giving it the
build # as a name, and use that. This might be more
like what you could do in CVS. -Wm


.



Relevant Pages

  • Re: Eclipse doesnt display the code question
    ... source file names on the left most window, ... on the source filenames, the source code didn't appear in the middle ... source file, and now it just didn't show the code. ... CVS does not require a lock for editing. ...
    (comp.lang.java.programmer)
  • Re: development process
    ... Actually bussiness company want to ... > prevent multi-programmers edit the same source file, ... > bussiness company don't use CVS. ...
    (alt.lang.asm)
  • Re: development process
    ... Actually bussiness company want to ... > prevent multi-programmers edit the same source file, ... > bussiness company don't use CVS. ...
    (comp.os.linux.misc)
  • Re: development process
    ... Actually bussiness company want to ... > prevent multi-programmers edit the same source file, ... > bussiness company don't use CVS. ...
    (comp.lang.java.programmer)
  • Could not load type
    ... In Web Developer Express I make a very simple aspx page. ... The page has a label, the label text is "Hello World". ... details and modify your source file appropriately. ... Parser Error Message: ...
    (microsoft.public.dotnet.framework.aspnet)