[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: statement aborts at 12: [INSERT INTO vacuum_db.'blob'
SELECT * FROM main.'blob';]
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 .git
552M.git

I'm running fossil 1.27, so I need an upgrade, but in the meantime
some hint at the problem?

Thanks,
Luca
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] problem migrating from git

2015-05-22 Thread Stephan Beal
On Fri, May 22, 2015 at 2:00 PM, Luca Ferrari  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 .git
> 552M.git
>
> I'm running fossil 1.27, so I need an upgrade, but in the meantime
> some hint at the problem?


IIRC (maybe wrong) there was a similar problem reported on the sqlite list
a couple months back, in which case it was likely solved by a newer sqlite.
As fossil always uses the latest sqlite (before those versions are even
released), please first try the latest fossil.

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


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
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] problem migrating from git

2015-05-22 Thread Richard Hipp
On 5/22/15, Joerg Sonnenberger  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 /sviluppo too. I forgot which one is
> actually used.
>

It's TMPDIR.  Or use SQLITE_TMPDIR as an alternative.  Either will work.

-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] problem migrating from git

2015-05-25 Thread Luca Ferrari
On Fri, May 22, 2015 at 3:15 PM, Richard Hipp  wrote:
> It's TMPDIR.  Or use SQLITE_TMPDIR as an alternative.  Either will work.

Confirm it worked on either the older version and the current version.

Thanks,
Luca
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users