cvs2svn changes 'date' string in source codes
问题 I converted two of our group's CVS repositories and loaded them into SVN. But I found some files are changed !!! for example, static char rcsid[] = "$Revision: 1.1.1.1 $$Date: 2007/06/25 16:56:59 $"; was changed to static char rcsid[] = "$Revision: 1.1.1.1 $$Date: 2007-06-25 16:56:59 $"; These are actual strings, not comments. (some other changed strings are in comments, which is OK). So why would cvs2svn would do that? and how to prevent from cvs2svn from doing it??? I added --keywords-off