Re: [fossil-users] cloning / opening fails on WinXP SP3

2013-06-17 Thread Stephan Beal
On Tue, Jun 18, 2013 at 3:22 AM, Stephan Beal wrote: > i can commit to preparing one this week, and can test i32 and x64 ubuntu. > More concretely... i haven't been able to sleep tonight (thanks to a valgrind warning ;) and will be taking most of the day off today, so i will be able to prepare o

Re: [fossil-users] cloning / opening fails on WinXP SP3

2013-06-17 Thread Stephan Beal
i can commit to preparing one this week, and can test i32 and x64 ubuntu. (sent from a mobile device - please excuse brevity, typos, and top-posting) - stephan beal http://wanderinghorse.net On Jun 18, 2013 2:15 AM, "Richard Hipp" wrote: > There is a fresh build of Fossil for windows at: > >

Re: [fossil-users] Windows newb questions

2013-06-17 Thread Pete Rihaczek
Hi Richard, > Help me to understand: Are you starting a new project? If you are > starting to work on an existing project, where did you get the files to > work on if you didn't do the "source control prep" first? > In order to test Fossil, I essentially did the following: 1) created a folder

Re: [fossil-users] cloning / opening fails on WinXP SP3

2013-06-17 Thread Richard Hipp
There is a fresh build of Fossil for windows at: http://www.fossil-scm.org/tmp/fossil-20130614-win.zip Please download that new version. Run "fossil rebuild" on the original repo. Then try to clone using the new version as both client and server. If you are still having problems after that,

Re: [fossil-users] Windows newb questions

2013-06-17 Thread Richard Hipp
On Mon, Jun 17, 2013 at 7:47 PM, Pete Rihaczek wrote: > > Some questions: > > 1) Coming from using Mercurial and Git, I'm using to firing up Visual > Studio and getting to work without any source control prep. > Help me to understand: Are you starting a new project? If you are starting to work

[fossil-users] Windows newb questions

2013-06-17 Thread Pete Rihaczek
Greetings All, We're looking at using Fossil due to its support for ticketing (among other things), and I'm the designated point man to figure it all out and teach the rest of the lazy SOBs -- I mean developer team -- how it all works. :) Looks like a very nice bit of work, from what I've seen so

Re: [fossil-users] Importing git copies and renames

2013-06-17 Thread Richard Hipp
On Mon, Jun 17, 2013 at 3:56 PM, Isaac Jurado wrote: > Hello, > > I finally came up with something to make import work with: > > git fast-export -M -C ... > > Below is the tentative patch that seems to work on my tests. The good > thing is that even though Fossil does not follows history acr

[fossil-users] Importing git copies and renames

2013-06-17 Thread Isaac Jurado
Hello, I finally came up with something to make import work with: git fast-export -M -C ... Below is the tentative patch that seems to work on my tests. The good thing is that even though Fossil does not follows history across renames, at least now the rename operation is visible and both s

Re: [fossil-users] cloning / opening fails on WinXP SP3

2013-06-17 Thread Joerg Sonnenberger
On Mon, Jun 17, 2013 at 04:40:09PM +0200, Michai Ramakers wrote: > On 17 June 2013 15:36, Richard Hipp wrote: > checksum mismatch on artifact 15: wanted > 91058d6d3dd1df16e04942a59bc970c7bcc04b61 but got > da39a3ee5e6b4b0d3255bfef95601890afd80709 That's an empty artifact. Joerg _

Re: [fossil-users] Fossil, proxies and SSL, revisited

2013-06-17 Thread Richard Hipp
On Mon, Jun 17, 2013 at 10:59 AM, Lluís Batlle i Rossell wrote: > On Mon, Jun 17, 2013 at 10:56:03AM -0400, Richard Hipp wrote: > > On Mon, Jun 17, 2013 at 10:48 AM, Brandon Invergo >wrote: > > > > > > > > However, when I attempt to sync my Fossil repositories, I receive the > > > following error

Re: [fossil-users] Fossil, proxies and SSL, revisited

