foxfirefey: A fox colored like flame over an ornately framed globe (Default)
foxfirefey ([personal profile] foxfirefey) wrote in [site community profile] dw_dev2009-08-01 02:29 pm
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 [site community profile] changelog entries: cloning Perlbal repository, so that this change could be made.
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-08-02 02:37 am (UTC)(link)
I had problems running the --checkout (of both cvsreport.pl and vcv) until I removed the old directory, hehee.