This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Svn.
Summary
Gets the information whether the directoryPath was added to the Subversion working copy.
- Assembly
- Cake
.Svn .dll - Namespace
- Cake
.Svn .Info - Containing Type
- SvnInfo
Syntax
public bool IsDirectoryInSvnWorkingCopy(DirectoryPath directoryPath)
Parameters
Name | Type | Description |
---|---|---|
directoryPath | DirectoryPath | The directory. |
Return Value
Type | Description |
---|---|
bool |
true if the directoryPath is a working path.
Otherwise false will be returned.
|