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.
sophie: A cartoon-like representation of a girl standing on a hill, with brown hair, blue eyes, a flowery top, and blue skirt. ☀ (Default)

[personal profile] sophie 2009-08-01 11:31 pm (UTC)(link)
Hmm. cvsreport.pl worked fine with the --checkout option when I had to fix mine.

How did you do yours?