8 messages in com.perforce.revml[revml] Perforce -> CVS mirror
FromSent OnAttachments
Thomas Quinot14 Jan 2002 02:04 
Barrie Slaymaker14 Jan 2002 08:15 
Thomas Quinot14 Jan 2002 09:32 
Barrie Slaymaker14 Jan 2002 11:24 
Thomas Quinot15 Jan 2002 04:41 
Thomas Quinot15 Jan 2002 08:57 
Barrie Slaymaker15 Jan 2002 10:23 
Barrie Slaymaker15 Jan 2002 10:45 
Subject:[revml] Perforce -> CVS mirror
From:Barrie Slaymaker (barr@slaysys.com)
Date:01/15/2002 10:23:17 AM
List:com.perforce.revml

On Tue, Jan 15, 2002 at 05:58:00PM +0100, Thomas Quinot wrote:

BTW, what is the canonical way of doing an incremental copy of one change from Perforce to CVS?

This one (which was second in your original list):

vcp p4://spec/...@CHANGE,CHANGE cvs:root:module

The other two act as follows:

vcp p4://spec/...@CHANGE cvs:root:module

gets all changes from CHANGE to head

vcp p4://spec/...@CHANGE-1,CHANGE cvs:root:module

gets two changes.

- Barrie