프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ActiveStatusUpdateInterval | int | ||
Disable | bool | ||
IdleStatusUpdateInterval | int | ||
Path | string | ||
VisiblePath | string | ||
origPath | string | ||
pathType | PathType | ||
svnFolderProcesses |
메소드 | 설명 | |
---|---|---|
BeginUpdateSilently ( ) : void | ||
Clone ( ) : object | ||
Commit ( ) : void | ||
Deserialize ( string s ) : |
||
GetInterval ( bool formIsActive ) : int | ||
GetRepositoryCommitedRevision ( ) : int | ||
GetRepositoryHeadRevision ( ) : int | ||
GetStatus ( ) : ScmRepositoryStatus | ||
KillBackgroundProcess ( ) : void | ||
OpenChangeLogWindow ( bool updateRevisions ) : void | ||
OpenLogWindow ( ) : void | ||
ReadProcessOutput ( |
||
ScmRepository ( string scmtype, string path, PathType type ) : System | ||
Serialize ( ) : string | ||
Update ( bool updateAll ) : void | ||
create ( string path ) : |
메소드 | 설명 | |
---|---|---|
ExecuteProcess ( string executionFile, string workingPath, string arguments, bool waitForExit, bool lowPriority ) : ExecuteResult | ||
GetRepositoryRevision ( string binaryPath, string path, string arg ) : int | ||
OnErrorAdded ( string path, string error ) : void |
메소드 | 설명 | |
---|---|---|
DeserializePath ( string s ) : string | ||
SetEnvironmentVariable ( ) : void |
public static Deserialize ( string s ) : |
||
s | string | |
리턴 |
protected static ExecuteProcess ( string executionFile, string workingPath, string arguments, bool waitForExit, bool lowPriority ) : ExecuteResult | ||
executionFile | string | |
workingPath | string | |
arguments | string | |
waitForExit | bool | |
lowPriority | bool | |
리턴 | ExecuteResult |
public abstract GetRepositoryCommitedRevision ( ) : int | ||
리턴 | int |
protected static GetRepositoryRevision ( string binaryPath, string path, string arg ) : int | ||
binaryPath | string | |
path | string | |
arg | string | |
리턴 | int |
protected static OnErrorAdded ( string path, string error ) : void | ||
path | string | |
error | string | |
리턴 | void |
public abstract OpenChangeLogWindow ( bool updateRevisions ) : void | ||
updateRevisions | bool | |
리턴 | void |
public static ReadProcessOutput ( |
||
sfp | ||
리턴 | void |
public ScmRepository ( string scmtype, string path, PathType type ) : System | ||
scmtype | string | |
path | string | |
type | PathType | |
리턴 | System |
public static create ( string path ) : |
||
path | string | |
리턴 |