--- cvs2svn_lib/keyword_expander.py.orig 2014-09-27 21:24:47.211052450 -0400 +++ cvs2svn_lib/keyword_expander.py 2014-09-27 21:32:13.144528197 -0400 @@ -39,7 +39,7 @@ date_fmt_old = "%Y/%m/%d %H:%M:%S" # CVS 1.11, rcs date_fmt_new = "%Y-%m-%d %H:%M:%S" # CVS 1.12 - date_fmt = date_fmt_new + date_fmt = date_fmt_old @classmethod def use_old_date_format(klass):