Earlier, I am working on a VB6 project so all development managed by me only but now a new member joined the same project. Please help me to know any code management tool so we can both can do development in same project but on different modules(Check In/Check out).(For Example: Microsoft Visual SourceSafe Code Management tool used for development in Visual Studio) Thank you.
Asked
Active
Viewed 374 times
1 Answers
0
You can use any version control system: Subversion, Git... even Visual Source Safe (although I recommend avoiding that one). Just remember that some VB6 files are binary and cannot be merged easily.
- Here's the Stackoverflow Subversion advice for VB6.
- Here's the Stackoverflow Git advice for VB6.