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 filePath was added to the Subversion working copy.
- Assembly
- Cake
.Svn .dll - Namespace
- Cake
.Svn .Info - Containing Type
- SvnInfo
Syntax
public bool IsFileInSvnWorkingCopy(FilePath filePath)
Parameters
Name | Type | Description |
---|---|---|
filePath | FilePath | The file. |
Return Value
Type | Description |
---|---|
bool |
true if the filePath is a working path.
Otherwise false will be returned.
|