Re: [fossil-users] Versioning without files

2011-01-14 Thread Stephan Beal
On Wed, Jan 12, 2011 at 11:57 AM, Stephan Beal wrote: > On Wed, Jan 12, 2011 at 8:54 AM, David Bovill wrote: > >> On 11 January 2011 21:45, Joerg Sonnenberger wrote: >> >>> There is libmj, which can be found in netpgp. It's less than 20KB in >>> size for both parser and writer. >>> >> ... >> > i

Re: [fossil-users] Fossil CGI problem

2011-01-14 Thread Laurens Van Houtven
If I'm reading src/http.c correctly, that basically only happens if iLength remains set to its original value of -1, so the response is probably accurate. My best guess is that it's either a Bauk bug or misconfiguration issue. Unfortunately I've never heard of Bauk, so I can't really help you there

Re: [fossil-users] Fossil skins: how to create your own?

2011-01-14 Thread Stephan Beal
On Fri, Jan 14, 2011 at 6:01 PM, David Bovill wrote: > I'm up and playing with Fossil - looking great so far. I'm going to > experiment with how far I can hack the look and feel of the wiki / server > output. > >- it looks like you can set up your won skins - but are fixed to the 3 >defau

[fossil-users] Fossil skins: how to create your own?

2011-01-14 Thread David Bovill
I'm up and playing with Fossil - looking great so far. I'm going to experiment with how far I can hack the look and feel of the wiki / server output. - it looks like you can set up your won skins - but are fixed to the 3 defaults. Can you add your own via the db? - with the header and css

Re: [fossil-users] possible mis-interaction between merge and stash?

2011-01-14 Thread Stephan Beal
On Fri, Jan 14, 2011 at 2:41 PM, Richard Hipp wrote: > I'll try to improve the situation moving forward. But to be honest, right > now I'm having a hard time trying to figure out what it should be doing in a > lot of these scenarios. > Indeed, a 'revert' put me back into a working state :). My

Re: [fossil-users] possible mis-interaction between merge and stash?

2011-01-14 Thread Richard Hipp
On Fri, Jan 14, 2011 at 5:00 AM, Stephan Beal wrote: > Hello everyone! > > i just came across a case which _might_ be a mis-interaction between merge > and stash (or it might be mis-use/mis-understanding on my part)... > > i had (again) and accidental fork and merged them... > > stephan@ostwald:~

Re: [fossil-users] DB Schema

2011-01-14 Thread David Bovill
On 14 January 2011 02:44, Richard Hipp wrote: > > On the homepage http://www.fossil-scm.org/ on the right-hand column is an > link for "Doc Index" which takes you to > http://www.fossil-scm.org/fossil/doc/trunk/www/permutedindex.wiki which is > a good place to go to look for information about Fos

Re: [fossil-users] Fossil CGI problem

2011-01-14 Thread Kulcsár Ferenc
You can access my host now: http://crusader.dyndns.info/fossil/proba1/index In mcedit each lines in the files are ended with ^M. Thanks. feri ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailm

Re: [fossil-users] Fossil CGI problem

2011-01-14 Thread Laurens Van Houtven
I do wonder why there aren't any newlines. Was that lost in the paste, or is that really what Bauk produces as a response? If my spec-memory is correct, HTTP defines a newline as a CR LF, there's supposed to be one after each header, and the request ends with a double newline. I can't see that in

Re: [fossil-users] Fossil CGI problem

2011-01-14 Thread Laurens Van Houtven
That hostname isn't supposed to be internet-accessible, is it? I've written an admittedly ad-hoc Twisted script which sort-of works (depending on versions, you might get a duplicate Content-Type, which, depending on browser (ie Chrome), may mean the CSS doesn't work). If you want, you can try that

[fossil-users] Fossil CGI problem

2011-01-14 Thread Kulcsár Ferenc
Hello, I'm trying to get fossil setup on a Linux box with Bauk webserver. It's partly successful. I can point to my repo and administer it. The checkout is failing: $ fossil clone http://archlap.aneder.hu/fossil/proba1 proba1.fossil --httptrace Bytes Cards Artifacts Delt

[fossil-users] Private branches and stash

2011-01-14 Thread Ramon Ribó
Hello, Currently, there are a couple of tools in fossil that are useful to store intermediate and private changes for one developer: "stash" and "commit --private" Both of these tools assume that the developer is going to work in a unique computer. Assuming the case that one develope

Re: [fossil-users] possible mis-interaction between merge and stash?

2011-01-14 Thread Stephan Beal
On Fri, Jan 14, 2011 at 11:00 AM, Stephan Beal wrote: > and now i seem to be stuck. > More attempts at recovery (just kind of randomly trying commands): stephan@ostwald:~/cvs/fossil/nosjob$ f checkout 3b4bf26af7 f: there are unsaved changes in the current checkout stephan@ostwald:~/cvs/fossil/no

[fossil-users] possible mis-interaction between merge and stash?

2011-01-14 Thread Stephan Beal
Hello everyone! i just came across a case which _might_ be a mis-interaction between merge and stash (or it might be mis-use/mis-understanding on my part)... i had (again) and accidental fork and merged them... stephan@ostwald:~/cvs/fossil/nosjob$ f merge c077876b0e UPDATE test.cpp stephan@ostwa