我正在尝试将现有的SCCS存储库转换为SVN格式,并且我一直在使用推荐的sccs2svn python脚本.但是,它似乎"修改"修订信息如下:
SCCS prt给出:
revision 5, date 5, author 5, comment 5 revision 4, date 4, author 4, comment 4 revision 3, date 3, author 3, comment 3 revision 2, date 2, author 2, comment 2 revision 1, date 1, author 1, comment 1
SVN日志给出:
revision 8, today's date, today's author, comment = 'Automated keyword replacement' revision 7, date 5, today's author, comment = 'Automated property set' revision 6, today's date, author 5, comment 5 revision 5, date 5, author …