I can't get the evicence CVS to download from the ebuild. I've tried and tried and tried.
Code: Select all
cvs -q -f -z3 -d ":pserver:anonymous@cvs.sourceforge.net:/cvsroot/evidence" login
fails every time. I even wrote a script to keep trying all day.
It's not a problem of trying again later either. (code copied directly from the
Evidence website)
Code: Select all
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/evidence login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/evidence co evidence
Works like a charm every time.
I tried posting this to bugzilla, but I just saw a complaint and "Try again later." I'd fix the problem myself (I'm usually good at that), but I can't track down all the cvs login stuff very well, I have no formal knowledge of the ebuild language so any fix would probably be a bad hack, and I don't have a clue how to submit the fix if I did get it working.