Title: A question about tags and dates

I think that this has been covered before, but I havn't been able to dig a definitive answer out of
the docs or the FAQ so please bear with me.

1) Is it possible to tag a branch by date/time?
        (i.e will this put a tag SOMETAG on BRANCH_ONE as it was on 12 noon EST on March 10 2005 in the module MYMODULE)

        cvs -q rtag -r BRANCH_ONE -D "2005-03-10 12:00 EST"  SOMETAG MYMODULE

2) Is it possible to pull a branch by date/time or are the two "sticky tags mutually exclusive?
        (i.e will this pull the branch as it was on 12 noon on March 10 2005)
        cvs -q checkout -r BRANCH_ONE -D "2005-03-10 12:00 EST" MYMODULE


Thank you for your patience.

Harold Lynch
       

_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to