The properties of the WorkingDirectory class are listed below. For a complete list of WorkingDirectory class members, see the WorkingDirectory Members topic.
![]() | Object encapsulating information to connect to a cvs server. |
![]() | Specifies the most recent revision no later that the given date. |
![]() | A list of the cvs folders on the local host. |
![]() | The cvs folders that are to be updated/ manipulated when requests are sent to the server. |
![]() | Determine if a date has been specified. |
![]() | Determine if a local working directory overrides the repository working directory (i.e. the module directory). |
![]() | Determine if a revision has been specified. |
![]() | The root directory on the local/ client machine that sources will be checked out into. This will be contain the Module or Override directory. |
![]() | The name of the module. |
![]() | Specifies the local root directory that the module will be checked out to. This overrides the module name that is being checked out which is by default the local root directory. |
![]() | Used to specify the revision of the module requested. This should correspond to a module tag. |
![]() | The name of the working directory under the local root directory. This directory is usually equal to the module name however there is an option to override this directory and specify an alternative. |
![]() | Specifies the current working path for the sources. This is a combination of the root/ sandbox directory and the module or override directory. |
WorkingDirectory Class | ICSharpCode.SharpCvsLib.Misc Namespace