Version Information

This forum is for programmers who have questions about the source code.
Post Reply
deedplot
Posts: 8
Joined: Mon Jan 28, 2013 7:26 pm
Location: Hickory, NC

Version Information

Post by deedplot » Wed Feb 13, 2013 6:28 pm

I am new to Open Dental but an old guy to machine language, assembly language, C, C++ and after a long void, back into C# to improve what is available to my dental office as well as others.

The question I have concerns the source code version that I downloaded through the website vs the version that I have that is the current live one that is installed on my test computer. Does anybody know if the downloaded source code is up to date with the live version (as opposed to the trial version)?

Thanks

User avatar
drtech
Posts: 1649
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Re: Version Information

Post by drtech » Wed Feb 13, 2013 6:39 pm

the source code is always up to date if you stay on the current branch. opendental13.1 is the current beta production branch. If you stick with the SVN head, then you are using the development version and do NOT use that in a LIVE setting ....only with trial data, b/c it will not upgrade the date as development occurs.
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com

User avatar
jsalmon
Posts: 1555
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: Version Information

Post by jsalmon » Wed Feb 13, 2013 9:28 pm

In short, the source code will always be ahead of the live versions (as long as you update frequently like David suggests). Meaning that when we "commit" a bug fix, you could update your source code and be using the fix before it gets "released" to the public. That would be the only benefit that I could foresee other than other obvious programming reasons.
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com

Post Reply