The thing is that is works on many repos. Fossil and Tcl import just fine, but not Tk.
On 18/11/2012, Barak A. Pearlmutter <[email protected]> wrote: > I've never really played with this stuff myself, but I note that the > git repo being imported to is the same directory as the fossil > sandbox. I would have done it somewhere else: > > $ git init /tmp/tk-git > $ fossil export --git | (cd /tmp/tk-git && git fast-import) > > or even > > $ git init --bare /tmp/tk.git > $ fossil export --git | git --git-dir=/tmp/tk.git fast-import > > I just tried the later on my fossil fossil repo > > $ cd src/fossil > $ git init --bare /tmp/fossil.git > $ fossil export --git | git --git-dir=/tmp/fossil.git fast-import > > and it worked like a charm, all 193Mb. > > Could I ask you to try it this way and see if it still fails? > > --Barak. > -- > Barak A. Pearlmutter > Hamilton Institute & Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland > http://www.bcl.hamilton.ie/~barak/ > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

