Try to fix update
This commit is contained in:
parent
8b1456e7fd
commit
b7e2fe83f8
@ -554,8 +554,7 @@ int cmCTest::UpdateDirectory()
|
|||||||
count ++;
|
count ++;
|
||||||
const char* file = line + 2;
|
const char* file = line + 2;
|
||||||
//std::cout << "Line" << cc << ": " << mod << " - " << file << std::endl;
|
//std::cout << "Line" << cc << ": " << mod << " - " << file << std::endl;
|
||||||
std::string logcommand = cvsCommand + " -z3 log -N " + file +
|
std::string logcommand = cvsCommand + " -z3 log -N " + file;
|
||||||
" " + extra_update_opts;
|
|
||||||
//std::cout << "Do log: " << logcommand << std::endl;
|
//std::cout << "Do log: " << logcommand << std::endl;
|
||||||
std::string output;
|
std::string output;
|
||||||
res = cmSystemTools::RunCommand(logcommand.c_str(), output,
|
res = cmSystemTools::RunCommand(logcommand.c_str(), output,
|
||||||
|
@ -80,4 +80,8 @@ void updateProgress(const char *msg, float prog, void*)
|
|||||||
{
|
{
|
||||||
std::cout << "-- " << msg << std::endl;
|
std::cout << "-- " << msg << std::endl;
|
||||||
}
|
}
|
||||||
|
//else
|
||||||
|
//{
|
||||||
|
//std::cout << "-- " << msg << " " << prog << std::endl;
|
||||||
|
//}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user