Bruce Stephens <[EMAIL PROTECTED]> writes: > I think there's a problem with the way cvs imports are tracked. > > Specifically, if more than one import has been made, and a file has > been locally modified, then you don't get some of the newly imported > versions.
I'm confusing myself. In fact you don't get any subsequent imports, regardless. If there are no local modifications, then "cvs rlog -b" logs 1.1.1.1, 1.1.1.2, 1.1.1.3, etc., but the same-branch checking code in cvs.py discards those as not being on the branch (1,). [...] _______________________________________________ Tailor mailing list [email protected] http://lists.zooko.com/mailman/listinfo/tailor
