SharpCvsLib

WorkingDirectory Properties

The properties of the WorkingDirectory class are listed below. For a complete list of WorkingDirectory class members, see the WorkingDirectory Members topic.

Public Instance Properties

CvsRoot Object encapsulating information to connect to a cvs server.
DateSpecifies the most recent revision no later that the given date.
Folders A list of the cvs folders on the local host.
FoldersToUpdate The cvs folders that are to be updated/ manipulated when requests are sent to the server.
HasDate Determine if a date has been specified.
HasOverrideDirectory Determine if a local working directory overrides the repository working directory (i.e. the module directory).
HasRevision Determine if a revision has been specified.
LocalDirectory The root directory on the local/ client machine that sources will be checked out into. This will be contain the Module or Override directory.
ModuleName The name of the module.
OverrideDirectory 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.
RevisionUsed to specify the revision of the module requested. This should correspond to a module tag.
WorkingDirectoryName 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.
WorkingPath Specifies the current working path for the sources. This is a combination of the root/ sandbox directory and the module or override directory.

See Also

WorkingDirectory Class | ICSharpCode.SharpCvsLib.Misc Namespace