Greg Hauptmann
2006-Oct-06 06:56 UTC
online defect tracking tool recommendation? (with SVN integration ideally)
(to correct list this time) bump - still interested if anyone can recommend a reasonable/free online defect tracking tool ? (and ideally could point to one''s subversion repository - i.e. create a defect, get a defect number, commit the change to SVN with the defect number in the description, then when you are in the defect tracking tool you should be able to say "show me the files I changed when I fixed this defect") - Hide quoted text - On 8/12/06, Greg Hauptmann <gregsfm-m/5qDMzAQIgQrrorzV6ljw@public.gmane.org> wrote:> > Hi, > > Just wondering what people use for defect tracking generally in the RoR > community? Is there an open-source/free online defect tracking site > available? I already have my own SVN via dreamhost but am now thinking > about use of a specific defect tracking system for defects/enhancements > to track them. > > Note - I''ve gone for Dreamhost hosting. Not sure if there is a specific > online defect tracking solution that they might offer. I didn''t see > one. > > Tks > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Zachary Holt
2006-Oct-06 07:11 UTC
Re: online defect tracking tool recommendation? (with SVN integration ideally)
Hi Greg, A lot of people[1] use Trac[2]. I''ve installed it at Dreamhost[3]. Not as fun as Disneyland, but certainly doable. And it plays nice with Subversion. HTH [1] http://dev.rubyonrails.org [2] http://trac.edgewall.com [3] http://li.mn/work/2006/07/11/484/installing-trac-on-dreamhost On Oct 5, 2006, at 11:56 PM, Greg Hauptmann wrote:> (to correct list this time) > > bump - still interested if anyone can recommend a reasonable/free > online defect tracking tool ? (and ideally could point to one''s > subversion repository - i.e. create a defect, get a defect number, > commit the change to SVN with the defect number in the description, > then when you are in the defect tracking tool you should be able to > say "show me the files I changed when I fixed this defect") > - Hide quoted text - > > > On 8/12/06, Greg Hauptmann <gregsfm-m/5qDMzAQIgQrrorzV6ljw@public.gmane.org> wrote: > Hi, > > Just wondering what people use for defect tracking generally in the > RoR > community? Is there an open-source/free online defect tracking site > available? I already have my own SVN via dreamhost but am now > thinking > about use of a specific defect tracking system for defects/ > enhancements > to track them. > > Note - I''ve gone for Dreamhost hosting. Not sure if there is a > specific > online defect tracking solution that they might offer. I didn''t see > one. > > Tks > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Hi, We''ve been using http://unfuddle.com for a little while now and we''re very happy with it. I don''t think it has quite the svn integration you would like but it''s definitely worth looking at. Fred -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
eden li
2006-Oct-06 08:39 UTC
Re: online defect tracking tool recommendation? (with SVN integration ideally)
Trac gets very close to what you''re describing. Ticket to check-in mapping is possible in Trac by referring to the ticket number from the checkin (using the standard [NNN] and #NNN notation) and vice versa. Trac will auto-hyperlink the numbers so that you can easily switch back and forth between the two. It would be nice if Trac built this into its logic somehow, but it''s very easy to pick up the habit of referencing things this way. The best part about Trac is the rest of the SVN integration. Checkins are made beautiful, the whole SVN repo can be referenced from the wiki using simple syntax, etc etc. Here''s an example of a checkin: http://dev.rubyonrails.org/changeset/5224 I don''t know why I''m getting so gungho about Trac, but it''s definitely been a tool I could not live without... Greg Hauptmann wrote:> (to correct list this time) > > bump - still interested if anyone can recommend a reasonable/free online > defect tracking tool ? (and ideally could point to one''s subversion > repository - i.e. create a defect, get a defect number, commit the change to > SVN with the defect number in the description, then when you are in the > defect tracking tool you should be able to say "show me the files I changed > when I fixed this defect") - Hide quoted text - > > > On 8/12/06, Greg Hauptmann <gregsfm-m/5qDMzAQIgQrrorzV6ljw@public.gmane.org> wrote: > > > > Hi, > > > > Just wondering what people use for defect tracking generally in the RoR > > community? Is there an open-source/free online defect tracking site > > available? I already have my own SVN via dreamhost but am now thinking > > about use of a specific defect tracking system for defects/enhancements > > to track them. > > > > Note - I''ve gone for Dreamhost hosting. Not sure if there is a specific > > online defect tracking solution that they might offer. I didn''t see > > one. > > > > Tks > > > > -- > > Posted via http://www.ruby-forum.com/. > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > ------=_Part_115842_21341402.1160117815979 > Content-Type: text/html; charset=ISO-8859-1 > X-Google-AttachSize: 2219 > > <div id="mb_1"> (to correct list this time)<br><br>bump - still interested if anyone can recommend a reasonable/free online defect tracking tool ? (and > ideally could point to one''s subversion repository - i.e. create a > defect, get a defect number, commit the change to SVN with the defect > number in the description, then when you are in the defect tracking > tool you should be able to say "show me the files I changed when I > fixed this defect") > <div><div class="ea"><span id="e_10e1c670fb0c2bc4_1">- Hide quoted text -</span></div><span class="q" id="q_10e1c670fb0c2bc4_1"><br><br><div><span class="gmail_quote">On 8/12/06, <b class="gmail_sendername">Greg Hauptmann > </b> <<a href="mailto:gregsfm-m/5qDMzAQIgQrrorzV6ljw@public.gmane.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">gregsfm-m/5qDMzAQIgQrrorzV6ljw@public.gmane.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> > > Hi,<br><br>Just wondering what people use for defect tracking generally in the RoR<br>community? Is there an open-source/free online defect tracking site<br>available? I already have my own SVN via dreamhost but am now thinking > <br>about use of a specific defect tracking system for defects/enhancements<br>to track them.<br><br>Note - I''ve gone for Dreamhost hosting. Not sure if there is a specific<br>online defect tracking solution that they might offer. I didn''t see > <br>one.<br><br>Tks<br><br>--<br>Posted via <a href="http://www.ruby-forum.com/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.ruby-forum.com/</a>.<br>_______________________________________________ > <br>Rails mailing list<br><a href="mailto:Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org</a><br><a href="http://lists.rubyonrails.org/mailman/listinfo/rails" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.rubyonrails.org/mailman/listinfo/rails</a> > <br></blockquote></div><br> > > </span></div></div> > > ------=_Part_115842_21341402.1160117815979----~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Greg Hauptmann
2006-Oct-07 10:50 UTC
Re: online defect tracking tool recommendation? (with SVN integration ideally)
tks - what do you recommend between Collaboa and Trac in fact? Should I consider Collaboa because of ease of installation? Is any extra effort worth the pain to get Trac installed? (I use dreamhost) I noted in the Dreamhost Trac install instructions it said "For users that would like the features of Trac but the advantage of an esier installation, take a look ate Collaboa (http://collaboa.org), and open-source bug tracking system with Subversion support, just like Trac". http://wiki.dreamhost.com/index.php/Trac http://wiki.dreamhost.com/index.php/Collaboa Tks again --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Greg Hauptmann
2006-Oct-12 09:57 UTC
Re: online defect tracking tool recommendation? (with SVN integration ideally)
Actually, is there an already installed / free online defect tracking system (ideally with SVN integration back to my SVN repository) that someone could recommend? I''m not really up to trying to install Trac on my Dreamhost account + also noting I''m doing this more from a hobbiest point of view => would be easier for me to use an existing online defect tracker (e.g. register, create project, configure my SVN url ideally for integration) Greg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Greg Hauptmann
2006-Oct-25 22:14 UTC
Re: online defect tracking tool recommendation? (with SVN integration ideally)
bump (still would be real interested to hear if something exists here) On 10/12/06, Greg Hauptmann <greg.hauptmann.ruby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Actually, is there an already installed / free online defect tracking > system (ideally with SVN integration back to my SVN repository) that someone > could recommend? > > I''m not really up to trying to install Trac on my Dreamhost account + also > noting I''m doing this more from a hobbiest point of view => would be easier > for me to use an existing online defect tracker ( e.g. register, create > project, configure my SVN url ideally for integration) > > Greg >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---