On Thu, Jun 9, 2011 at 8:26 AM, Ben Summers <[email protected]> wrote:
> > 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 > If somebody can make available to me an example git repo for which --full-tree is required, I'll try to track down the bug. > > > -- > http://bens.me.uk/ > > > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

