What version are we on now?
October 21, 2009 5:04 PM
Subscribe
How do software authors determine the version numbers of the releases? I am writing software for a specific electronic device. I am not using version control on it yet. (Yeah, shame! Truth is, I am intimidated.)
I am working on this project alone. (Details: Front-end GUI in VB.NET back-end work done in a DLL in C++. The other part is embedded in the controller card using a PIC P24FJ256GB110.)
I expect that the software will go through some gyrations when the user figures out what he really wants. I will need to get versions for the GUI and the DLL and check for compatibility between them.
If you have suggestions about version control (for one) I'll take those too. I installed Subversion and TortoiseSVN, but I don't know how to use it effectively. I am confused as to when to do a commit. And don't even ask me about branches... I just don't get it.
posted by Drasher to computers & internet (22 comments total)
1 user marked this as a favorite
Taste in revision control systems is a matter of taste. :) Although, certain control systems lend themselves better for small projects/large projects/small amount of developers/large amount of developers/developer locations, etc.
posted by seppyk at 5:08 PM on October 21