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.
mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)

[staff profile] mark 2009-08-01 09:33 pm (UTC)(link)
You run vcv manually, as opposed to bin/cvsreport.pl?
kareila: Taking refuge from falling debris under a computer desk. (computercrash)

[personal profile] kareila 2009-08-01 11:15 pm (UTC)(link)
I had to use much the same workaround.

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.
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?
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.
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)
The error message says "vcv" specifically - "Re-run vcv with --checkout for me to automatically get it for you." - so it's not surprising to me, personally.

I wonder if there's a better way of doing something with that error message.
Edited 2009-08-01 23:31 (UTC)
exor674: Computer Science is my girlfriend (Default)

[personal profile] exor674 2009-08-02 02:21 am (UTC)(link)
Well vcv is the generic tool, so modifying that might be stupid,
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-02 03:42 am (UTC)(link)
That's why I didn't say to just edit it to say cvsreport.pl.

I was thinking maybe if there was a way for vcv to tell it had been run from cvsreport.pl, it may work out.