![]() | Public constructor. |
![]() | 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. |
![]() | Recurses through all child directories starting with base directory. Add all the cvs entries found to the folder collection. |
![]() | Add a new entry to the folders collection. |
![]() | Clear folders collection. |
![]() | |
![]() | Returns the data as a string as required by the cvs server. |
![]() | |
![]() | |
![]() | Determines if the path specified is inside of the working directory path. |
![]() | Read all the existing entries. |
![]() | Convert the directory name to a win32 directory name with the appropriate slashes. TODO: Clean up this dirty bad boy and move the functionality to the Manager |
![]() | Converting the local directory string to a remote/ *nix string. |
![]() | Render the object as a human readable string. |
![]() | |
![]() |
WorkingDirectory Class | ICSharpCode.SharpCvsLib.Misc Namespace