C# Class MonoDevelop.VersionControl.Repository

Mostra file Open project: powerumc/monodevelop_korean Class Usage Examples

Private Properties

Property Type Description
AcquireLockForQuery RecursiveDirectoryInfoQuery
AddQuery void
AddRef void
RunQueries void
Unref void

Public Methods

Method 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

Protected Methods

Method 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

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

Method Details

Add() public method

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

CanMoveFilesFrom() public method

public CanMoveFilesFrom ( Repository srcRepository, FilePath localSrcPath, FilePath localDestPath ) : bool
srcRepository Repository
localSrcPath FilePath
localDestPath FilePath
return bool

Checkout() public method

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
return void

Checkout() public method

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

ClearCachedVersionInfo() public method

public ClearCachedVersionInfo ( ) : void
return void

Clone() public method

public Clone ( ) : Repository
return Repository

Commit() public method

public Commit ( MonoDevelop.VersionControl.ChangeSet changeSet, MonoDevelop.Core.ProgressMonitor monitor ) : void
changeSet MonoDevelop.VersionControl.ChangeSet
monitor MonoDevelop.Core.ProgressMonitor
return void

CopyConfigurationFrom() public method

public CopyConfigurationFrom ( Repository other ) : void
other Repository
return void

CreateChangeSet() public method

public CreateChangeSet ( FilePath basePath ) : MonoDevelop.VersionControl.ChangeSet
basePath FilePath
return MonoDevelop.VersionControl.ChangeSet

CreatePatch() public method

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

DeleteDirectories() public method

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

DeleteDirectory() public method

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

DeleteFile() public method

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

DeleteFiles() public method

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

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GenerateDiff() public method

public GenerateDiff ( FilePath baseLocalPath, MonoDevelop.VersionControl.VersionInfo versionInfo ) : DiffInfo
baseLocalPath FilePath
versionInfo MonoDevelop.VersionControl.VersionInfo
return DiffInfo

GenerateUnifiedDiffInfo() static protected method

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

GetAnnotations() public method

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 ///
return MonoDevelop.VersionControl.Annotation[]

GetBaseText() public abstract method

public abstract GetBaseText ( FilePath localFile ) : string
localFile FilePath
return string

GetDirectoryVersionInfo() public method

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

GetFileIsText() public method

public GetFileIsText ( FilePath path ) : bool
path FilePath
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetHistory() public method

public GetHistory ( FilePath localFile, MonoDevelop.VersionControl.Revision since ) : MonoDevelop.VersionControl.Revision[]
localFile FilePath
since MonoDevelop.VersionControl.Revision
return MonoDevelop.VersionControl.Revision[]

GetRevisionChanges() public method

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 ///
return MonoDevelop.VersionControl.RevisionPath[]

GetSupportedOperations() protected method

protected GetSupportedOperations ( MonoDevelop.VersionControl.VersionInfo vinfo ) : VersionControlOperation
vinfo MonoDevelop.VersionControl.VersionInfo
return VersionControlOperation

GetTextAtRevision() public method

public GetTextAtRevision ( FilePath repositoryPath, MonoDevelop.VersionControl.Revision revision ) : string
repositoryPath FilePath
revision MonoDevelop.VersionControl.Revision
return string

GetVersionInfo() public method

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. ///
return IEnumerable

GetVersionInfo() public method

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

Ignore() public method

public Ignore ( FilePath localPath ) : void
localPath FilePath
return void

Lock() public method

public Lock ( MonoDevelop.Core.ProgressMonitor monitor ) : void
monitor MonoDevelop.Core.ProgressMonitor
return void

MoveDirectory() public method

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

MoveFile() public method

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

NotifyFileChanged() public method

public NotifyFileChanged ( FilePath path ) : void
path FilePath
return void

OnAdd() protected abstract method

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

OnCheckout() protected abstract method

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
return void

OnCommit() protected abstract method

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

OnDeleteDirectories() protected abstract method

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

OnDeleteFiles() protected abstract method

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

OnGetDirectoryVersionInfo() protected abstract method

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

OnGetHistory() protected abstract method

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

OnGetRevisionChanges() protected abstract method

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 ///
return MonoDevelop.VersionControl.RevisionPath[]

OnGetTextAtRevision() protected abstract method

protected abstract OnGetTextAtRevision ( FilePath repositoryPath, MonoDevelop.VersionControl.Revision revision ) : string
repositoryPath FilePath
revision MonoDevelop.VersionControl.Revision
return string

OnGetVersionInfo() protected abstract method

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 ///
return IEnumerable

OnIgnore() protected abstract method

protected abstract OnIgnore ( FilePath localPath ) : void
localPath FilePath
return void

OnLock() protected method

protected OnLock ( MonoDevelop.Core.ProgressMonitor monitor ) : void
monitor MonoDevelop.Core.ProgressMonitor
return void

OnMoveDirectory() protected method

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

OnMoveFile() protected method

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

OnNotifyFileChanged() protected method

protected OnNotifyFileChanged ( FilePath path ) : void
path FilePath
return void

OnPublish() protected abstract method

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
return Repository

OnRevert() protected abstract method

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

OnRevertRevision() protected abstract method

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

OnRevertToRevision() protected abstract method

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

OnUnignore() protected abstract method

protected abstract OnUnignore ( FilePath localPath ) : void
localPath FilePath
return void

OnUnlock() protected method

protected OnUnlock ( MonoDevelop.Core.ProgressMonitor monitor ) : void
monitor MonoDevelop.Core.ProgressMonitor
return void

OnUpdate() protected abstract method

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

PathDiff() public method

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

PathDiff() public method

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

PathDiff() public method

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 ///
return MonoDevelop.VersionControl.DiffInfo[]

Publish() public method

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
return Repository

Repository() protected method

protected Repository ( ) : System
return System

Repository() protected method

protected Repository ( MonoDevelop.VersionControl.VersionControlSystem vcs ) : System
vcs MonoDevelop.VersionControl.VersionControlSystem
return System

RequestFileWritePermission() public method

public RequestFileWritePermission ( ) : bool
return bool

Revert() public method

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

RevertRevision() public method

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

RevertToRevision() public method

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

Unignore() public method

public Unignore ( FilePath localPath ) : void
localPath FilePath
return void

Unlock() public method

public Unlock ( MonoDevelop.Core.ProgressMonitor monitor ) : void
monitor MonoDevelop.Core.ProgressMonitor
return void

Update() public method

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