Question : regedit for MatLab Subversion interface

The below link talks about how I can change my windows registry to allow the MatLab interfeca i.e. Files->Preferences->Source Control work with Subversion.  I am not good at registry programming so could someone tell me how to set up the below registry file (intall instructions below too).  I have a snap shop of my windows registries?  For example how should I fill out the below regedit fil given my registry file structure?

http://svnscc.tigris.org/

RegEdit4

[HKEY_LOCAL_MACHINE\SOFTWARE\SVNScc\SVNScc]
"SCCServerName"="SVNScc"
"SCCServerPath"="<path to SVNScc.dll>"

[HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider]
"ProviderRegKey"="SOFTWARE\\SVNScc\\SVNScc"

[HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider\InstalledSCCProviders]
"SVNScc"="SOFTWARE\\SVNScc\\SVNScc"

               ======================================
                        INSTALLING SVNScc
                          A Quick Guide
               ======================================

$LastChangedDate$

Contents:

     I. INSTALLATION
     A. Installing from a Zip
     


I.   INSTALLATION
     ============

  A. Installing from a Zip
     --------------------------------------------------------

     Download the latest Zip (*.zip) file from:

     http://svnscc.tigris.org/servlets/ProjectDocumentList?folderID=0
     
     Extract the zip to a directory of your choice.
     Edit the 'SCCServerPath' entry in the SVNScc.reg file to point to
     the path where you extrected the zip file.
     Double-click on the reg file to enter it into the registry and install
     SVNScc as the default SCC provider.
     
Attachments:
 
regedit display
regedit display
 

Answer : regedit for MatLab Subversion interface

If the key does not exist in the registry, it will be created. If it exists, the data with certain name under this key will be created or modified. Nothing will be deleted.

For example, the line [HKEY_LOCAL_MACHINE\SOFTWARE\SVNScc\SVNScc] specifies path to SVNScc key in the registry. If it not exist, the key will be created. Then the data named SCCServerName and SCCServerPath will be created (or modified if exists).
Random Solutions  
 
programming4us programming4us