[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: using bugzilla and subversion

From: Derek Scherger <derek_at_echologic.com>
Date: 2004-04-09 03:31:48 CEST

Sean Moss-Pultz wrote:
> There were some past posts on this list about using (integrating)
> bugzilla with subversion but nothing ever seemed resolved. My wants also
> seem to be a bit different than others.
>
> Basically what I'm looking for is a way for svn tags (in our case
> releases) to appear as versions in the bugzilla bug generation list. Now
> I can do this manually without much work (edit the local_config bugzilla
> file) but does anyone have a better approach? I'm also interested in
> general uses with bugzilla and subversion.

I haven't looked at the bugzilla sources for quite a long time but they're all perl cgi
scripts so you might be able to do a directory listing on your tags directory to get the
list. You'll of course need a checked out set of tags on the bugzilla machine. You might
also be able to do an http request to the subversion server to get a listing of the tags
directory with a bit of magic.

Not much to go on but it might give you an idea I guess!

Cheers,
Derek

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 9 03:38:58 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.