[fossil-users] Partial clone/sync

2012-09-09 Thread Baruch Burstein
Would it be possible to do partial clones/syncs? It seems that by the
definition of a fossil repository this should be trivial (receiving
artifacts in any order). I am asking because It took me a few days to
successfully clone http://netbsd.sonnenberger.org/ on a bad connection. A
few times I had already gotten over 1GB, and it was all lost when the clone
couldn't be completed.

-- 
˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı
___
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] Partial clone/sync

2012-09-09 Thread Rene

On 2012-09-09 17:30, Baruch Burstein wrote:

Would it be possible to do partial clones/syncs? It seems that by the
definition of a fossil repository this should be trivial (receiving
artifacts in any order). I am asking because It took me a few days to
successfully clone http://netbsd.sonnenberger.org/ [1] on a bad
connection. A few times I had already gotten over 1GB, and it was all
lost when the clone couldn't be completed.

That is a big repository!
I don't think it is possible to have clone continue its operation where 
it was so rudely interrupted!

--
Rene
___
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] Partial clone/sync

2012-09-09 Thread Baruch Burstein
If a commit was run after every round-trip to the server, the artifacts
would be preserved, and only a rebuild would be needed to bring the
repository to a stable state (with potentially very large phantom/orphan
tables). A future sync/pull should in that case continue the operation
without a problem. All that needs to be done (if I am right) is to mark the
repository as mid-sync or some such, and on the next access either
continue the sync or force a rebuild.

