# # # patch "cmd_othervcs.cc" # from [efc569b31622fe4a754c87c1093cf88017442ffd] # to [d137a2a3670f9490cb22fb34afe5da07bca7634a] # ============================================================ --- cmd_othervcs.cc efc569b31622fe4a754c87c1093cf88017442ffd +++ cmd_othervcs.cc d137a2a3670f9490cb22fb34afe5da07bca7634a @@ -62,7 +62,7 @@ CMD(svn_import, N_("debug"), N_("[SVNDUM { system_path in_file = system_path(idx(args, 0)); - N(!file_exists(in_file), + N(file_exists(in_file), F("File %s does not exist.") % in_file); ifstream ifs(in_file.as_external().c_str());