file is registered by `cvs add' on branch, then
revision on branch is created.
also dead revision is created on trunk.
commit log of dead revision is automatically generated:
"file %s was initially added on branch %s.", file, tag

Problem:
If many files is registered by cvs add on branch,
`cvs2cl' cannot gather these commit log.

solution 1: (easy)
commit log of dead revision doesn't include file name.
e.g. "file was initially added on branch %s.", file

solution 2:
If cvs2cl detects this format, then
gathers or discards it.

solution 3: (very difficult)
don't create dead revision on trunk.

--
KOIE Hidetaka <[EMAIL PROTECTED]>

Reply via email to