C# Class MonoDevelop.VersionControl.Repository

Afficher le fichier Open project: powerumc/monodevelop_korean Class Usage Examples

Private Properties

Свойство Type Description
AcquireLockForQuery RecursiveDirectoryInfoQuery
AddQuery void
AddRef void
RunQueries void
Unref void

Méthodes publiques

Méthode Description
Add ( FilePath localPath, bool recurse, MonoDevelop.Core.ProgressMonitor monitor ) : void
CanMoveFilesFrom ( Repository srcRepository, FilePath localSrcPath, FilePath localDestPath ) : bool
Checkout ( FilePath targetLocalPath, MonoDevelop.VersionControl.Revision rev, bool recurse, MonoDevelop.Core.ProgressMonitor monitor ) : void
Checkout ( FilePath targetLocalPath, bool recurse, MonoDevelop.Core.ProgressMonitor monitor ) : void
ClearCachedVersionInfo ( ) : void
Clone ( ) : Repository
Commit ( MonoDevelop.VersionControl.ChangeSet changeSet, MonoDevelop.Core.ProgressMonitor monitor ) : void
CopyConfigurationFrom ( Repository other ) : void
CreateChangeSet ( FilePath basePath ) : MonoDevelop.VersionControl.ChangeSet
CreatePatch ( IEnumerable diffs ) : string

Creates a patch from a set of DiffInfos.

DeleteDirectories ( FilePath localPaths, bool force, MonoDevelop.Core.ProgressMonitor monitor, bool keepLocal = true ) : void
DeleteDirectory ( FilePath localPath, bool force, MonoDevelop.Core.ProgressMonitor monitor, bool keepLocal = true ) : void
DeleteFile ( FilePath localPath, bool force, MonoDevelop.Core.ProgressMonitor monitor, bool keepLocal = true ) : void
DeleteFiles ( FilePath localPaths, bool force, MonoDevelop.Core.ProgressMonitor monitor, bool keepLocal = true ) : void
Dispose ( ) : void
Equals ( object obj ) : bool
GenerateDiff ( FilePath baseLocalPath, MonoDevelop.VersionControl.VersionInfo versionInfo ) : DiffInfo
GetAnnotations ( FilePath repositoryPath, MonoDevelop.VersionControl.Revision since ) : MonoDevelop.VersionControl.Annotation[]

Retrieves annotations for a given path in the repository.

GetBaseText ( FilePath localFile ) : string
GetDirectoryVersionInfo ( FilePath localDirectory, bool getRemoteStatus, bool recursive ) : MonoDevelop.VersionControl.VersionInfo[]
GetFileIsText ( FilePath path ) : bool
GetHashCode ( ) : int
GetHistory ( FilePath localFile, MonoDevelop.VersionControl.Revision since ) : MonoDevelop.VersionControl.Revision[]
GetRevisionChanges ( MonoDevelop.VersionControl.Revision revision ) : MonoDevelop.VersionControl.RevisionPath[]

Returns the list of changes done in the given revision

GetTextAtRevision ( FilePath repositoryPath, MonoDevelop.VersionControl.Revision revision ) : string
GetVersionInfo ( IEnumerable paths, VersionInfoQueryFlags queryFlags = VersionInfoQueryFlags.None ) : IEnumerable

Returns the versioning status of a set of files or directories

GetVersionInfo ( FilePath localPath, VersionInfoQueryFlags queryFlags = VersionInfoQueryFlags.None ) : MonoDevelop.VersionControl.VersionInfo
Ignore ( FilePath localPath ) : void
Lock ( MonoDevelop.Core.ProgressMonitor monitor ) : void
MoveDirectory ( FilePath localSrcPath, FilePath localDestPath, bool force, MonoDevelop.Core.ProgressMonitor monitor ) : void
MoveFile ( FilePath localSrcPath, FilePath localDestPath, bool force, MonoDevelop.Core.ProgressMonitor monitor ) : void
NotifyFileChanged ( FilePath path ) : void
PathDiff ( MonoDevelop.VersionControl.ChangeSet cset, bool remoteDiff ) : MonoDevelop.VersionControl.DiffInfo[]
PathDiff ( FilePath baseLocalPath, FilePath localPaths, bool remoteDiff ) : MonoDevelop.VersionControl.DiffInfo[]
PathDiff ( FilePath localPath, MonoDevelop.VersionControl.Revision fromRevision, MonoDevelop.VersionControl.Revision toRevision ) : MonoDevelop.VersionControl.DiffInfo[]

