> Rene de Zwart wrote: >> I'm doing an cvs2fossil import and get >> >> e:\mingw\bin\fossil.EXE: the "fossil tag branch" command is discontinued >> Use the "fossil branch new" command instead. >> while executing >> "exec e:/mingw/bin/fossil.EXE tag branch sym-kpn >> 3eacc87848c4af36bec8e493c392870e5f5fbfe" >> >> >> anyway to adjust and start from state "branch"? > > I am not sure what you are asking here. > > First, we will certainly have to update cvs2fossil to use the new command. > > Second, you are hoping to re-run only the last phase of the import ? > > Yes, that is possible, although I am not remembering the option for that > right > now. ... cvs2fossil should have a -H, -h, --help option ... Alternative, > the > option processor is in a single file, if you are willing to source-dive. > > Andreas. > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users >
Andreas, I changed c2f_fossil.tcl (changed tag branch to branch new) I tried the option -passes ImportFiles:ImportFinal with the old Statefile no dice. I had to redo the whole import. It takes a lot of time (+8 hours) especially the breakcycle and import branches take a lot of time. I have no ideas how to speed up the process. Is there any documentation on the "cvs normalization process"? I looked at cvs2subversion but other than the program I could not find info about the inner workings. (how to determine what constitutes a check-in, branche merge etc) probably a case of "goto the source Luke" ;-) Rene Rene _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

