SharpCvsLib

Repository Properties

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

Public Instance Properties

FileContents (inherited from AbstractCvsFile) Contents that are contained in the management file that this object represents.
Filename The name of this file should correspond to the name required for a cvs repository.
FullPath (inherited from AbstractCvsFile) The full path to the file or directory that this object is managing.
IsMultiLinedIndicates whether the file can contain multiple lines.
LocalCvsFileFullPath (inherited from AbstractCvsFile) The full path to the local cvs management file.
ModuleName Return the module name from the repository object. The cvs module name is stored as the topmost directory in the Repository relative path.
Path (inherited from AbstractCvsFile) Return the path to the file that this cvs object is controlling. In most cases this is just the full path to the object, however one known exception would be the Entry which would have file information stripped from the full path.
TypeThe type of file that this is.

See Also

Repository Class | ICSharpCode.SharpCvsLib.FileSystem Namespace