Re: [fossil-users] Some questions about fossil [importing cvs]

2009-10-08 Thread Andreas Kupries
Rene de Zwart wrote: Andreas Kupries wrote: See file c2f_fossil.tcl #!/bin/sh echo fossil $* /your/log/file rc=`__fossil $*` echo $rc /your/log/file echo $rc Right, the result of the command can be of interest too. And the $? variable should hold

Re: [fossil-users] Some questions about fossil [importing cvs]

2009-10-07 Thread Rene de Zwart
I wonder what the sequence is for importing cvs files into fossil. I tried to get it from cvs2fossil but got lost. first you need to get a commit identifier? assume the following cvs-repository 'example' first.c with rev 1.1 1.2 1.3 1.4 second.c with rev 1.1 1.2 1.3 1.4 and only one user user1

Re: [fossil-users] Some questions about fossil [importing cvs]

2009-10-07 Thread Andreas Kupries
Rene de Zwart wrote: I wonder what the sequence is for importing cvs files into fossil. I tried to get it from cvs2fossil but got lost. first you need to get a commit identifier? assume the following cvs-repository 'example' first.c with rev 1.1 1.2 1.3 1.4 second.c with rev 1.1 1.2 1.3

Re: [fossil-users] Some questions about fossil [importing cvs]

2009-10-07 Thread Andreas Kupries
Andreas Kupries wrote: See file c2f_fossil.tcl That contains the code exec'ing fossil. Look for the 'Do ...' calls. cvs2fossil basically imports the files first, by revision, using some test- commands to setup the delta-chain. Then it uses some more test- commands to import the