... Leonid, This sounds like the same problem that Gabi has mentioned with cvszilla not being able to tell viewcvs which repository to look in when there are...
Hi Jason, My user received this error log after command cvs import (there is not any file named -, import to repository with new tag): Your transaction ID is:...
Leonid Shulov
lshulov@...
Apr 4, 2005 3:04 pm
77
Hi Jason, At the bottom of the "Transaction ID" page I see: Files *Filename* *Old version* *New version (Diffs)* *Branch* *Directory:* //u-boot/ -...
Leonid Shulov
lshulov@...
Apr 4, 2005 3:21 pm
78
I wrote small Pyton program, which send to my users E-mail's with files list from cvs commit. I set this program to "loginfo" before "logmsg.archive". My...
Leonid Shulov
lshulov@...
Apr 5, 2005 7:44 am
79
... Sorry it's taken me so long to get back to you, I've just been travelling back to New Zealand from the UK. I'll take a look and let you know later on this...
That is the problem. :) Since the loginfo scripts are essentially invoked for each directory, it gets a little difficult to tell when the commit is over. The...
Hi all, I've installed CVSZilla according to the README files, and it works when I import or commit something to the CVS Repository, it always check for the...
江培华
phjiang@...
Apr 13, 2005 4:51 am
82
Hi. The problem you are experiencing is due to the fact that you have different user names for CVS and Bugzilla. To correct the situation you have to map the...
Hi Jason, My user received same error log after comand cvs add <directory>: yuli@astp0002:~/Customers/u-boot$ cvs add board/Aware/ ? board/Aware/Plymouth ...
Leonid Shulov
lshulov@...
Apr 13, 2005 3:51 pm
84
... Thanks Leonid, This has pointed out to me that I really do need to write up at least a basic regression test suite. Thanks, Jason...
Hi,all First, thanks a lot Gabi! I mapped the CVS user to Bugzilla user manually, and now when I import or commit something to the CVS Repository, the log...
Josephly
phjiang@...
Apr 15, 2005 9:54 am
86
... There is a bugzilla user permission that is needed to edit users using usermapping.cgi. The user must be in the bugzilla group "editcvs". I don't have...
... From: "Jason Pollock" <jason@...> To: <cvszilla@yahoogroups.com> Sent: Monday, April 18, 2005 5:21 AM Subject: Re: [cvszilla] CVSZilla can not send...
Josephly
phjiang@...
Apr 18, 2005 3:05 am
88
Thanks Joseph! I've got you on the backlog. :) I have to sort out a minor security hole, Leonid's problems and then I'll get to yours. Thanks for your...
I recently attempted to update the cvszilla system form the old tarball (beta_2?) I seem to be having some issues with the database connection. Perhaps I am...
Hi, CVSZilla requires Class::DBI to work correctly. Older versions do work without it, and can be obtained from: http://homepages.kcbbs.gen.nz/~tonyg/ ...
Hi guys. I still hope that somebody will resolve this problem. Best Regards, Leonid...
Leonid Shulov
lshulov@...
Jun 14, 2005 12:56 pm
92
Since currently CVSZilla does not support multiple repositories, I apply the following to temporarily fix this problem. (1) Add a column to the database table...
Hello, I just installed CVSZilla from the tar files. I was able to integrate it with CVS and also have the web interface. But it has following problems 1. It...
... For 2.18, the processmail script has been removed. If you are using the tar version of cvszilla, you will need to find any references to processmail and...
Hello Jason, Thanks for the reply. Now I am not getting an error for processmail when I commit any files but I am not receiving any mail. I tried to run...
... Hmmm. I'm not aware of one. It might be possible to modify the subversion migration tool to do the work. Perhaps someone else on the list has developed...
... Once it's been deleted, it's really hard to make a backup to recover. :) If you're backing up your mysql data, then it it's just a standard restore. Jason...
Backing up the DB is the obvious method. But I was wondering if it can be avoided (saves disk space etc). E.g. ViewCVS and Bonsai are able to recreate the list...
If the database can be recovered (or recreated) there is another important use. Say a project has just started using cvszilla, then transactions that were made...
... If I recall correctly, the original motivation for Matthew's Java version was to work around the horrendous (!) inefficiencies of the Perl implementation...