[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: merge updates from HEAD into branch by date
From: |
Jim Hyslop |
Subject: |
Re: merge updates from HEAD into branch by date |
Date: |
Mon, 09 Sep 2013 12:11:48 -0400 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 13-09-09 5:09 AM, Chris Nicol wrote:
> Hi,
>
> I'm having trouble figuring out the correct syntax for what I want
> to do.
[...]
> I have a checked-out copy of 'branch1' and from its root I have
> run
>
> cvs update -P "-jHEAD:6/9/11 9:00" "-jHEAD:6/9/11 11:00" and cvs
> update -P "-jtag11:6/9/11 9:00" "-jtag12:6/9/11 11:00" and many
> other variants.
Specify *either* a tag *or* a date, not both:
cvs update -P -jtag11 -jtag12
or
cvs update -P "-j6/9/11 9:00" "-j6/9/11 11:00"
- --
Jim Hyslop
Dreampossible: Better software. Simply. http://www.dreampossible.ca
Consulting * Mentoring * Training in
C/C++ * OOD * SW Development & Practices * Version Management
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with undefined - http://www.enigmail.net/
iEYEARECAAYFAlIt80QACgkQLdDyDwyJw+MYOgCgsGlfQIM1hLTsOgC4f6DQrduq
ktEAoOsZVquFs4cgUle/czpnGrUgo6yR
=igLj
-----END PGP SIGNATURE-----