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

Re: [TSVN] Trac/bugtraq - Ticket to Changeset link [was: Re: Trac [was: TortoiseSVN 1.1.1 released]]

From: SteveKing <stefankueng_at_gmail.com>
Date: 2004-10-27 15:25:47 CEST

On Wed, 27 Oct 2004 15:11:03 +0200, Lars Klose <lars.klose@klst.com> wrote:

> Absolutely true - the only thing missing would be a combobox in TSVNs
> commit dialog with the available open tickets in Trac. I would think
> something like this would be needed for any bug tracking system and
> could be implemented generically. I would imagine a new bugtraq property
> in which I could specify a script/program/... which would deliver the
> appropriate ticket numbers. If this property was set, TSVN could call it
> and fill the above-mentioned combobox with these values.

This is definitely a good idea and also not very difficult to
implement, as long as some precautions are used:

- NO network connection must be made when showing the commit dialog. I
suggest a connection when the combobox is first 'touched', i.e. opened
and then filled.
- To keep things easy for the normal user, I recommend not using a
script which each user would have to install (for every subversion
client in use).
- Instead of a script, how about an URL pointing to a file which a
client can download, parse and get the open issues from that file.
Trac (or any other Bugtracking system) could generate that file on
request like a dynamic webpage. Problem here: what if that list is
'protected', i.e. if you have to authenticate to just get that file?

On the other hand: it's not much work for a user to open a webbrowser
and check the list of open tickets/issues with the browser....

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Oct 27 16:27:54 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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