SvnInfo.

IsDirectoryInSvnWorkingCopy(DirectoryPath) Method

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.