Yeah, we've come across that with a couple of guys over here too. :) Sorry if this sounds disjointed, but I can't read my encrypted email right now, I'm at...
Firstly, I'm running bugzilla 2.18.rc1 on Windows 2000 server. I managed to install CVSZilla (I can access the web interface and make queries), but I get some...
cm
cm.mailing@...
Oct 20, 2004 6:44 am
3
Hi CM! ... I don't think any of the others on the list are on Windows, so this is a bit of a shot in the dark. :) ... Interesting. It looks like the config.pl...
Hi Jason, Well, I surely misunderstood something, because I can't find any config.pl file, or reference to $::vcpasswd, $::vcdb in any file, anywhere ... Any...
cm
cm.mailing@...
Oct 22, 2004 7:09 am
5
... Well, that depends on if you got your version of CVSZilla from a tar file or from CVS. :) If you got it from CVS, there should be a config.pl file created...
I resolved one of the problems by granting all access to user 'vc' on database 'vc'. So I don't have the "access denied" error anymore. However, I still have...
cm
cm.mailing@...
Oct 22, 2004 1:31 pm
7
Just to let you know, Some of the management CGIs don't currently work with 2.18, and there was a bug in how the dates were created. I've fixed the date bug,...
As you can guess from bug 31, I'm pretty unimpressed with Class::DBI. The requirements seem onerous for the benefits, which I still think are questionable. Any...
Jeff Apple
japple@...
Nov 5, 2004 11:14 am
9
... Jeff, you will have to be able to install modules. The next batch of features (involving templates/RSS/XML/etc) will all require new Perl modules, each of...
Jeff, The ContextualFetch came in with 0.96 of Class::DBI. Version 0.95 might work better for you, it doesn't end up with that dependency. You would also...
... Ah, the joys of homework. Thankfully, I haven't had to worry about that for a while. For me, it's house buying! ... A good goal! You've definitely hit a...
Hi! I'm trying to install cvszilla on my freebsd system. The thing is, I think it has corrupted my CVS repository. Here is the error message. /usr/bin/cvs -f...
Hi Rene... ... Why do you think it has corrupted your repository? I don't see any evidence of that from your message. ... Did you install DBI and the MySQL DBI...
Tony Garnock-Jones
tonyg@...
Jan 4, 2005 3:56 pm
14
... Rene, Hi! Sorry to hear that you're having problems. From the backtrace, it looks like you don't have "Class::DBI" installed? Since you don't have a...
It's all ok now. I thought my CVS got corrupted but it was not. I'm still very interested in making this cvszilla work, though. I think DBI is already...
I have many problems to use cvszilla. First, I realized that I have to enter Job's number or Bug's number. So I entered that number and executed like below...
... Don't apologise! Your English is perfectly understandable, better than some native speakers! :) Just a quick couple of questions to help us fix this...
... When I execute 'import', I wrote like shell> cvs -m "job:1 Test1" abc webdox start then, this paragraph is entered to vc(database) as log message ...
Hi, I have a question about the CVS User and BUG User that are supposed to be displayed in the"usermapping.cgi" file. In my installation it doesn't show...
... Hi, Hmmm, I don't have the usermapping.cgi immediately available in front of me, so I can't tell if it's working or not. :( The mapping from cvs to...
Hi, Thanks for the additional information! There was a bug in cvszilla with cvs imports. I believe that I have fixed this on the HEAD of the repository. If...
Wow, finally I caugt the errors~!!! The previous problem was caused by Perl modules.. I didn't install Class::DB and I didn't know~^^ Anyway, Thank you for...
Actually, I didn't know about the upgrade versions.. So I downloaded the latest version from www.cvszilla.org..and did as manual says... However, I met the...
Hi: Where can I reset the transaction ID? I completly deleted the tables of the VC database tha CVSZilla creates, and the transaction ID's keep increasing!. I...
On Wed, 19 Jan 2005 11:37:08 +1300 (NZDT), Jason Pollock ... TRUNCATE theTableInQuestion; ... will reset auto-increment columns as well as deleting all...
Bruce Hoult
bruce@...
Jan 18, 2005 10:54 pm
31
I have another problem when I commit files. The comments of error are related to cvsdb::GeneralJobs. Because the cvsdb directory doesn't exist in Perl ...