On Sun, Sep 9, 2012 at 6:58 PM, Rene renew...@xs4all.nl wrote:

 On 2012-09-09 17:30, Baruch Burstein wrote:

 Would it be possible to do partial clones/syncs? It seems that by the
 definition of a fossil repository this should be trivial (receiving
 artifacts in any order). I am asking because It took me a few days to
 successfully clone 
 http://netbsd.sonnenberger.**org/http://netbsd.sonnenberger.org/[1] on a 
 bad

 connection. A few times I had already gotten over 1GB, and it was all
 lost when the clone couldn't be completed.

 That is a big repository!
 I don't think it is possible to have clone continue its operation where it
 was so rudely interrupted!
 --
 Rene
 __**_
 fossil-users mailing list
 fossil-users@lists.fossil-scm.**org fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:**8080/cgi-bin/mailman/listinfo/**fossil-usershttp://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users




-- 
˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı
___
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] Install from binary on Macbook Pro OSX

2012-09-09 Thread fossil . nrb
Hello,

Still no luck this end.  Report from our team member is as follows (as
unfortunately I do not have  a Macbook to test it on):

Unfortunately there is no change

 unknown-68-a8-6d-4a-bc-2e:Downloads philandrew$ sudo cp ~/Downloads/fossil
 /usr/local/bin
 Password:
 unknown-68-a8-6d-4a-bc-2e:Downloads philandrew$ ls /usr/local/bin
 fossil git-receive-pack git-upload-pack
 git git-shell gitk
 git-cvsserver git-upload-archive
 unknown-68-a8-6d-4a-bc-2e:Downloads philandrew$ fossil help
 dyld: Library not loaded: /opt/local/lib/libreadline.6.1.dylib
   Referenced from: /usr/local/bin/fossil
   Reason: image not found
 Trace/BPT trap: 5
 unknown-68-a8-6d-4a-bc-2e:Downloads philandrew$


What surprises me is that there is still a reference to the libreadline in
this error message.

Is there more detail I can give to make further checks.   The Macbook is a
private machine with a very generic and out of the box configuration.

BR/ Nigel


On 4 September 2012 18:52, Richard Hipp - d...@sqlite.org 
+fossil+nrb+4c1d029458.drh#sqlite@spamgourmet.com wrote:



 On Tue, Sep 4, 2012 at 1:45 PM, fossil@9ox.net wrote:

 Hello all,

 I have 'discovered' Fossil and am proposing to make use of it for a new
 project.

 (It is really great BTW.)

 One of the team members has a Mac, the others are on Ubuntu 12.04,
 including me.

 We have a problem running the downloaded binary for the Mac, from:

 http://www.fossil-scm.org/download.html

 at

 http://www.fossil-scm.org/download/fossil-macosx-x86-20120808112557.zip

 gives:

 $ fossil help
 dyld: Library not loaded: /opt/local/lib/libreadline.6.1.dylib
   Referenced from: /usr/local/bin/fossil
   Reason: image not found
 Trace/BPT trap: 5


 I uploaded a new build of this binary with the --disable-readline option
 on ./configure.  Please give it a try and let me know if it works any
 better for you.

 Or, just grab the source tarball and do the usual ./configure; make




 on:
 http://support.apple.com/kb/SP645?viewlocale=en_US

 Its not my Mac and I can't find an obvious way forward and cannot
 'experiment' with this machine.

 Any help on a way forward would be much appreciated.

 BR/ Nigel

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




 --
 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


___
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] Install from binary on Macbook Pro OSX

2012-09-09 Thread Martin Gagnon
On my Macbook pro running OSX 10.8, I have same problem with the binary
from download section of website, but I have XCodes and I've compile latest
version from trunk with no problem. And according to the ./configure, it
found readline.

If you want, I can send you this executable.. (if you trust me.. :-)

Here my ./configure and otools -L outputs:
-

$ ./configure
Host System...x86_64-apple-darwin12.1.0
Build System...x86_64-apple-darwin12.1.0
C compiler... cc -g -O2
C++ compiler... c++ -g -O2
Build C compiler...cc
Checking for stdlib.h...ok
Checking for uint32_t...ok
Checking for uint16_t...ok
Checking for int16_t...ok
Checking for uint8_t...ok
Checking for pread...ok
Checking for tclsh...ok
Checking for zlib.h...ok
Checking libs for inflateEnd...-lz
Checking for system ssl...ok
HTTP support enabled
Checking for readline/readline.h...ok
Checking libs for readline...-lreadline
Using readline for line editing
Checking libs for gethostbyname...none needed
Checking libs for socket...none needed
Checking for getpassphrase...not found
Checking libs for getpass...none needed
Created Makefile from Makefile.in
autoconfig.h is unchanged


$ otools -L fossil
fossil:
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.5)
/usr/lib/libssl.0.9.8.dylib (compatibility version 0.9.8, current version
47.0.0)
/usr/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current
version 47.0.0)
/usr/lib/libedit.3.dylib (compatibility version 2.0.0, current version
3.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version
169.3.0)

-- 
Martin G.



On Sun, Sep 9, 2012 at 1:45 PM, fossil@9ox.net wrote:

 Hello,

 Still no luck this end.  Report from our team member is as follows (as
 unfortunately I do not have  a Macbook to test it on):

 Unfortunately there is no change

 unknown-68-a8-6d-4a-bc-2e:Downloads philandrew$ sudo cp
 ~/Downloads/fossil /usr/local/bin
 Password:
 unknown-68-a8-6d-4a-bc-2e:Downloads philandrew$ ls /usr/local/bin
 fossil git-receive-pack git-upload-pack
 git git-shell gitk
 git-cvsserver git-upload-archive
 unknown-68-a8-6d-4a-bc-2e:Downloads philandrew$ fossil help
 dyld: Library not loaded: /opt/local/lib/libreadline.6.1.dylib
   Referenced from: /usr/local/bin/fossil
   Reason: image not found
 Trace/BPT trap: 5
 unknown-68-a8-6d-4a-bc-2e:Downloads philandrew$


 What surprises me is that there is still a reference to the libreadline in
 this error message.

 Is there more detail I can give to make further checks.   The Macbook is a
 private machine with a very generic and out of the box configuration.

 BR/ Nigel


 On 4 September 2012 18:52, Richard Hipp - d...@sqlite.org 
 +fossil+nrb+4c1d029458.drh#sqlite@spamgourmet.com wrote:



 On Tue, Sep 4, 2012 at 1:45 PM, fossil@9ox.net wrote:

 Hello all,

 I have 'discovered' Fossil and am proposing to make use of it for a new
 project.

 (It is really great BTW.)

 One of the team members has a Mac, the others are on Ubuntu 12.04,
 including me.

 We have a problem running the downloaded binary for the Mac, from:

 http://www.fossil-scm.org/download.html

 at

 http://www.fossil-scm.org/download/fossil-macosx-x86-20120808112557.zip

 gives:

 $ fossil help
 dyld: Library not loaded: /opt/local/lib/libreadline.6.1.dylib
   Referenced from: /usr/local/bin/fossil
   Reason: image not found
 Trace/BPT trap: 5


 I uploaded a new build of this binary with the --disable-readline option
 on ./configure.  Please give it a try and let me know if it works any
 better for you.

 Or, just grab the source tarball and do the usual ./configure; make




 on:
 http://support.apple.com/kb/SP645?viewlocale=en_US

 Its not my Mac and I can't find an obvious way forward and cannot
 'experiment' with this machine.

 Any help on a way forward would be much appreciated.

 BR/ Nigel

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




 --
 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



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


___
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] Install from binary on Macbook Pro OSX

2012-09-09 Thread Richard Hipp
I think I failed to upload the right file last time.  Please download and
try again.

The sha1sum for the download should be
7df301bcf70f4981e5e9b385da32957fc93ccc98

On Sun, Sep 9, 2012 at 1:45 PM, fossil@9ox.net wrote:

 Hello,

 Still no luck this end.  Report from our team member is as follows (as
 unfortunately I do not have  a Macbook to test it on):

 Unfortunately there is no change

 unknown-68-a8-6d-4a-bc-2e:Downloads philandrew$ sudo cp
 ~/Downloads/fossil /usr/local/bin
 Password:
 unknown-68-a8-6d-4a-bc-2e:Downloads philandrew$ ls /usr/local/bin
 fossil git-receive-pack git-upload-pack
 git git-shell gitk
 git-cvsserver git-upload-archive
 unknown-68-a8-6d-4a-bc-2e:Downloads philandrew$ fossil help
 dyld: Library not loaded: /opt/local/lib/libreadline.6.1.dylib
   Referenced from: /usr/local/bin/fossil
   Reason: image not found
 Trace/BPT trap: 5
 unknown-68-a8-6d-4a-bc-2e:Downloads philandrew$


I do this:

   otool -L




 What surprises me is that there is still a reference to the libreadline in
 this error message.

 Is there more detail I can give to make further checks.   The Macbook is a
 private machine with a very generic and out of the box configuration.

 BR/ Nigel


 On 4 September 2012 18:52, Richard Hipp - d...@sqlite.org 
 +fossil+nrb+4c1d029458.drh#sqlite@spamgourmet.com wrote:



 On Tue, Sep 4, 2012 at 1:45 PM, fossil@9ox.net wrote:

 Hello all,

 I have 'discovered' Fossil and am proposing to make use of it for a new
 project.

 (It is really great BTW.)

 One of the team members has a Mac, the others are on Ubuntu 12.04,
 including me.

 We have a problem running the downloaded binary for the Mac, from:

 http://www.fossil-scm.org/download.html

 at

 http://www.fossil-scm.org/download/fossil-macosx-x86-20120808112557.zip

 gives:

 $ fossil help
 dyld: Library not loaded: /opt/local/lib/libreadline.6.1.dylib
   Referenced from: /usr/local/bin/fossil
   Reason: image not found
 Trace/BPT trap: 5


 I uploaded a new build of this binary with the --disable-readline option
 on ./configure.  Please give it a try and let me know if it works any
 better for you.

 Or, just grab the source tarball and do the usual ./configure; make




 on:
 http://support.apple.com/kb/SP645?viewlocale=en_US

 Its not my Mac and I can't find an obvious way forward and cannot
 'experiment' with this machine.

 Any help on a way forward would be much appreciated.

 BR/ Nigel

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




 --
 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



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




-- 
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