C# 클래스 Mercurial.Versions.MercurialVersionPre18

상속: MercurialVersionBase
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
WaitForLocksToDissipate ( string repositoryPath ) : void

This method will wait for lingering POSIX-style file locks to dissipate before continuing, to get around problems with such locks in pre-1.8 Mercurial.

메소드 상세

WaitForLocksToDissipate() 공개 메소드

This method will wait for lingering POSIX-style file locks to dissipate before continuing, to get around problems with such locks in pre-1.8 Mercurial.
/// is null or empty. ///
public WaitForLocksToDissipate ( string repositoryPath ) : void
repositoryPath string /// The path to the repository that the locks exists in. ///
리턴 void