Hi Richard
Thank for your reply.
> My guess is that you create your CVS logfile in a strange
> way. Please have a
> look the CVS logfile; maybe the "Working file:" lines are absolute
> filenames? They should be relative to the project directory.
Your guess was absolutely right. Absolut paths in "Working file:" lines.
I did something like: cvs log /path/to/myproject-co-dir >
/path/to/myproject-co-dir/cvslog
Changed it to this:
cd /path/to/myproject-co-dir
cvs log > cvslog
Hoped to circumvent the cd-command.
Now it works just fine.
Thanks again.
Mike
|