tag a cvs merge point later based on the merging date -


the scenario:

i've merged recent version of development branch head couple of weeks ago. know have tag merge-points forgot. head contains couple of features(4-5) haven't been released yet because not tested.

plans have changed, must work on brand new feature. feature must released subset of features head since have not enough time test , release them all.

the question:

i've comitted bunch of things head since merging. possible tag merge-point of head afterwards? if yes, how? know date , time of merge since i've commented first commit after merging.

my plan:

merge desired features head recent branch(the same i've merged head). implement brand new feature, test, release, merge head :)

you can create tags on files given date -d on cvs rtag.

$ cvs rtag -d date {module}

from version management cvs:

-d date tag recent revision no later date.

given situation:

            tag_0     tag_1       tag_2     tag_3 ------------|---------|-----------|---------|--------> trunk     \      \       \----------------------> branch 

let's want merge modifications made tag_1 until tag_3 trunk branch. working copy in branch branch, run command:

$ cvs -d -j tag_1 -j tag_3.

-d options creates new directories, if required.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -