Description: This is a project that combines SVN with Visual C 6.0, in order to be able to use the various functions of SVN normally without departing from the IDE environment.
Implementation: combine these two software through the add-in mode
Implementation
1. Compare the current file version on the SVN server
2. View the history modification record of the current edited file
3. Can update the current file to the latest version
4. Replace the current version using the version on the SVN server
5. Submit the changes to the current file
6. Update all files for the entire project file
7. Submit all modifications in the entire project
8. Show the current state of the entire project file