What's a good way to do the following via CVS,
if it can be done at all. By "good" I mean
straight-forward and efficient. Just wondering 
if someone has done this before.

I have a proj, with subdirs. Say for now each
subdir contains a set of files that produce an
executable. I want to be able to "version" each
executable independently, while ALSO versioning
the entire project.

        ../proj/subdir1/exec1
      ../proj/subdir2/exec2

Currently, I just tag my project branch at a
certain point, and call that my project version.
So project version may be rel-041206. But exec1
may be v2.0, exec2 at v2.9 for example. So now
I release project version rel-041210. I want it
to have exec v2.0 (same as before) but exec1
version v3.0.

--------------------------------------
Chris T Fouts


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to