Skip to content
Snippets Groups Projects
Commit d53129d3 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Output filenames when doing svn update.

parent 309ee636
No related branches found
No related tags found
No related merge requests found
......@@ -754,7 +754,7 @@ void SubversionPlugin::updateProject()
QStringList args(QLatin1String("update"));
args.push_back(QLatin1String(nonInteractiveOptionC));
args.append(topLevels);
runSvn(args, subversionLongTimeOut, false);
runSvn(args, subversionLongTimeOut, true);
}
void SubversionPlugin::annotateCurrentFile()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment