On Thu, 19 Mar 2009 10:03:26 +0100, you wrote:

>Hi,
>
>I would use a binary (*.tgz) file in my repository. The file is near 20 MB.
>The first add is immediately. After changing the file, the commit takes
>nearly half an hour?
>
>Test case with file test/t.tgz:
>  fossil new t.fsl
>  cd test
>  fossil open ../t.fsl
>  fossil add t.tgz

The add command doesn't import t.tgz into the repository, it
just registers that it is one of the files to watch.
 
>  # change file t.tgz
>  fossil commit t.tgz  --> takes very long

Commit imports the file. This means a 20 MByte blob has to
be written in the repository, which is an sqlite database.
20 MByte is a lot of overflow pages...

>Regards,
>rene
-- 
  (  Kees Nuyt
  )
c[_]
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to