Alexander Vladimirov wrote:
> 
> I tried to convert my subversion repo to fossil today and encountered a
> problem.
> As I can tell, svn->git conversion went ok, as I don't see the problem in
> the resulting git repo itself.
> After doing "git fast-export --all | fossil import --git myrepo.fossil" and
> then doing "fossil open" on newly created repository i get an incomplete
> source tree, there are lot of files and directories missing, fossil ui also
> shows that these files are missing, so somehow they got lost during fossil
> import or git export process.
> How can I figure out what goes wrong?

There's a bug in there somewhere. Using the --full-tree option on the git 
export makes the import work correctly without missing files. See:

  http://bens.me.uk/2011/convert-simple-svn-to-fossil

Ben


--
http://bens.me.uk/



_______________________________________________
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