foxfirefey (
foxfirefey) wrote in
dw_dev2009-08-01 02:29 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[site community profile]](https://www.dreamwidth.org/img/comm_staff.png)
Entry tags:
Fixing the Perlbal cvs warnings
So, today I tried to sync code (I used a dws script) and got this error:
Mercurial directory 'perlbal' doesn't exist under /home/dw/cvs. Re-run vcv with --checkout for me to automatically get it for you.
I *think* I've fixed it by going into the cvs directory and:
rm -rf perlbal
vcv --checkout --conf=multicvs.conf
And then doing the regular sync. I'm posting about it in case anybody else is running into this issue. Relevant
changelog entries: cloning Perlbal repository, so that this change could be made.
Mercurial directory 'perlbal' doesn't exist under /home/dw/cvs. Re-run vcv with --checkout for me to automatically get it for you.
I *think* I've fixed it by going into the cvs directory and:
rm -rf perlbal
vcv --checkout --conf=multicvs.conf
And then doing the regular sync. I'm posting about it in case anybody else is running into this issue. Relevant
![[site community profile]](https://www.dreamwidth.org/img/comm_staff.png)
no subject
no subject
no subject
cvsreport.pl didn't allow me to access the --checkout option that vcv wanted, and just running the vcv command fails if you don't move the old directory out of the way first.
no subject
I wonder if there's a better way of doing something with that error message.
no subject
How did you do yours?
no subject
no subject
no subject
I was thinking maybe if there was a way for vcv to tell it had been run from cvsreport.pl, it may work out.