C# Class SVN.Core.SVNRepositoryManager

ファイルを表示 Open project: CodeGarten/CodeGarten

Public Methods

Method Description
Create ( String parentPath, String repoName ) : SVNRepositoryManager
Delete ( String parentPath, String repoName ) : bool
Initialize ( ) : bool

Private Methods

Method Description
SVNRepositoryManager ( String parentPath, String repoName ) : System

Method Details

Create() public static method

public static Create ( String parentPath, String repoName ) : SVNRepositoryManager
parentPath String
repoName String
return SVNRepositoryManager

Delete() public static method

public static Delete ( String parentPath, String repoName ) : bool
parentPath String
repoName String
return bool

Initialize() public method

public Initialize ( ) : bool
return bool