C# Class Git.Repository.Repo

It represent all the repository data
Afficher le fichier Open project: igorgue/git-sharp

Méthodes publiques

Méthode Description
CopyAll ( DirectoryInfo source, DirectoryInfo target ) : void

Copy all the content of a directory to another

Init ( Configuration config, string permissions ) : void
Init ( string templatePath, string repoPath, string permissions ) : void

Here we create a empty repository described here(in UNIX) /usr/share/git-core/templates

Repo ( ) : System
Repo ( Configuration conf ) : System

Method Details

CopyAll() public static méthode

Copy all the content of a directory to another
public static CopyAll ( DirectoryInfo source, DirectoryInfo target ) : void
source System.IO.DirectoryInfo /// A source directory ///
target System.IO.DirectoryInfo /// A target direcotory ///
Résultat void

Init() public static méthode

public static Init ( Configuration config, string permissions ) : void
config Configuration
permissions string
Résultat void

Init() public static méthode

Here we create a empty repository described here(in UNIX) /usr/share/git-core/templates
public static Init ( string templatePath, string repoPath, string permissions ) : void
templatePath string
repoPath string
permissions string
Résultat void

Repo() public méthode

public Repo ( ) : System
Résultat System

Repo() public méthode

public Repo ( Configuration conf ) : System
conf Configuration
Résultat System