BreakPoint

cancel
Showing results for 
Search instead for 
Did you mean: 

Fog Creek Software (Fogbugz and Kiln)

I have casually used Fogbugz as a bug and feature tracking tool for personal side projects, and I am considering using Kiln, their new source control repository system.

 

Does anyone have experience with how well these project management systems work with LabVIEW (or another non-text-based language)?

0 Kudos
Message 1 of 6
(9,039 Views)
You may wish to post this to the JKI forums (or to LAVA), as I believe they use it.

___________________
Try to take over the world!
0 Kudos
Message 2 of 6
(9,013 Views)
I'll scour those forums, then post and link back here next week. Thanks, tst.
0 Kudos
Message 3 of 6
(9,007 Views)

Kiln is a service for Mercurial (with probably some added services). I have documented my settings for Mercurial at the LabVIEW Wiki.

 

Please add your info and experiences there!

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 4 of 6
(8,964 Views)
Ton, excellent links, thank you.
0 Kudos
Message 5 of 6
(8,958 Views)

For anyone making the switch from SVN or CVS, the links Ton provided are certainly a must-read. I had set up Mercurial mimicking behavior I was accustomed to with CVS, and whaddaya know, commands I "thought" I understood did not behave like I expected. The concepts of local vs. remote and commit vs. push for repositories are unique to Mercurial, and this feature solves a problem that has always bothered me: protecting my code with revision control, while protecting others against my code.

 

The main reason I went with Fog Creek for this side project is because they are a reputable company with a free turn-key product that I'm pretty confident is going to be developed and supported for years to come. It does not support any LabVIEW IDE integration, but that's fine for now. I have found Kiln good for only one thing so far: having a reliable, hosted backup of the project (which is all I need it to do). Fogbugz is spectacular, but pretty overkill for what I'm doing. I like to use it for keeping notes on features I might work on, and archiving auto-generated emails from program errors/exceptions. In the future, I plan to use the email system as a public bug/feature communication line.

 

Overall, I would recommend these turn-key easy-to-configure products, but that's coming from a thus-far casual user.

0 Kudos
Message 6 of 6
(8,859 Views)