2013-06-17 Thread Lluís Batlle i Rossell
On Mon, Jun 17, 2013 at 10:56:03AM -0400, Richard Hipp wrote: > On Mon, Jun 17, 2013 at 10:48 AM, Brandon Invergo wrote: > > > > > However, when I attempt to sync my Fossil repositories, I receive the > > following error: > > > > $ fossil sync https://user:p...@repos.invergo.net/reponame > >

Re: [fossil-users] Fossil, proxies and SSL, revisited

2013-06-17 Thread Richard Hipp
On Mon, Jun 17, 2013 at 10:48 AM, Brandon Invergo wrote: > > However, when I attempt to sync my Fossil repositories, I receive the > following error: > > $ fossil sync https://user:p...@repos.invergo.net/reponame > via proxy: http://proxy.company.com:8080 > fossil: server says: 503 Ser

[fossil-users] Fossil, proxies and SSL, revisited

2013-06-17 Thread Brandon Invergo
[sorry if this is received twice; I originally sent it before I received my list membership confirmation, so I think the original was discarded] Hello, I'm having problems syncing with my Fossil repositories via HTTPS from behind a proxy. I have searched the list archives and I saw a similar top

Re: [fossil-users] cloning / opening fails on WinXP SP3

2013-06-17 Thread Richard Hipp
On Mon, Jun 17, 2013 at 10:40 AM, Michai Ramakers wrote: > On 17 June 2013 15:36, Richard Hipp wrote: > > > >> 3) notice the cloned repo is too small; roughly 19 MB instead of > >> expected 311 MB as on the http host (this may be irrelevant - no > >> idea.) > > > > Where are you seeing this 311MB

Re: [fossil-users] cloning / opening fails on WinXP SP3

2013-06-17 Thread Michai Ramakers
On 17 June 2013 16:41, Eduardo Morras wrote: > > Did you rebuild after clone? Try fossil rebuild my_fossil.fossil --analyze > > Note that clone doesn't copy user information. I think, correct me if I'm > wrong, it doesn't copy information that can be rebuild from artifacts, like > indexes. Trie

Re: [fossil-users] cloning / opening fails on WinXP SP3

2013-06-17 Thread Michai Ramakers
On 17 June 2013 15:36, Richard Hipp wrote: > > Where are you seeing this 311MB number? See > http://www.fossil-scm.org/fossil/stat for the current repo size on the host. > Looks like 29MB. 19MB might be a reasonable clone. Just to clarify: I am not trying to clone the Fossil source repository,

Re: [fossil-users] cloning / opening fails on WinXP SP3

2013-06-17 Thread Eduardo Morras
On Mon, 17 Jun 2013 15:20:34 +0200 Michai Ramakers wrote: > Hello, > > this is the first time I try Fossil on a Win32 system, so I'm guessing > I do something wrong. Here is what I did, and what fails: > > 1) download fossil executable from fossil-scm.org; this is 1.25 [d2e07756d9] > 2) in dir

Re: [fossil-users] cloning / opening fails on WinXP SP3

2013-06-17 Thread Michai Ramakers
On 17 June 2013 15:36, Richard Hipp wrote: > >> 3) notice the cloned repo is too small; roughly 19 MB instead of >> expected 311 MB as on the http host (this may be irrelevant - no >> idea.) > > Where are you seeing this 311MB number? See > http://www.fossil-scm.org/fossil/stat for the current re

Re: [fossil-users] cloning / opening fails on WinXP SP3

2013-06-17 Thread Richard Hipp
On Mon, Jun 17, 2013 at 9:20 AM, Michai Ramakers wrote: > Hello, > > this is the first time I try Fossil on a Win32 system, so I'm guessing > I do something wrong. Here is what I did, and what fails: > > 1) download fossil executable from fossil-scm.org; this is 1.25 > [d2e07756d9] > 2) in dir '\s

[fossil-users] cloning / opening fails on WinXP SP3

2013-06-17 Thread Michai Ramakers
Hello, this is the first time I try Fossil on a Win32 system, so I'm guessing I do something wrong. Here is what I did, and what fails: 1) download fossil executable from fossil-scm.org; this is 1.25 [d2e07756d9] 2) in dir '\some_where\repo', clone http://michai@otherhost_on_lan/my_fossil my_foss