Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

So far most of my coding tasks have been in scripting languages mostly BASH, PowerShell & JavaScript. After successful implementation of a module, I used to save a backup of my source file such as MyEmailScript_V1.ps1, MyEmailScript_V2.ps1..... and soon.

I can easily see the limitations in this approach; and this approach is even more difficult to manage as far as my recent efforts in Visual C++ Projects are concerned.

How can I manage different versions for a single source file, or for a Visual Studio project?

(Thanks in advance for your thoughts, and sorry if this is a repeat question, I am still learning how to best use stackoverflow).

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.