-3

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.

Jimmy Smith
  • 2,452
  • 1
  • 16
  • 19

1 Answers1

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.

Community
  • 1
  • 1
MarkJ
  • 30,070
  • 5
  • 68
  • 111