[fossil-users] problem migrating from git

2015-05-22 Thread Luca Ferrari
Hi all, today I tried to migrate one of my git repository to fossil, but I'm getting a disk full error that is unlikely to happen. % git fast-export --all | fossil import --git /sviluppo/fossil/myrepo.fossil Rebuilding repository meta-data... 100.0% complete... Vacuuming... SQLITE_FULL:

[fossil-users] questions about tickets

2015-05-22 Thread Luca Ferrari
Hi all, I'm just curious to know if there is a way to list open tickets from the command line, that would be useful for instance to see the ticket id to place in a commit message without using the ui. I don't believe the timeline is appropriate for this since it will all tickets, not only open

Re: [fossil-users] problem migrating from git

2015-05-22 Thread Joerg Sonnenberger
On Fri, May 22, 2015 at 02:00:41PM +0200, Luca Ferrari wrote: Hi all, today I tried to migrate one of my git repository to fossil, but I'm getting a disk full error that is unlikely to happen. Try with TMPDIR and TEMPDIR set to /sviluppo too. I forgot which one is actually used. Joerg

Re: [fossil-users] problem migrating from git

2015-05-22 Thread Stephan Beal
On Fri, May 22, 2015 at 2:00 PM, Luca Ferrari fluca1...@infinito.it wrote: SQLITE_FULL: statement aborts at 2: [VACUUM] database or disk is full fossil: database or disk is full: {VACUUM} % df -H | grep sviluppo /dev/sda6148G 114G 27G 81% /sviluppo [luca@lferrar3]% du -hs

Re: [fossil-users] problem migrating from git

2015-05-22 Thread Richard Hipp
On 5/22/15, Joerg Sonnenberger jo...@britannica.bec.de wrote: On Fri, May 22, 2015 at 02:00:41PM +0200, Luca Ferrari wrote: Hi all, today I tried to migrate one of my git repository to fossil, but I'm getting a disk full error that is unlikely to happen. Try with TMPDIR and TEMPDIR set to

Re: [fossil-users] questions about tickets

2015-05-22 Thread Ron W
On Fri, May 22, 2015 at 7:54 AM, Luca Ferrari fluca1...@infinito.it wrote: I'm just curious to know if there is a way to list open tickets from the command line, that would be useful for instance to see the ticket id to place in a commit message without using the ui. I don't believe the