Method | Description | |
---|---|---|
CopyAll ( |
Copy all the content of a directory to another
|
|
Init ( |
||
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 ( |
public static CopyAll ( |
||
source |
/// A source directory |
|
target |
/// A target direcotory |
|
return | void |
public static Init ( |
||
config | ||
permissions | string | |
return | void |
public static Init ( string templatePath, string repoPath, string permissions ) : void | ||
templatePath | string | |
repoPath | string | |
permissions | string | |
return | void |