Returns a recursive diff set for a revision range.

Publish ( string serverPath, FilePath localPath, FilePath files, string message, MonoDevelop.Core.ProgressMonitor monitor ) : Repository
RequestFileWritePermission ( ) : bool
Revert ( FilePath localPaths, bool recurse, MonoDevelop.Core.ProgressMonitor monitor ) : void
RevertRevision ( FilePath localPath, MonoDevelop.VersionControl.Revision revision, MonoDevelop.Core.ProgressMonitor monitor ) : void
RevertToRevision ( FilePath localPath, MonoDevelop.VersionControl.Revision revision, MonoDevelop.Core.ProgressMonitor monitor ) : void
Unignore ( FilePath localPath ) : void
Unlock ( MonoDevelop.Core.ProgressMonitor monitor ) : void
Update ( FilePath localPath, bool recurse, MonoDevelop.Core.ProgressMonitor monitor ) : void

Méthodes protégées

Méthode Description
GenerateUnifiedDiffInfo ( string diffContent, FilePath basePath, FilePath localPaths ) : MonoDevelop.VersionControl.DiffInfo[]
GetSupportedOperations ( MonoDevelop.VersionControl.VersionInfo vinfo ) : VersionControlOperation
OnAdd ( FilePath localPaths, bool recurse, MonoDevelop.Core.ProgressMonitor monitor ) : void
OnCheckout ( FilePath targetLocalPath, MonoDevelop.VersionControl.Revision rev, bool recurse, MonoDevelop.Core.ProgressMonitor monitor ) : void
OnCommit ( MonoDevelop.VersionControl.ChangeSet changeSet, MonoDevelop.Core.ProgressMonitor monitor ) : void
OnDeleteDirectories ( FilePath localPaths, bool force, MonoDevelop.Core.ProgressMonitor monitor, bool keepLocal ) : void
OnDeleteFiles ( FilePath localPaths, bool force, MonoDevelop.Core.ProgressMonitor monitor, bool keepLocal ) : void
OnGetDirectoryVersionInfo ( FilePath localDirectory, bool getRemoteStatus, bool recursive ) : MonoDevelop.VersionControl.VersionInfo[]
OnGetHistory ( FilePath localFile, MonoDevelop.VersionControl.Revision since ) : MonoDevelop.VersionControl.Revision[]
OnGetRevisionChanges ( MonoDevelop.VersionControl.Revision revision ) : MonoDevelop.VersionControl.RevisionPath[]

Returns the list of changes done in the given revision

OnGetTextAtRevision ( FilePath repositoryPath, MonoDevelop.VersionControl.Revision revision ) : string
OnGetVersionInfo ( IEnumerable paths, bool getRemoteStatus ) : IEnumerable

Returns the versioning status of a set of files or directories

This method must return a VersionInfo object for every path in the 'paths' argument.

OnIgnore ( FilePath localPath ) : void
OnLock ( MonoDevelop.Core.ProgressMonitor monitor ) : void
OnMoveDirectory ( FilePath localSrcPath, FilePath localDestPath, bool force, MonoDevelop.Core.ProgressMonitor monitor ) : void
OnMoveFile ( FilePath localSrcPath, FilePath localDestPath, bool force, MonoDevelop.Core.ProgressMonitor monitor ) : void
OnNotifyFileChanged ( FilePath path ) : void
OnPublish ( string serverPath, FilePath localPath, FilePath files, string message, MonoDevelop.Core.ProgressMonitor monitor ) : Repository
OnRevert ( FilePath localPaths, bool recurse, MonoDevelop.Core.ProgressMonitor monitor ) : void
OnRevertRevision ( FilePath localPath, MonoDevelop.VersionControl.Revision revision, MonoDevelop.Core.ProgressMonitor monitor ) : void
OnRevertToRevision ( FilePath localPath, MonoDevelop.VersionControl.Revision revision, MonoDevelop.Core.ProgressMonitor monitor ) : void
OnUnignore ( FilePath localPath ) : void
OnUnlock ( MonoDevelop.Core.ProgressMonitor monitor ) : void
OnUpdate ( FilePath localPaths, bool recurse, MonoDevelop.Core.ProgressMonitor monitor ) : void
Repository ( ) : System
Repository ( MonoDevelop.VersionControl.VersionControlSystem vcs ) : System

