C# Class SparkleLib.Git.SparkleRepo

Inheritance: SparkleLib.SparkleRepoBase
Datei anzeigen Open project: brandondahler/SparkleShare

Private Properties

Property Type Description
Add void
CalculateSizes long
ClearCache void
Commit void
ConfigureGitBin void
EnsureSpecialCharacters string
FindError bool
FormatCommitMessage string
GetChangeSetsInternal List
IsSymlink bool
PrepareDirectories void
Rebase bool
ResolveConflict void
ResolveSpecialChars string
UpdateSizes void

Public Methods

Method Description
GetChangeSets ( ) : List
GetChangeSets ( string path ) : List
RestoreFile ( string path, string revision, string target_file_path ) : void
SparkleRepo ( string path, SparkleConfig config ) : System
SyncDown ( ) : bool
SyncUp ( ) : bool

Private Methods

Method Description
Add ( ) : void
CalculateSizes ( DirectoryInfo parent ) : long
ClearCache ( ) : void
Commit ( string message ) : void
ConfigureGitBin ( ) : void
EnsureSpecialCharacters ( string path ) : string
FindError ( string line ) : bool
FormatCommitMessage ( ) : string
GetChangeSetsInternal ( string path ) : List
IsSymlink ( string file ) : bool
PrepareDirectories ( string path ) : void
Rebase ( ) : bool
ResolveConflict ( ) : void
ResolveSpecialChars ( string s ) : string
UpdateSizes ( ) : void

Method Details

GetChangeSets() public method

public GetChangeSets ( ) : List
return List

GetChangeSets() public method

public GetChangeSets ( string path ) : List
path string
return List

RestoreFile() public method

public RestoreFile ( string path, string revision, string target_file_path ) : void
path string
revision string
target_file_path string
return void

SparkleRepo() public method

public SparkleRepo ( string path, SparkleConfig config ) : System
path string
config SparkleLib.SparkleConfig
return System

SyncDown() public method

public SyncDown ( ) : bool
return bool

SyncUp() public method

public SyncUp ( ) : bool
return bool