CVSProtocol - a cvs protocol handler for windows programs

download source files (version 0.1)
download binary files (version 0.1)


Introduction

Based on the idea and the sources of the Protocol handler for Visual SourceSafe by by Victor Vogelpoel, I developed a protocol handler for cvs.

Using this protocol handler, you can retrieve any file out of a cvs repository and view this file in the associated program.



Installation and use





All informations are stored in the Windows registry under this registry key:


HKEY_CURRENT_USER\Software\cvsproto



Registering the protocol handler

Actually, the "CVS:" protocol is similar to the "MAILTO:" protocol. Based on the researches of Victor Vogelpoel (see Protocol handler for Visual SourceSafe) the following Windows registry entries are needed:


[HKEY_CLASSES_ROOT]

[cvs]

(Default) = "URL:CVS Protocol"

URL Protocol = ""

[DefaultIcon]

(Default) = "CVSProtocol.exe"

[shell]

[open]

[command]

(Default) = "c:\whatever\CVSProtocol.exe "%1""


Invoking cvs



Remarks


About the author


The author, Karsten Fusenig is working as a freelancer since 5 years.

You can reach him via the e-mail address mailto:kf@fusenigk.de.


Links
CVSProtocol on Sourceforge
Homepage of the author
Protocol handler for Visual SourceSafe