info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Merging using a date


From: Dennis Jones
Subject: Re: Merging using a date
Date: Wed, 06 Jun 2007 03:54:59 GMT

"CRISP Norman" <address@hidden> wrote in message 
news:address@hidden
Hello all,

I would like to merge from branch to trunk from a specific date forward.
Is this possible?
If so, what would be the correct date format?  Ideally I would like to
provide a date such as >=2007-05-23 to give me everything from May 23,
2007 forward but CVS is giving me a "Can't parse date/time:
>=2007-05-23"

Your help is appreciated ...


To merge using a date, I think you need to include the branch tag.  I 
*believe* something like this is what you are after (untested):

cvs up -j tag:date -j tag

where the date is formatted as:

yyyymmdd

The second -j with the tag alone specifies the most recent point of that 
branch, whatever date that might happen to be.

I haven't tested this, but based on my limited knowledge and experience, 
it's what I would try first.

-Dennis 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]