forked from qt-creator/qt-creator
ClearCase: Add some documentation
Change-Id: I6493fa638f10fd961852102913c46c828fa55ee5 Reviewed-by: Knut Petter Svendsen <knutpett@pvv.org> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
19243163d4
commit
e3c6506ee6
@@ -210,6 +210,14 @@ bool ClearCasePlugin::isCheckInEditorOpen() const
|
||||
return !m_checkInMessageFileName.isEmpty();
|
||||
}
|
||||
|
||||
/*! Find top level for view that contains \a directory
|
||||
*
|
||||
* - Snapshot Views will have the CLEARCASE_ROOT_FILE (view.dat) in its top dir
|
||||
* - Dynamic views can either be
|
||||
* - M:/view_name,
|
||||
* - or mapped to a drive letter, like Z:/
|
||||
* (drive letters are just examples)
|
||||
*/
|
||||
QString ClearCasePlugin::findTopLevel(const QString &directory) const
|
||||
{
|
||||
// Snapshot view
|
||||
@@ -678,6 +686,12 @@ bool ClearCasePlugin::vcsUndoCheckOut(const QString &workingDir, const QString &
|
||||
return !response.error;
|
||||
}
|
||||
|
||||
|
||||
/*! Undo a hijacked file in a snapshot view
|
||||
*
|
||||
* Runs cleartool update -overwrite \a fileName in \a workingDir
|
||||
* if \a keep is true, renames hijacked files to <filename>.keep. Otherwise it is overwritten
|
||||
*/
|
||||
bool ClearCasePlugin::vcsUndoHijack(const QString &workingDir, const QString &fileName, bool keep)
|
||||
{
|
||||
if (ClearCase::Constants::debug)
|
||||
|
||||
Reference in New Issue
Block a user