Hi all, following up with my other question regarding backslashes in filenames, I now just removed that file in question and wanted to proceed with my svn->fossil conversion:
$ cd svn_working_copy $ fossil init myproject.fossil $ fossil open --keep myproject.fossil $ fossil addremove [...] added 37594 files, deleted 0 files $ fossil commit -m "initial check-in" New_Version: 9a156182450cc34c029fa7188a52ca9353c14525 fossil: working checkout does not match what would have ended up in the repository: 1f33a09ee09f1b7119df98602220236e versus e0cc08adcababdb04165688a01e702fc I even tried with $ fossil status --sha1sum before committing. Same result. How can I track down what's the issue here? Greetings, Stefan -- Stefan Bellon _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