Private Methods

Méthode Description
AcquireLockForQuery ( FilePath path, bool getRemoteStatus ) : RecursiveDirectoryInfoQuery
AddQuery ( object query ) : void
AddRef ( ) : void
RunQueries ( object ob ) : void
Unref ( ) : void

Method Details

Add() public méthode

public Add ( FilePath localPath, bool recurse, MonoDevelop.Core.ProgressMonitor monitor ) : void
localPath FilePath
recurse bool
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

CanMoveFilesFrom() public méthode

public CanMoveFilesFrom ( Repository srcRepository, FilePath localSrcPath, FilePath localDestPath ) : bool
srcRepository Repository
localSrcPath FilePath
localDestPath FilePath
Résultat bool

Checkout() public méthode

public Checkout ( FilePath targetLocalPath, MonoDevelop.VersionControl.Revision rev, bool recurse, MonoDevelop.Core.ProgressMonitor monitor ) : void
targetLocalPath FilePath
rev MonoDevelop.VersionControl.Revision
recurse bool
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

Checkout() public méthode

public Checkout ( FilePath targetLocalPath, bool recurse, MonoDevelop.Core.ProgressMonitor monitor ) : void
targetLocalPath FilePath
recurse bool
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

ClearCachedVersionInfo() public méthode

public ClearCachedVersionInfo ( ) : void
Résultat void

Clone() public méthode

public Clone ( ) : Repository
Résultat Repository

Commit() public méthode

public Commit ( MonoDevelop.VersionControl.ChangeSet changeSet, MonoDevelop.Core.ProgressMonitor monitor ) : void
changeSet MonoDevelop.VersionControl.ChangeSet
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

CopyConfigurationFrom() public méthode

public CopyConfigurationFrom ( Repository other ) : void
other Repository
Résultat void

CreateChangeSet() public méthode

public CreateChangeSet ( FilePath basePath ) : MonoDevelop.VersionControl.ChangeSet
basePath FilePath
Résultat MonoDevelop.VersionControl.ChangeSet

CreatePatch() public méthode

Creates a patch from a set of DiffInfos.
public CreatePatch ( IEnumerable diffs ) : string
diffs IEnumerable
Résultat string

DeleteDirectories() public méthode

public DeleteDirectories ( FilePath localPaths, bool force, MonoDevelop.Core.ProgressMonitor monitor, bool keepLocal = true ) : void
localPaths FilePath
force bool
monitor MonoDevelop.Core.ProgressMonitor
keepLocal bool
Résultat void

DeleteDirectory() public méthode

public DeleteDirectory ( FilePath localPath, bool force, MonoDevelop.Core.ProgressMonitor monitor, bool keepLocal = true ) : void
localPath FilePath
force bool
monitor MonoDevelop.Core.ProgressMonitor
keepLocal bool
Résultat void

DeleteFile() public méthode

public DeleteFile ( FilePath localPath, bool force, MonoDevelop.Core.ProgressMonitor monitor, bool keepLocal = true ) : void
localPath FilePath
force bool
monitor MonoDevelop.Core.ProgressMonitor
keepLocal bool
Résultat void

DeleteFiles() public méthode

public DeleteFiles ( FilePath localPaths, bool force, MonoDevelop.Core.ProgressMonitor monitor, bool keepLocal = true ) : void
localPaths FilePath
force bool
monitor MonoDevelop.Core.ProgressMonitor
keepLocal bool
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GenerateDiff() public méthode

public GenerateDiff ( FilePath baseLocalPath, MonoDevelop.VersionControl.VersionInfo versionInfo ) : DiffInfo
baseLocalPath FilePath
versionInfo MonoDevelop.VersionControl.VersionInfo
Résultat DiffInfo

GenerateUnifiedDiffInfo() static protected méthode

static protected GenerateUnifiedDiffInfo ( string diffContent, FilePath basePath, FilePath localPaths ) : MonoDevelop.VersionControl.DiffInfo[]
diffContent string
basePath FilePath
localPaths FilePath
Résultat MonoDevelop.VersionControl.DiffInfo[]

