![]() | Constructor. Parses a cvsroot variable passed in as a string into the different properties that make it up. The cvsroot can consisit of the following components: 1) protocol: such as the pserver, ssh and ext protocols NOTE: Currently unsupported, but valid cvs protocols include: sspi and ntserver 2) username: the login user for the remote client. This will be used to authenticate the user on the remote machine. 3) server: server that the repository sits on. 4) path: path to the repository on the server |
![]() | Module to use in command. |
![]() | Host running the repository. |
![]() | The port to use to connect to the server. |
![]() |
The protocol to use when communicating with the server. Currently supported
and accepted values are:
|
![]() | User name used to access the repository. |
![]() | |
![]() | |
![]() | |
![]() | Convert CvsRoot object to a human readable format. |
![]() | |
![]() |
CvsRoot Class | ICSharpCode.SharpCvsLib.Misc Namespace