Quantcast
Channel: project management / multiple versions - Stack Overflow
Browsing latest articles
Browse All 5 View Live

Answer by Bhushan Bhangale for project management / multiple versions

Source Control System is the solution for you. Most of them have a way to handle different versions of a project, for example perforce, svn, etc. You can create as many versions as you want using...

View Article



Answer by VonC for project management / multiple versions

You are experiencing the classical case of "incompatible development effort":you cannot both fix a bug and develop on the same file on the same time.This is a classical case for branching, which would...

View Article

Answer by Andy White for project management / multiple versions

Most version control systems have the ability to "branch" your software, so that you can have multiple versions of the same code-base going at the same time.For example, your "1.0" branch might be the...

View Article

Answer by Nippysaurus for project management / multiple versions

One way to do this is to create a branch in your source control software.

View Article

project management / multiple versions

I am looking here for some hints and tips on how to manage multiple versions of a projet.Currently I have a development version of the application which includes some improvements and new...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images