Folks, I am having problem with preserving CVS history when migrating CVS branch onto Mercurial. Is there a limitation where Tailor only import history for the branch and doesn't go beyond the changes made in the branch. As a result files that weren't change in the branch didn't show up in the newly created mercurial repo.
For example, if file xyz had 10 changes in the trunk before it was branched, and 5 changes in the branch, the hg repo seems to just contains those 5 changes. What I am trying to get to is for each file in the baseline image, I'd like its full revision records since its inception to the tip in CVS branch imported into hg. May be my configuration file is set up incorrectly? Here is the configuration file I am using: ****************************************** [DEFAULT] verbose = True #encoding = iso-8859-1 encoding = utf-8 encoding-errors-policy = ignore [project] target = hg:target start-revision = GF_V3_PREWORK_BRANCH INITIAL root-directory = /m/tools/tailor-0.9.28 state-file = glassfish_v3_tailor.state source = cvs:source subdir = /m/glassfish_v3 [hg:target] module = / repository = /m/src #encoding = iso-8859-1 encoding = utf-8 [cvs:source] module = glassfish repository = :pserver:<username>@cvs.dev.java.net:/cvs thanks Mike _______________________________________________ Tailor mailing list [email protected] http://lists.zooko.com/mailman/listinfo/tailor
