Which open source Source Controls products integrate with Microsoft VB6?
I'm looking to possibly move away from CVS (to maybe SVN).
Anyone know which open source ve开发者_JAVA技巧rsion control systems integrate with the VB6 IDE (automatic checkouts, etc.) ?
SVN will work with VB6. there is a VB6 version of SVN that intergrates with the IDE called SVNVB6.
Let me direct you to: svnvb6.tigris.org
Tortoise SVN attaches to Windows and you can use it with anything including VB6, .NET or just files on your PC.
Visual SVN integrates with Visual Studio, although I don't know about the VB6 IDE:
http://www.visualsvn.com/
There are some answers here regarding Subversion and VB6:
Using Subversion with Visual Basic 6
精彩评论