Searched refs:determineVCSRoot (Results 1 – 4 of 4) sorted by relevance
41 …@EXPORT = qw(&chdirReturningRelativePath &determineSVNRoot &determineVCSRoot &isGit &isGitDir…160 sub determineVCSRoot() subroutine
126 my $topLevel = determineVCSRoot();
80 my $relativePath = chdirReturningRelativePath(determineVCSRoot());
776 and determineVCSRoot() to change directories to the root of the806 Implement VCSUtils::determineVCSRoot()814 (VCSUtils::EXPORT): Added &determineVCSRoot. Realphabetized.817 (VCSUtils::determineVCSRoot): Implemented using820 topLevelSourceDirectory() with determineVCSRoot(). Resorted