forked from qt-creator/qt-creator
Utils: Add a WizardPage to show progress of a ShellCommand
Use the new page in favor of the CheckoutProgressWizardPage. Change-Id: I7801c146fa67d6fcf550616f3798a7a919aafb96 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -73,6 +73,10 @@ VcsCommand *CheckoutWizard::createCommand(Utils::FileName *checkoutDir)
|
||||
const Utils::FileName binary = settings.binaryPath();
|
||||
QStringList args;
|
||||
|
||||
// cwp->repository() contains the CVS module to check out only.
|
||||
// The CVSROOT (== actual repository) for that module is part of the CVS settings.
|
||||
// The checkout will always go into a new subfolder named after the CVS module.
|
||||
|
||||
const QString repository = cwp->repository();
|
||||
args << QLatin1String("checkout") << repository;
|
||||
const QString workingDirectory = cwp->path();
|
||||
|
||||
Reference in New Issue
Block a user