GetAnnotations() public méthode

Retrieves annotations for a given path in the repository.
public GetAnnotations ( FilePath repositoryPath, MonoDevelop.VersionControl.Revision since ) : MonoDevelop.VersionControl.Annotation[]
repositoryPath FilePath /// A ///
since MonoDevelop.VersionControl.Revision /// A ///
Résultat MonoDevelop.VersionControl.Annotation[]

GetBaseText() public abstract méthode

public abstract GetBaseText ( FilePath localFile ) : string
localFile FilePath
Résultat string

GetDirectoryVersionInfo() public méthode

public GetDirectoryVersionInfo ( FilePath localDirectory, bool getRemoteStatus, bool recursive ) : MonoDevelop.VersionControl.VersionInfo[]
localDirectory FilePath
getRemoteStatus bool
recursive bool
Résultat MonoDevelop.VersionControl.VersionInfo[]

GetFileIsText() public méthode

public GetFileIsText ( FilePath path ) : bool
path FilePath
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetHistory() public méthode

public GetHistory ( FilePath localFile, MonoDevelop.VersionControl.Revision since ) : MonoDevelop.VersionControl.Revision[]
localFile FilePath
since MonoDevelop.VersionControl.Revision
Résultat MonoDevelop.VersionControl.Revision[]

GetRevisionChanges() public méthode

Returns the list of changes done in the given revision
public GetRevisionChanges ( MonoDevelop.VersionControl.Revision revision ) : MonoDevelop.VersionControl.RevisionPath[]
revision MonoDevelop.VersionControl.Revision /// A revision ///
Résultat MonoDevelop.VersionControl.RevisionPath[]

GetSupportedOperations() protected méthode

protected GetSupportedOperations ( MonoDevelop.VersionControl.VersionInfo vinfo ) : VersionControlOperation
vinfo MonoDevelop.VersionControl.VersionInfo
Résultat VersionControlOperation

GetTextAtRevision() public méthode

public GetTextAtRevision ( FilePath repositoryPath, MonoDevelop.VersionControl.Revision revision ) : string
repositoryPath FilePath
revision MonoDevelop.VersionControl.Revision
Résultat string

GetVersionInfo() public méthode

Returns the versioning status of a set of files or directories
public GetVersionInfo ( IEnumerable paths, VersionInfoQueryFlags queryFlags = VersionInfoQueryFlags.None ) : IEnumerable
paths IEnumerable /// A list of files or directories ///
queryFlags VersionInfoQueryFlags /// Use VersionInfoQueryFlags enum for options. ///
Résultat IEnumerable

GetVersionInfo() public méthode

public GetVersionInfo ( FilePath localPath, VersionInfoQueryFlags queryFlags = VersionInfoQueryFlags.None ) : MonoDevelop.VersionControl.VersionInfo
localPath FilePath
queryFlags VersionInfoQueryFlags
Résultat MonoDevelop.VersionControl.VersionInfo

Ignore() public méthode

public Ignore ( FilePath localPath ) : void
localPath FilePath
Résultat void

Lock() public méthode

public Lock ( MonoDevelop.Core.ProgressMonitor monitor ) : void
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

MoveDirectory() public méthode

public MoveDirectory ( FilePath localSrcPath, FilePath localDestPath, bool force, MonoDevelop.Core.ProgressMonitor monitor ) : void
localSrcPath FilePath
localDestPath FilePath
force bool
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

MoveFile() public méthode

public MoveFile ( FilePath localSrcPath, FilePath localDestPath, bool force, MonoDevelop.Core.ProgressMonitor monitor ) : void
localSrcPath FilePath
localDestPath FilePath
force bool
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

NotifyFileChanged() public méthode

public NotifyFileChanged ( FilePath path ) : void
path FilePath
Résultat void

OnAdd() protected abstract méthode

protected abstract OnAdd ( FilePath localPaths, bool recurse, MonoDevelop.Core.ProgressMonitor monitor ) : void
localPaths FilePath
recurse bool
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

OnCheckout() protected abstract méthode

protected abstract OnCheckout ( FilePath targetLocalPath, MonoDevelop.VersionControl.Revision rev, bool recurse, MonoDevelop.Core.ProgressMonitor monitor ) : void
targetLocalPath FilePath
rev MonoDevelop.VersionControl.Revision
recurse bool
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

