We have the following: - Bugzilla 2.18 running on one linux machine named "bugz" running Apache 2.0.53, MySQL 4.1.8 - CVS 1.12.11 running pserver on "cvs1"...
... This can work, but not right now. :( All versions of cvszilla currently assume that the bugzilla database is in the same mysql instance as the cvszilla...
Bug "Last modified" time in Bugzilla don't changing after "CVS Transaction"(commit), changing is only after "Status" or/and "Resolution" change by Bugzilla. ...
Leonid Shulov
lshulov@...
Mar 6, 2005 8:07 am
52
Hi, CVSzilla team I have only 3 questions: - Why in CVSzilla I can see only files from first line in @CVSrepositories from cvsweb.conf ? - Why I get itch...
Leonid Shulov
lshulov@...
Mar 10, 2005 3:59 pm
53
Leonid, Thanks for the bug reports, you're finding plenty of them that no one else seems to be noticing. Frustrating for you, but good for us. :) ... I don't...
Good Morning, I found the CVSzilla tool only a little while ago and I have to say that is very cool. I have a question though. Is there a way to support...
... That might prove problematic, since CVSZilla allows more than one bug number or job name on the first line. Depending on your shell, you can just hit Enter...
Gotcha. What about a special indicator to split the list of jobs/bugs and the rest of the comment. e.g. cvs commit -m "Bug: 37 42 || Fix for bugs that kill...
... Sounds like we have the makings of a change! Could you open a bug in bugzilla and attach a patch? I personally don't see a problem with adding the...
I have opened Bug 41 and attached my patch (I hope I created it the 'right' way). Let me know if you want me to clean up the code or whatever. Thanks. - Rob ...
Hi, When I do new tag with command: cvs -d :pserver:lshulov@myserver/home/CVS/test/ tag -b Arabella with this line in CVSROOT/taginfo: DEFAULT...
Leonid Shulov
lshulov@...
Mar 15, 2005 4:32 pm
61
... This would seem to be related to the other problems with the new version of CVS. If you don't currently need to log tags in CVSZilla, then I would...
... I again control bugzilla, cvszilla, and cvsweb config files. Trere is same order of repositoris. Leonid...
Leonid Shulov
lshulov@...
Mar 16, 2005 10:46 am
63
Everyone, Just to let everyone know, I believe I've gotten cvszilla to properly work with CVS 1.12. Additionally, I've fixed the problem that Leonid reported...
Hi, After our E-mail I 1. Installed new CVSzilla files 2. Changed CVS ROOTCVS files 3. Changed GRANT on bugs.bugs And that I get from CVS: ...
Leonid Shulov
lshulov@...
Mar 30, 2005 11:06 am
65
Leonid, Seems I forgot a step, sorry. :-O Please add the following to your config.pl (/usr/local/cvszilla/etc or /etc/cvszilla/): $::cvs_version = "1.12.11"; ...
Now witn "deprecated info format string" is OK. But now I get this message from CVS: aspc0001:/home/lshulov# cvs -d :pserver:@asraid01/home/CVS/test ci Test/ ...
Leonid Shulov
lshulov@...
Mar 30, 2005 1:53 pm
67
I apologies, but my user get this CVS report: /home/CVS/linux-2.6/kernel-2.6/arch/ppc/quicc/Attic/pqsxc_uart.c,v <-- arch/ppc/quicc/pqsxc_uart.c new...
Leonid Shulov
lshulov@...
Mar 30, 2005 2:40 pm
68
... Hi, This is a newly added failure condition to CVS. Using google, I found the following comment in the code: /* cvs.texinfo has always told people that...
Hi, I'm tying to integrate CVSZilla and CVSView and I didn't find any straightforward way to do this. Even though the $cvsweb_cgi_url points to the cvsview...
... Hi, CVSZilla should work with cvsweb and viewcvs. We're using ViewCVS 0.9.2 on cvszilla.org. ViewCVS was intended to be a drop in replacement for cvsweb,...
Hi, I took a look at your CVSView, and the difference between the way your links are build and the way ours are is this: all our links have at the end the...
... Aaah. That would explain it. If you could provide an example, I should be able to change the code to support multiple cvs repositories in viewcvs. There...
... 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...