Re: [fossil-users] Problem Importing From Git

2013-07-19 Thread Isaac Jurado
On Fri, Jul 12, 2013 at 12:24 AM, Aaron W.Hsu arcf...@sacrideo.us wrote: I have a Git fast-export that comes in at around 322MB in size or thereabouts. I am running the Windows version of Fossil from 2013-06. I run the following from within PowerShell and get some funny output: C:\... git

Re: [fossil-users] Problem Importing From Git

2013-07-19 Thread Aaron W . Hsu
Dear Isaac: Thanks for helping me through this. In fact, your discussion below triggered the solution. It appears that I have been bitten by a PowerShell feature. Piping data is not the same as in UNIX. When piping, unkown objects are treated as text (at least in this case), and the text

Re: [fossil-users] Problem Importing From Git

2013-07-18 Thread Aaron W . Hsu
Dear Isaac: I’ve managed to figure out how to get some context and the like in Windows. There are a few lines that have this behavior, so below is the result of searching for these lines and getting 10 lines of context before and after each line: PS C:\... select-string -path exported.txt

Re: [fossil-users] Problem Importing From Git

2013-07-18 Thread Isaac Jurado
El 18/07/2013 20:53, Aaron W.Hsu arcf...@sacrideo.us escribió: [snip] I hope this helps! I am not sure which line contributes to the failed import. I forgot to ask earlier but, do you have non-latin filenames or some textual content. I'm asking because git generates octal escaped sequences

Re: [fossil-users] Problem Importing From Git

2013-07-18 Thread Aaron W . Hsu
Dear Isaac: Thanks for the response about non-latin filenames. To my knowledge, I do not have any non-latin filenames, but I do have extensive amounts of non-latin content. However, when it comes to the error with importing in Windows, I think that should not be the problem. The import works

[fossil-users] Problem Importing From Git

2013-07-11 Thread Aaron W . Hsu
I have a Git fast-export that comes in at around 322MB in size or thereabouts. I am running the Windows version of Fossil from 2013-06. I run the following from within PowerShell and get some funny output: C:\... git fast-export --all | fossil import --git blah.fossil ]ad fast-import line:

Re: [fossil-users] Problem Importing From Git

2013-07-11 Thread Aaron W . Hsu
I should note that in the problem listed below, that this does not happen when I use the Linux version. -- Aaron W. Hsu | arcf...@sacrideo.us | http://www.sacrideo.us From: Aaron W.Hsu Sent: ‎Thursday‎, ‎July‎ ‎11‎, ‎2013 ‎6‎:‎24‎ ‎PM To: fossil-users@lists.fossil-scm.org I have a Git

Re: [fossil-users] Problem Importing From Git

2013-07-11 Thread Isaac Jurado
El 12/07/2013 00:28, Aaron W.Hsu arcf...@sacrideo.us escribió: I have a Git fast-export that comes in at around 322MB in size or thereabouts. I am running the Windows version of Fossil from 2013-06. I run the following from within PowerShell and get some funny output: C:\... git fast-export

[fossil-users] problem importing from git

2011-06-29 Thread John Nowak
I am trying to import a very small git repository but I'm running into an error; I've no git branch named trunk if that makes a difference: $ git fast-export --full-tree --all | fossil import --git foo.fossil Rebuilding repository meta-data... 100.0% complete... Vacuuming... ok project-id:

Re: [fossil-users] problem importing from git

2011-06-29 Thread John Nowak
On Jun 29, 2011, at 3:53 AM, John Nowak wrote: $ fossil reconstruct foo.fossil . fossil: SQLITE_ERROR: table blob already exists fossil: table blob already exists Just realized I did this wrong. I'm new to fossil obviously. Still, deconstructing and then reconstructing results in the same

Re: [fossil-users] problem importing from git

2011-06-29 Thread Lluís Batlle i Rossell
On Wed, Jun 29, 2011 at 04:01:35AM -0400, John Nowak wrote: On Jun 29, 2011, at 3:53 AM, John Nowak wrote: $ fossil reconstruct foo.fossil . fossil: SQLITE_ERROR: table blob already exists fossil: table blob already exists Just realized I did this wrong. I'm new to fossil obviously.

Re: [fossil-users] problem importing from git

2011-06-29 Thread John Nowak
On Jun 29, 2011, at 4:11 AM, Lluís Batlle i Rossell wrote: On Wed, Jun 29, 2011 at 04:01:35AM -0400, John Nowak wrote: On Jun 29, 2011, at 3:53 AM, John Nowak wrote: $ fossil reconstruct foo.fossil . fossil: SQLITE_ERROR: table blob already exists fossil: table blob already exists Just

Re: [fossil-users] problem importing from git

2011-06-29 Thread Lluís Batlle i Rossell
On Wed, Jun 29, 2011 at 07:08:52AM -0400, John Nowak wrote: On Jun 29, 2011, at 4:11 AM, Lluís Batlle i Rossell wrote: On Wed, Jun 29, 2011 at 04:01:35AM -0400, John Nowak wrote: On Jun 29, 2011, at 3:53 AM, John Nowak wrote: $ fossil reconstruct foo.fossil . fossil: SQLITE_ERROR:

Re: [fossil-users] problem importing from git

2011-06-29 Thread Richard Hipp
On Wed, Jun 29, 2011 at 3:53 AM, John Nowak j...@johnnowak.com wrote: I am trying to import a very small git repository but I'm running into an error; I've no git branch named trunk if that makes a difference: $ git fast-export --full-tree --all | fossil import --git foo.fossil Rebuilding

Re: [fossil-users] problem importing from git

2011-06-29 Thread John Nowak
On Jun 29, 2011, at 8:37 AM, Lluís Batlle i Rossell wrote: What fossil version? This is fossil version [0448438c56] 2011-05-28 18:51:22 UTC ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] problem importing from git

2011-06-29 Thread John Nowak
On Jun 29, 2011, at 8:47 AM, Richard Hipp wrote: Try this: fossil open foo.fossil master No dice, even though I do have a branch named master as expected: $ fossil open foo.fossil master fossil: not a valid object name: master However, I was able to specify the only other