Try to fix update

This commit is contained in:
Andy Cedilnik 2003-02-12 13:43:15 -05:00
parent 8b1456e7fd
commit b7e2fe83f8
2 changed files with 5 additions and 2 deletions

View File

@ -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,

View File

@ -80,4 +80,8 @@ void updateProgress(const char *msg, float prog, void*)
{
std::cout << "-- " << msg << std::endl;
}
//else
//{
//std::cout << "-- " << msg << " " << prog << std::endl;
//}
}