Hello,

thank you for your feedback.

Here a short snippet from import.c:
""
1204:   /* version */
1205:   if( svn_read_rec(pIn, &rec)
1206:    && (zTemp = svn_find_header(rec, "SVN-fs-dump-format-version")) ){
1207:     ver = atoi(zTemp);
1208:     if( ver!=2 && ver!=3 ){
1209:       fossil_fatal("Unknown svn-dump format version: %d", ver);
1210:     }
1211:   }else{
1212:     fossil_fatal("Input is not an svn-dump!");
1213:   }
""

Version 3 dump file will passed without warning as input, if I have
understood correctly?

With best regards,
Kain

2015-03-23 22:26 GMT+01:00 Jan Nijtmans <jan.nijtm...@gmail.com>:
> 2015-03-20 16:55 GMT+01:00 Kain Abel <isoru...@gmail.com>:
>> I hope someone can reproduce this behavior:
>
> Yes, I can reproduce that.
>
> See:
> <https://svn.apache.org/repos/asf/subversion/branches/1.5.x/notes/dump-load-format.txt>
>
> The conclusion is that "fossil import --svn" only understands version 1 and 2
> from the svn dump-load-format, version 3 is not yet implemented.
>
> Regards,
>           Jan Nijtmans
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to