OnCommit() protected abstract méthode

protected abstract OnCommit ( MonoDevelop.VersionControl.ChangeSet changeSet, MonoDevelop.Core.ProgressMonitor monitor ) : void
changeSet MonoDevelop.VersionControl.ChangeSet
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

OnDeleteDirectories() protected abstract méthode

protected abstract OnDeleteDirectories ( FilePath localPaths, bool force, MonoDevelop.Core.ProgressMonitor monitor, bool keepLocal ) : void
localPaths FilePath
force bool
monitor MonoDevelop.Core.ProgressMonitor
keepLocal bool
Résultat void

OnDeleteFiles() protected abstract méthode

protected abstract OnDeleteFiles ( FilePath localPaths, bool force, MonoDevelop.Core.ProgressMonitor monitor, bool keepLocal ) : void
localPaths FilePath
force bool
monitor MonoDevelop.Core.ProgressMonitor
keepLocal bool
Résultat void

OnGetDirectoryVersionInfo() protected abstract méthode

protected abstract OnGetDirectoryVersionInfo ( FilePath localDirectory, bool getRemoteStatus, bool recursive ) : MonoDevelop.VersionControl.VersionInfo[]
localDirectory FilePath
getRemoteStatus bool
recursive bool
Résultat MonoDevelop.VersionControl.VersionInfo[]

OnGetHistory() protected abstract méthode

protected abstract OnGetHistory ( FilePath localFile, MonoDevelop.VersionControl.Revision since ) : MonoDevelop.VersionControl.Revision[]
localFile FilePath
since MonoDevelop.VersionControl.Revision
Résultat MonoDevelop.VersionControl.Revision[]

OnGetRevisionChanges() protected abstract méthode

Returns the list of changes done in the given revision
protected abstract OnGetRevisionChanges ( MonoDevelop.VersionControl.Revision revision ) : MonoDevelop.VersionControl.RevisionPath[]
revision MonoDevelop.VersionControl.Revision /// A revision ///
Résultat MonoDevelop.VersionControl.RevisionPath[]

OnGetTextAtRevision() protected abstract méthode

protected abstract OnGetTextAtRevision ( FilePath repositoryPath, MonoDevelop.VersionControl.Revision revision ) : string
repositoryPath FilePath
revision MonoDevelop.VersionControl.Revision
Résultat string

OnGetVersionInfo() protected abstract méthode

Returns the versioning status of a set of files or directories
This method must return a VersionInfo object for every path in the 'paths' argument.
protected abstract OnGetVersionInfo ( IEnumerable paths, bool getRemoteStatus ) : IEnumerable
paths IEnumerable /// A list of files or directories ///
getRemoteStatus bool /// True if remote status information has to be included ///
Résultat IEnumerable

OnIgnore() protected abstract méthode

protected abstract OnIgnore ( FilePath localPath ) : void
localPath FilePath
Résultat void

OnLock() protected méthode

protected OnLock ( MonoDevelop.Core.ProgressMonitor monitor ) : void
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

OnMoveDirectory() protected méthode

protected OnMoveDirectory ( FilePath localSrcPath, FilePath localDestPath, bool force, MonoDevelop.Core.ProgressMonitor monitor ) : void
localSrcPath FilePath
localDestPath FilePath
force bool
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

OnMoveFile() protected méthode

protected OnMoveFile ( FilePath localSrcPath, FilePath localDestPath, bool force, MonoDevelop.Core.ProgressMonitor monitor ) : void
localSrcPath FilePath
localDestPath FilePath
force bool
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

OnNotifyFileChanged() protected méthode

protected OnNotifyFileChanged ( FilePath path ) : void
path FilePath
Résultat void

OnPublish() protected abstract méthode

protected abstract OnPublish ( string serverPath, FilePath localPath, FilePath files, string message, MonoDevelop.Core.ProgressMonitor monitor ) : Repository
serverPath string
localPath FilePath
files FilePath
message string
monitor MonoDevelop.Core.ProgressMonitor
Résultat Repository

OnRevert() protected abstract méthode

protected abstract OnRevert ( FilePath localPaths, bool recurse, MonoDevelop.Core.ProgressMonitor monitor ) : void
localPaths FilePath
recurse bool
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

OnRevertRevision() protected abstract méthode

