C# Class SourceControl.Subversion

The implementation of the Subversion class.
Inheritance: ISourceControlSystem
Mostra 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_oe property

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