# # # patch "cvs_sync.cc" # from [2709956460ac900a91eaa6de43e9ab4201950028] # to [317fa8c36d6d299a8148a66491b08427620c65ce] # ============================================================ --- cvs_sync.cc 2709956460ac900a91eaa6de43e9ab4201950028 +++ cvs_sync.cc 317fa8c36d6d299a8148a66491b08427620c65ce @@ -1960,7 +1960,7 @@ void cvs_repository::migrate() std::string local_path=i->first; if (!local_path.empty() && local_path[local_path.size()-1]=='/') local_path.erase(local_path.size()-1,1); - print_attr(printer, i->first, domain+":path", i->second); + print_attr(printer, local_path, domain+":path", i->second); } } cvs_manifest m=get_files(*e);