Method | Description | |
---|---|---|
Add ( FilePath path, bool recurse, IProgressMonitor monitor ) : void | ||
Checkout ( string url, FilePath path, Revision rev, bool recurse, IProgressMonitor monitor ) : void | ||
Commit ( FilePath paths, string message, IProgressMonitor monitor ) : void | ||
Delete ( FilePath path, bool force, IProgressMonitor monitor ) : void | ||
GetAnnotations ( Repository repo, FilePath file, MonoDevelop.VersionControl.Subversion.SvnRevision revStart, MonoDevelop.VersionControl.Subversion.SvnRevision revEnd ) : Annotation[] |
Get annotations for a versioned file.
|
|
GetDirectoryVersionInfo ( Repository repo, FilePath sourcepath, bool getRemoteStatus, bool recursive ) : VersionInfo[] | ||
GetHistory ( Repository repo, FilePath sourcefile, Revision since ) : Revision[] | ||
GetTextAtRevision ( string repositoryPath, Revision revision, string rootPath ) : string | ||
GetTextBase ( string sourcefile ) : string | ||
GetUnifiedDiff ( FilePath path1, MonoDevelop.VersionControl.Subversion.SvnRevision revision1, FilePath path2, MonoDevelop.VersionControl.Subversion.SvnRevision revision2, bool recursive ) : string | ||
GetUnifiedDiff ( FilePath path, bool recursive, bool remoteDiff ) : string | ||
GetVersion ( ) : string | ||
GetVersionInfo ( Repository repo, FilePath localPath, bool getRemoteStatus ) : VersionInfo | ||
Ignore ( FilePath paths ) : void | ||
List ( FilePath path, bool recurse ) : IEnumerable |
||
List ( FilePath path, bool recurse, MonoDevelop.VersionControl.Subversion.SvnRevision rev ) : IEnumerable |
||
ListUrl ( string url, bool recurse ) : IEnumerable |
||
ListUrl ( string url, bool recurse, MonoDevelop.VersionControl.Subversion.SvnRevision rev ) : IEnumerable |
||
Lock ( IProgressMonitor monitor, string comment, bool stealLock ) : void | ||
Log ( Repository repo, FilePath path, MonoDevelop.VersionControl.Subversion.SvnRevision revisionStart, MonoDevelop.VersionControl.Subversion.SvnRevision revisionEnd ) : IEnumerable |
||
Mkdir ( string paths, string message, IProgressMonitor monitor ) : void | ||
Move ( FilePath srcPath, FilePath destPath, MonoDevelop.VersionControl.Subversion.SvnRevision rev, bool force, IProgressMonitor monitor ) : void | ||
Move ( FilePath srcPath, FilePath destPath, bool force, IProgressMonitor monitor ) : void | ||
Revert ( FilePath paths, bool recurse, IProgressMonitor monitor ) : void | ||
RevertRevision ( FilePath path, Revision revision, IProgressMonitor monitor ) : void | ||
RevertToRevision ( FilePath path, Revision revision, IProgressMonitor monitor ) : void | ||
Status ( Repository repo, FilePath path, MonoDevelop.VersionControl.Subversion.SvnRevision revision ) : IEnumerable |
||
Status ( Repository repo, FilePath path, MonoDevelop.VersionControl.Subversion.SvnRevision revision, bool descendDirs, bool changedItemsOnly, bool remoteStatus ) : IEnumerable |
||
Unignore ( FilePath paths ) : void | ||
Unlock ( IProgressMonitor monitor, bool breakLock ) : void | ||
Update ( FilePath path, bool recurse, IProgressMonitor monitor ) : void |
Method | Description | |
---|---|---|
GetSupportedOperations ( Repository repo, VersionInfo vinfo, VersionControlOperation defaultValue ) : VersionControlOperation | ||
SimpleAuthenticationPrompt ( string realm, bool may_save, string &user_name, string &password, bool &save ) : bool | ||
SslClientCertAuthenticationPrompt ( string realm, bool may_save, string &cert_file, bool &save ) : bool | ||
SslClientCertPwAuthenticationPrompt ( string realm, bool may_save, string &password, bool &save ) : bool | ||
SslServerTrustAuthenticationPrompt ( string realm, SslFailure failures, bool may_save, MonoDevelop.VersionControl.Subversion.CertficateInfo certInfo, SslFailure &accepted_failures, bool &save ) : bool | ||
UserNameAuthenticationPrompt ( string realm, bool may_save, string &user_name, bool &save ) : bool | ||
WorkingCopyFormatPrompt ( bool isOld, System.Action action ) : void |
Method | Description | |
---|---|---|
GetDirStatus ( Repository repo, FilePath localPath, bool getRemoteStatus ) : VersionInfo | ||
GetDirectoryDotSvn ( |
||
GetFileStatus ( Repository repo, FilePath sourcefile, bool getRemoteStatus ) : VersionInfo | ||
GetTextAtRevision ( string repositoryPath, Revision revision ) : string |
public abstract Add ( FilePath path, bool recurse, IProgressMonitor monitor ) : void | ||
path | FilePath | |
recurse | bool | |
monitor | IProgressMonitor | |
return | void |
public abstract Checkout ( string url, FilePath path, Revision rev, bool recurse, IProgressMonitor monitor ) : void | ||
url | string | |
path | FilePath | |
rev | Revision | |
recurse | bool | |
monitor | IProgressMonitor | |
return | void |
public abstract Commit ( FilePath paths, string message, IProgressMonitor monitor ) : void | ||
paths | FilePath | |
message | string | |
monitor | IProgressMonitor | |
return | void |
public abstract Delete ( FilePath path, bool force, IProgressMonitor monitor ) : void | ||
path | FilePath | |
force | bool | |
monitor | IProgressMonitor | |
return | void |
public GetAnnotations ( Repository repo, FilePath file, MonoDevelop.VersionControl.Subversion.SvnRevision revStart, MonoDevelop.VersionControl.Subversion.SvnRevision revEnd ) : Annotation[] | ||
repo | Repository | |
file | FilePath | |
revStart | MonoDevelop.VersionControl.Subversion.SvnRevision | |
revEnd | MonoDevelop.VersionControl.Subversion.SvnRevision | |
return | Annotation[] |
public GetDirectoryVersionInfo ( Repository repo, FilePath sourcepath, bool getRemoteStatus, bool recursive ) : VersionInfo[] | ||
repo | Repository | |
sourcepath | FilePath | |
getRemoteStatus | bool | |
recursive | bool | |
return | VersionInfo[] |
public GetHistory ( Repository repo, FilePath sourcefile, Revision since ) : Revision[] | ||
repo | Repository | |
sourcefile | FilePath | |
since | Revision | |
return | Revision[] |
protected GetSupportedOperations ( Repository repo, VersionInfo vinfo, VersionControlOperation defaultValue ) : VersionControlOperation | ||
repo | Repository | |
vinfo | VersionInfo | |
defaultValue | VersionControlOperation | |
return | VersionControlOperation |
public GetTextAtRevision ( string repositoryPath, Revision revision, string rootPath ) : string | ||
repositoryPath | string | |
revision | Revision | |
rootPath | string | |
return | string |
public abstract GetTextBase ( string sourcefile ) : string | ||
sourcefile | string | |
return | string |
public abstract GetUnifiedDiff ( FilePath path1, MonoDevelop.VersionControl.Subversion.SvnRevision revision1, FilePath path2, MonoDevelop.VersionControl.Subversion.SvnRevision revision2, bool recursive ) : string | ||
path1 | FilePath | |
revision1 | MonoDevelop.VersionControl.Subversion.SvnRevision | |
path2 | FilePath | |
revision2 | MonoDevelop.VersionControl.Subversion.SvnRevision | |
recursive | bool | |
return | string |
public GetUnifiedDiff ( FilePath path, bool recursive, bool remoteDiff ) : string | ||
path | FilePath | |
recursive | bool | |
remoteDiff | bool | |
return | string |
public GetVersionInfo ( Repository repo, FilePath localPath, bool getRemoteStatus ) : VersionInfo | ||
repo | Repository | |
localPath | FilePath | |
getRemoteStatus | bool | |
return | VersionInfo |
public abstract Ignore ( FilePath paths ) : void | ||
paths | FilePath | |
return | void |
public List ( FilePath path, bool recurse ) : IEnumerable |
||
path | FilePath | |
recurse | bool | |
return | IEnumerable |
public abstract List ( FilePath path, bool recurse, MonoDevelop.VersionControl.Subversion.SvnRevision rev ) : IEnumerable |
||
path | FilePath | |
recurse | bool | |
rev | MonoDevelop.VersionControl.Subversion.SvnRevision | |
return | IEnumerable |
public ListUrl ( string url, bool recurse ) : IEnumerable |
||
url | string | |
recurse | bool | |
return | IEnumerable |
public abstract ListUrl ( string url, bool recurse, MonoDevelop.VersionControl.Subversion.SvnRevision rev ) : IEnumerable |
||
url | string | |
recurse | bool | |
rev | MonoDevelop.VersionControl.Subversion.SvnRevision | |
return | IEnumerable |
public abstract Lock ( IProgressMonitor monitor, string comment, bool stealLock ) : void | ||
monitor | IProgressMonitor | |
comment | string | |
stealLock | bool | |
return | void |
public abstract Log ( Repository repo, FilePath path, MonoDevelop.VersionControl.Subversion.SvnRevision revisionStart, MonoDevelop.VersionControl.Subversion.SvnRevision revisionEnd ) : IEnumerable |
||
repo | Repository | |
path | FilePath | |
revisionStart | MonoDevelop.VersionControl.Subversion.SvnRevision | |
revisionEnd | MonoDevelop.VersionControl.Subversion.SvnRevision | |
return | IEnumerable |
public abstract Mkdir ( string paths, string message, IProgressMonitor monitor ) : void | ||
paths | string | |
message | string | |
monitor | IProgressMonitor | |
return | void |
public abstract Move ( FilePath srcPath, FilePath destPath, MonoDevelop.VersionControl.Subversion.SvnRevision rev, bool force, IProgressMonitor monitor ) : void | ||
srcPath | FilePath | |
destPath | FilePath | |
rev | MonoDevelop.VersionControl.Subversion.SvnRevision | |
force | bool | |
monitor | IProgressMonitor | |
return | void |
public Move ( FilePath srcPath, FilePath destPath, bool force, IProgressMonitor monitor ) : void | ||
srcPath | FilePath | |
destPath | FilePath | |
force | bool | |
monitor | IProgressMonitor | |
return | void |
public abstract Revert ( FilePath paths, bool recurse, IProgressMonitor monitor ) : void | ||
paths | FilePath | |
recurse | bool | |
monitor | IProgressMonitor | |
return | void |
public abstract RevertRevision ( FilePath path, Revision revision, IProgressMonitor monitor ) : void | ||
path | FilePath | |
revision | Revision | |
monitor | IProgressMonitor | |
return | void |
public abstract RevertToRevision ( FilePath path, Revision revision, IProgressMonitor monitor ) : void | ||
path | FilePath | |
revision | Revision | |
monitor | IProgressMonitor | |
return | void |
static protected SimpleAuthenticationPrompt ( string realm, bool may_save, string &user_name, string &password, bool &save ) : bool | ||
realm | string | |
may_save | bool | |
user_name | string | |
password | string | |
save | bool | |
return | bool |
static protected SslClientCertAuthenticationPrompt ( string realm, bool may_save, string &cert_file, bool &save ) : bool | ||
realm | string | |
may_save | bool | |
cert_file | string | |
save | bool | |
return | bool |
static protected SslClientCertPwAuthenticationPrompt ( string realm, bool may_save, string &password, bool &save ) : bool | ||
realm | string | |
may_save | bool | |
password | string | |
save | bool | |
return | bool |
static protected SslServerTrustAuthenticationPrompt ( string realm, SslFailure failures, bool may_save, MonoDevelop.VersionControl.Subversion.CertficateInfo certInfo, SslFailure &accepted_failures, bool &save ) : bool | ||
realm | string | |
failures | SslFailure | |
may_save | bool | |
certInfo | MonoDevelop.VersionControl.Subversion.CertficateInfo | |
accepted_failures | SslFailure | |
save | bool | |
return | bool |
public Status ( Repository repo, FilePath path, MonoDevelop.VersionControl.Subversion.SvnRevision revision ) : IEnumerable |
||
repo | Repository | |
path | FilePath | |
revision | MonoDevelop.VersionControl.Subversion.SvnRevision | |
return | IEnumerable |
public abstract Status ( Repository repo, FilePath path, MonoDevelop.VersionControl.Subversion.SvnRevision revision, bool descendDirs, bool changedItemsOnly, bool remoteStatus ) : IEnumerable |
||
repo | Repository | |
path | FilePath | |
revision | MonoDevelop.VersionControl.Subversion.SvnRevision | |
descendDirs | bool | |
changedItemsOnly | bool | |
remoteStatus | bool | |
return | IEnumerable |
public abstract Unignore ( FilePath paths ) : void | ||
paths | FilePath | |
return | void |
public abstract Unlock ( IProgressMonitor monitor, bool breakLock ) : void | ||
monitor | IProgressMonitor | |
breakLock | bool | |
return | void |
public abstract Update ( FilePath path, bool recurse, IProgressMonitor monitor ) : void | ||
path | FilePath | |
recurse | bool | |
monitor | IProgressMonitor | |
return | void |
static protected UserNameAuthenticationPrompt ( string realm, bool may_save, string &user_name, bool &save ) : bool | ||
realm | string | |
may_save | bool | |
user_name | string | |
save | bool | |
return | bool |
static protected WorkingCopyFormatPrompt ( bool isOld, System.Action action ) : void | ||
isOld | bool | |
action | System.Action | |
return | void |