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