But I could not get visual studio 6 to work with Agent SVN. Any help would be appreciated.
EDIT: For details on how to setup
Microsoft Visual C++ 6.0 to work with
VisualSVN using
Agent SVN refer to the last message post in this link:
http://www.zeusedit.com/zforum/viewtopic.php?t=7113
The same sort of configuration steps as described above would also be required when running
Microsoft Visual C++ 6.0 against the stock standard
Subversion server.
EDIT: The Agent SVN installer now handles the creation of the required registry keys. There is also a tutorial of how to configure
Agent SVN to work with
Visual C++ 6.0 in the
Agent SVN help file.
Original Thread
The issue is the
Agent SVN installer does not set the
ProviderRegKey key and this is why you are not seeing it from inside of the Microsoft Visual C++ IDE
The installer will be fixed
In any case here are some instructions on how to make it all work:
Initial configuration
Step1: Start regedit and find this key:
HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider
Step2: Modify the
ProviderRegKey string value to be this:
SOFTWARE\Xidicone\Agent SVN
Step3: Start Microsoft Visual C++ IDE
Step4: To check the registry key is set correctly use the MSVC++
Project, Source Control menu and at the bottom there should be an
Agent SVN menu item.
Step5: Select the
Agent SVN menu to bring up the
Agent SVN Configuration dialog and set the details to suit (see help for details)
How to Add a Project to the Source Control
Step1: Open a project workspace and lets assume it's called
c:\Projects\MyProject
Step2: Select the project from the
File View of the workspace panel
Step3: Use the
Project, Source Control, Add to Source control menu to bring up the import wizard for this project
Step3: Complete the wizard to import the project to the source control (refer to help for details)
Step4: Close the Microsoft Visual C++ IDE
Step5: Locate and rename the
c:\Projects\MyProject project folder to be
c:\Projects\MyProject.original
Step6: Locate the
c:\Projects\MyProject.new-working-copy folder and rename it to be
c:\Projects\MyProject
Step7: Restart Microsoft Visual C++ IDE and open the
c:\Projects\MyProject project
The project is now in source control and the
Project, Source Control menu will allow you to access and manage the files in the source control.
Cheers Jussi