What's the difference between version control and release management?
-
-
Answer:
Version control is the maintenance of a history of revisions in such a way that they can be compared to each other (diff'ed) and a copy from an arbitrary revision can be exported at any time. Release management is the process by which source code is converted to an final product (e.g. a website or an executable application). Version control is usually involved and is recommended but is not a requirement. Release management includes a build and deploy process ranging from a hand-run script and FTP to an automated build that runs against a particular branch of code in a version control system. Developers use version control to coordinate development efforts. Development teams use release management to produce an output that can be tested or delivered to customers/end-users. By tying it to a particular point in time via version control, developers can trace problems with a release to a particular set of source code, making problem resolution more reliable.
Corregan Brown at Quora Visit the source
Related Q & A:
- What's the difference between a US version PSP and a Japan version PSP?Best solution by Yahoo! Answers
- What's the difference between prim and dijkstra's algorithm?Best solution by Stack Overflow
- What's the difference between Current (I) and Potential Difference (V?Best solution by diffen.com
- What's the difference between business management and business administration?Best solution by ChaCha
- For a U.S. Passport, what's the difference exactly between a passport book and a passport card?Best solution by ChaCha
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.