ISvnClient.

ForceCredentials(SvnCredentials) Method

Summary

Defines credentials to use for connecting to the repository.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn
Containing Type
ISvnClient

Syntax

void ForceCredentials(SvnCredentials credentials)

Parameters

Name Type Description
credentials SvnCredentials Credentials to use for connecting to the repository.

Return Value

Type Description
void