[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] branch colour

2011-06-29 Thread Steve Landers
On 29/06/2011, at 4:49 PM, Christopher Vance wrote: I've seen the --bgcolor option for 'fossil branch new', but was wondering if I can change the colour on an existing branch? Yep, via the web interface. Look for the Edit link. Oh, and g'day Chris, good to have you on board and fossilising

Re: [fossil-users] branch colour

2011-06-29 Thread Christopher Vance
Found it, thanks. Nice to hear from you again, Steve. On Wed, Jun 29, 2011 at 6:56 PM, Steve Landers st...@digitalsmarties.com wrote: On 29/06/2011, at 4:49 PM, Christopher Vance wrote: I've seen the --bgcolor option for 'fossil branch new', but was wondering if I can change the colour on an

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

Re: [fossil-users] Can't make gdiff work

2011-06-29 Thread Brian Cottingham
I installed openssl-devel and was able to successfully compile fossil in Cygwin with a simple make command, no Makefile modifications necessary. Would it be easy to add a check for openssl-devel to the build process to provide a more helpful error message than the compile error? On Tue, Jun 28,

Re: [fossil-users] Can't make gdiff work

2011-06-29 Thread Stephan Beal
On Wed, Jun 29, 2011 at 4:45 PM, Brian Cottingham spiffyt...@gmail.comwrote: Would it be easy to add a check for openssl-devel to the build process to provide a more helpful error message than the compile error? And what would the error be? It is not an error for SSL to be missing. It is an