two different behaviors for cvs export

2003-03-06 Thread Chris Chang
Folks,

!--
export 1
--
cvs -z9 -q export -l -r V2-03[build-217] -d ./rel
test/incremental/V2-03/bug1234.sql 

!--
output 1 (expected)
--
U ./rel/bug1234.sql

!--
export 2
--
cvs -z9 -q export -l -r V2-03[build-217] -d ./rel
test/incremental/V2-03/bug1234.sql test/incremental/V2-03/bug2467.sql

!--
actual output 2 (_not_ expected)
--
U ./rel/test/incremental/V2-03/bug1234.sql
U ./rel/test/incremental/V2-03/bug2467.sql

!--
expected output 2
--
U ./rel/bug1234.sql
U ./rel/bug2467.sql

Any idea?

Thanks in advance!

Chris


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Any way to _only_ checkout/export of all changed file(s) between 2 tags from cvs

2003-02-25 Thread Chris Chang
Folks,

Any idea for the captioned?

I already tried the following:
cvs patch -rtag1 -rtag2 module

However, it would return the diff of all changed file(s)!

Thanks,

Chris


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Add additional process during checkin

2001-04-18 Thread chris . chang

Folks,

I would like to add an additional process (e.g. perform QA for the code,
etc.) during the checkin into CVS, Any ideas about how I can achieve this?

Thanks in advance

Chris

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs