C# Class MonoDevelop.VersionControl.Subversion.Unix.SvnClient

Inheritance: SubversionVersionControl
Mostra file Open project: LogosBible/monodevelop

Private Properties

Property Type Description
CheckError void
CheckInstalled bool
CheckVersion bool
GetErrorMessage string
GetLoadAprLib int
SvnClient System
newpool System.IntPtr

Public Methods

Method Description
CheckError ( IntPtr error, int allowedError ) : void
CreateBackend ( ) : SubversionBackend
GetDirectoryDotSvn ( FilePath path ) : string
GetPathUrl ( FilePath path ) : string
GetVersion ( ) : string
NormalizePath ( string pathOrUrl, IntPtr localpool ) : string

Private Methods

Method Description
CheckError ( IntPtr error ) : void
CheckInstalled ( ) : bool
CheckVersion ( ) : bool
GetErrorMessage ( MonoDevelop.VersionControl.Subversion.Unix.LibSvnClient error ) : string
GetLoadAprLib ( int oldVersion ) : int
SvnClient ( ) : System
newpool ( IntPtr parent ) : IntPtr

Method Details

CheckError() public static method

public static CheckError ( IntPtr error, int allowedError ) : void
error System.IntPtr
allowedError int
return void

CreateBackend() public method

public CreateBackend ( ) : SubversionBackend
return SubversionBackend

GetDirectoryDotSvn() public method

public GetDirectoryDotSvn ( FilePath path ) : string
path FilePath
return string

GetPathUrl() public method

public GetPathUrl ( FilePath path ) : string
path FilePath
return string

GetVersion() public static method

public static GetVersion ( ) : string
return string

NormalizePath() public static method

public static NormalizePath ( string pathOrUrl, IntPtr localpool ) : string
pathOrUrl string
localpool System.IntPtr
return string