protected abstract OnRevertRevision ( FilePath localPath, MonoDevelop.VersionControl.Revision revision, MonoDevelop.Core.ProgressMonitor monitor ) : void
localPath FilePath
revision MonoDevelop.VersionControl.Revision
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

OnRevertToRevision() protected abstract méthode

protected abstract OnRevertToRevision ( FilePath localPath, MonoDevelop.VersionControl.Revision revision, MonoDevelop.Core.ProgressMonitor monitor ) : void
localPath FilePath
revision MonoDevelop.VersionControl.Revision
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

OnUnignore() protected abstract méthode

protected abstract OnUnignore ( FilePath localPath ) : void
localPath FilePath
Résultat void

OnUnlock() protected méthode

protected OnUnlock ( MonoDevelop.Core.ProgressMonitor monitor ) : void
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

OnUpdate() protected abstract méthode

protected abstract OnUpdate ( FilePath localPaths, bool recurse, MonoDevelop.Core.ProgressMonitor monitor ) : void
localPaths FilePath
recurse bool
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

PathDiff() public méthode

public PathDiff ( MonoDevelop.VersionControl.ChangeSet cset, bool remoteDiff ) : MonoDevelop.VersionControl.DiffInfo[]
cset MonoDevelop.VersionControl.ChangeSet
remoteDiff bool
Résultat MonoDevelop.VersionControl.DiffInfo[]

PathDiff() public méthode

public PathDiff ( FilePath baseLocalPath, FilePath localPaths, bool remoteDiff ) : MonoDevelop.VersionControl.DiffInfo[]
baseLocalPath FilePath
localPaths FilePath
remoteDiff bool
Résultat MonoDevelop.VersionControl.DiffInfo[]

PathDiff() public méthode

Returns a recursive diff set for a revision range.
public PathDiff ( FilePath localPath, MonoDevelop.VersionControl.Revision fromRevision, MonoDevelop.VersionControl.Revision toRevision ) : MonoDevelop.VersionControl.DiffInfo[]
localPath FilePath /// A : A local file path to diff; /// directories will be diffed recursively. ///
fromRevision MonoDevelop.VersionControl.Revision /// A : The beginning revision ///
toRevision MonoDevelop.VersionControl.Revision /// A : The ending revision ///
Résultat MonoDevelop.VersionControl.DiffInfo[]

Publish() public méthode

public Publish ( string serverPath, FilePath localPath, FilePath files, string message, MonoDevelop.Core.ProgressMonitor monitor ) : Repository
serverPath string
localPath FilePath
files FilePath
message string
monitor MonoDevelop.Core.ProgressMonitor
Résultat Repository

Repository() protected méthode

protected Repository ( ) : System
Résultat System

Repository() protected méthode

protected Repository ( MonoDevelop.VersionControl.VersionControlSystem vcs ) : System
vcs MonoDevelop.VersionControl.VersionControlSystem
Résultat System

RequestFileWritePermission() public méthode

public RequestFileWritePermission ( ) : bool
Résultat bool

Revert() public méthode

public Revert ( FilePath localPaths, bool recurse, MonoDevelop.Core.ProgressMonitor monitor ) : void
localPaths FilePath
recurse bool
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

RevertRevision() public méthode

public RevertRevision ( FilePath localPath, MonoDevelop.VersionControl.Revision revision, MonoDevelop.Core.ProgressMonitor monitor ) : void
localPath FilePath
revision MonoDevelop.VersionControl.Revision
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

RevertToRevision() public méthode

public RevertToRevision ( FilePath localPath, MonoDevelop.VersionControl.Revision revision, MonoDevelop.Core.ProgressMonitor monitor ) : void
localPath FilePath
revision MonoDevelop.VersionControl.Revision
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

Unignore() public méthode

public Unignore ( FilePath localPath ) : void
localPath FilePath
Résultat void

Unlock() public méthode

public Unlock ( MonoDevelop.Core.ProgressMonitor monitor ) : void
monitor MonoDevelop.Core.ProgressMonitor
Résultat void

Update() public méthode

public Update ( FilePath localPath, bool recurse, MonoDevelop.Core.ProgressMonitor monitor ) : void
localPath FilePath
recurse bool
monitor MonoDevelop.Core.ProgressMonitor
Résultat void