[revml] Trying to debug VCP.

Alexandros Karypidis karypid@inf.uth.gr
Sun, 14 Mar 2004 17:21:40 +0200


Hello all,

Is the following a bug (CVS support still incomplete?) or do I run VCP 
incorrectly? My command line is:

vcp revml:output.revml cvs:/local/home/karypid/Code/testrevml/cvs:m

VCP outputs an error when it tries to add files to the repository saying that 
the cvs client reports "there is no checkout here". The problem appears to be 
that VCP tries to add files from:
	/rundir/tmp/vcpPID/co/...
Instead this should be:
	/rundir/tmp/vcpPID/co/MODULE_NAME/...

I say this because I created a "cvs" script which calls the real cvs client 
but also logs the command, the current directory and the listing of files in 
the current directory. According to the script's log, the command "cvs 
add ..." is run in "/rundir/tmp/vcpPID/co" and as a result this makes sense 
(the checkout is in "/rundir/tmp/vcpPID/co/m" because the module name I gave 
on the command line is "m").

-- 
In theory, there is no difference between theory and practice.
In practice, there is. -- Yogi Berra.

Alexandros Karypidis
University of Thessaly
Computer & Communications Engineering dept.