C# Class SourceControl.Subversion

The implementation of the Subversion class.
Inheritance: ISourceControlSystem
Show file Open project: daptiv/Malevich

Public Properties

Property Type Description
Url string

Private Properties

Property Type Description

Public Methods

Method Description
Subversion ( string url ) : System

Method Details

Subversion() public method

public Subversion ( string url ) : System
url string The url of the repository.
return System

Property Details

Url public property

The Url of the Subversion server.
public string Url
return string