Re: [fossil-users] Meta-enhancement

2018-06-27 Thread Richard Hipp
g feature requests to tickets and/or wiki? -- 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] Help with making a subroutine x-platform to windows

2018-06-27 Thread Richard Hipp
If anybody can suggest patches that will get this routine (https://fossil-scm.org/fossil/info/5e083abf6?ln=47) to compile and work on windows, that would really be helpful. Thanks. -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list

Re: [fossil-users] Patch: Enables integration of syntax highlighting systems

2018-06-28 Thread Richard Hipp
e "lua"). But then the syntax highlighting goes away if you select line numbering, no? -- 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] Patch: Enables integration of syntax highlighting systems

2018-06-28 Thread Richard Hipp
t would be simpler than IIRC prefixing each line with spaces > and > the number and then more spaces. Excellent. Please mail in your CLA when you get a chance. -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users@l

Re: [fossil-users] Embedded Documentation Force Trailing Slash?

2018-06-28 Thread Richard Hipp
27;t recall a way of making the /doc webpage do that. -- 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] smtp.c build failures

2018-06-28 Thread Richard Hipp
re make If you still get errors then, please let me know. But first, figure out what library OpenBSD wants to link against in order to pick up the DNS parsing routines. -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users@

Re: [fossil-users] smtp.c build failures

2018-06-28 Thread Richard Hipp
(sigh...) -- 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] smtp.c build failures

2018-06-28 Thread Richard Hipp
ite up a little subroutine to parse the binary DNS reply and extract the name of the MX host for us? -- 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] smtp.c build failures

2018-06-28 Thread Richard Hipp
On 6/28/18, Martin Gagnon wrote: > > To use the ns_* function, you needs to install libbind from packages: > pkg_add -r libbind. > I'm thinking I will probably end up having to write my own DNS query response parser.... -- D. Richard Hip

Re: [fossil-users] branch assistance needed

2018-07-03 Thread Richard Hipp
ve commits between branches (and to trunk, in my > case)? Cherry pick. > 2) how do I unfudge my current condition and get back to trunk? > There is a way to undo your fudge. But, since this comes up so rarely, there is not a convenient i

Re: [fossil-users] Feature slideshow on fossil homepage

2018-07-09 Thread Richard Hipp
omething like that on their own projects. Let's just not make that slide-show part of the default Fossil website. -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:80

Re: [fossil-users] /usr/bin/ld: cannot find -ldl

2018-07-12 Thread Richard Hipp
On 7/12/18, Jungle Boogie wrote: > > Any clues? Could you tell us what platform you are trying to compile on? -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/c

Re: [fossil-users] /usr/bin/ld: cannot find -ldl

2018-07-12 Thread Richard Hipp
On 7/12/18, Jungle Boogie wrote: > > openBSD -current x64 I don't have access to such a system for debugging purposes. Can you suggest a patch? -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users@lists.fossil-s

[fossil-users] Fossil in a chroot jail. Was: Chiselapp status

2018-07-13 Thread Richard Hipp
Linux, getloadavg() requires that /proc be mounted. So, if you want to use the rate limiting feature on Linux, you will need /proc mounted in your chroot jail. I wish there were a better way... -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailin

Re: [fossil-users] OT: security/entropy (was Re: New Fossil user experiences)

2018-07-14 Thread Richard Hipp
ewhat easier to define, since you get your choice of models. -- 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] Re-sync skins of remote repo

2018-07-15 Thread Richard Hipp
On 7/15/18, Jungle Boogie wrote: > Hi All, > > I'd like to know if there's a way to re-sync to the skin of a remote repo, fossil config pull skin -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users@lists.

Re: [fossil-users] Backup traffic

2018-07-20 Thread Richard Hipp
quot; are live repositories, that can be directly accessed (as https://www2.fossil-scm.org/ and httpss://www3.fossil-scm.org/site.cgi) so it is easy to verify that the backups are really happening and that they are correct. -- D. Richard Hipp d...@sqlite.org _

Re: [fossil-users] Backup traffic

2018-07-20 Thread Richard Hipp
On 7/20/18, John P. Rouillard wrote: > Does a clone/sync grab passwords and user accounts as well? I thought those > weren't copied in the clone but were private to the repository. If you have Admin or Setup privilege, you can do "fossil config sync user" -- D. Richard

Re: [fossil-users] Backup traffic

2018-07-21 Thread Richard Hipp
trunk. Please let me know if you find otherwise. -- 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] Delay with `fossil ui' (related to backoffice processing?)

2018-07-22 Thread Richard Hipp
e, if the subprocess gets involves in backoffice work, that can delay the return of content to the user. The only comes up on Windows. I do not yet have a good work-around. -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users@

Re: [fossil-users] Delay with `fossil ui' (related to backoffice processing?)

2018-07-22 Thread Richard Hipp
I do not have a SCGI webserver set up on windows with which to test that command so I implemented the fixes there without actually checking them. -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http:/

Re: [fossil-users] Delay with `fossil ui' (related to backoffice processing?)

2018-07-22 Thread Richard Hipp
ed? Everything is in flux right now. Let's iron out these details once I get everything actually working. There is a lot more to be done before we reach that point. -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users@lists

[fossil-users] About to merge the forum-v2 branch

2018-07-31 Thread Richard Hipp
ps://fossil-scm.org/forumtest1/forumpost/10fe5ccbc8 - please consider posting follow-ups there, as a test of the new forum system. If you encounter problems, reply to this legacy mailing list, or directly to me via private email. -- D. Richard Hipp d...@sqlite.org __

Re: [fossil-users] About to merge the forum-v2 branch

2018-07-31 Thread Richard Hipp
n audio challenge? This is an interesting problem, for which I do not have an immediately solution. There is no way to skip the captcha at this time. I will investigate further. Thanks for reporting the issue. -- D. Richard Hipp d...@sqlite.org ___ fos

Re: [fossil-users] About to merge the forum-v2 branch

2018-08-03 Thread Richard Hipp
l need to visit the website. I do not intend to accept forum traffic via inbound email, as that leads to many spam filtering problems that I do not want to have to deal with. -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-use

Re: [fossil-users] About to merge the forum-v2 branch

2018-08-03 Thread Richard Hipp
ebsite in order to *send* new messages. But if you are merely listening, your workflow does not change. -- 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/li

Re: [fossil-users] Theming in Fossil docs - edits

2018-08-03 Thread Richard Hipp
n my limited experience. I'm new > to the list so there could be some background I'm missing. > _______ > 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] Fossil's (lack of) use of the Ticket system

2018-08-03 Thread Richard Hipp
ck - it is important. I will deal with it as soon as I can. -- 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] Fossil's (lack of) use of the Ticket system

2018-08-03 Thread Richard Hipp
On 8/3/18, Stephan Beal wrote: > > i see that Richard just answered, so i'll stop there and see what he says I like Stephan's answer better than my own :-) -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-us

Re: [fossil-users] About to merge the forum-v2 branch

2018-08-03 Thread Richard Hipp
3 from the "pulling"? I was just waiting for you to contribute that code, Richie ;-) -- 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] About to merge the forum-v2 branch

2018-08-03 Thread Richard Hipp
On 8/3/18, Richard Hipp wrote: > On 8/3/18, Richie Adler wrote: >> El 03/08/2018 a las 11:13, Warren Young escribió: >> >>> The vast majority of mail users *do* go out and specifically pull >>> emails, >>> either via IMAP or by visiting a web mail inter

Re: [fossil-users] service instability

2018-08-04 Thread Richard Hipp
ear the problem, and there is no risk of data loss. -- 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] Why no EXE+DLL like SQLite?

2018-08-05 Thread Richard Hipp
ilding complex systems is to keep them as simple as possible. If you can omit a DLL/shared library and all the maintenance and interface design associated with it, then why wouldn't you? -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailin

Re: [fossil-users] Why no EXE+DLL like SQLite?

2018-08-05 Thread Richard Hipp
On 8/5/18, Gilles wrote: > 2. There's no maintained GUI for Fossil. I would argue that running "fossil ui" is your GUI. -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://li

Re: [fossil-users] strange delay and messages during `fossil (uv) sync'

2018-08-06 Thread Richard Hipp
olves the issue. -- 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] Error during commit

2018-08-06 Thread Richard Hipp
repository My guess is that you are probably overflowing a 32-bit integer someplace. If so, I fear that this will not be something easily fixed. -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http:/

Re: [fossil-users] Error during commit

2018-08-06 Thread Richard Hipp
is appropriate for storing gigabyte sized binary files. You should look into a centralized VCS such as subversion, methinks. -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.or

Re: [fossil-users] Error during commit

2018-08-06 Thread Richard Hipp
On 8/6/18, Richard Hipp wrote: > On 8/6/18, Philip Bennefall wrote: >> Do you have any recommendations for something we could try in order to >> get more information, or would you suggest that we switch to another >> DVCS if we need to store files of these sizes? > > R

Re: [fossil-users] Error during commit

2018-08-06 Thread Richard Hipp
e a large queue of other issues of relevance to far more users (ex: support for email alerts and forum) that need to be fixed first. -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm

Re: [fossil-users] The backoffice. Was: strange delay and messages during `fossil (uv) sync'

2018-08-06 Thread Richard Hipp
ary complexity. -- 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] The backoffice. Was: strange delay and messages during `fossil (uv) sync'

2018-08-07 Thread Richard Hipp
Please build the from the tip of the forum-v2 branch and let me know whether or not it is working for you. On 8/7/18, joerg van den hoff wrote: > > > On 07.08.18 00:36, Richard Hipp wrote: > > On 8/6/18, joerg van den hoff wrote: > >> question: the observation that

Re: [fossil-users] The backoffice. Was: strange delay and messages during `fossil (uv) sync'

2018-08-07 Thread Richard Hipp
for this, but I don't yet have a vision of how to do that. I'm in the process of writing a long post of the "forumtest1" site now that tries to discuss the problems and asks for ideas for a solution. I'll send follow-up email to this list when that post i

Re: [fossil-users] The backoffice. Was: strange delay and messages during `fossil (uv) sync'

2018-08-07 Thread Richard Hipp
forumpost/9ef9bd2d47 Please reply there. All suggestions are welcomed. -- 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] Who runs Fossil servers on Windows?

2018-08-07 Thread Richard Hipp
s, then I especially want to hear from you. Thanks. -- 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] This mailing list is now deprecated

2018-08-08 Thread Richard Hipp
mailing list sign-up. Please discontinue use of this mailing list except as an emergency back-up to the forum in case the forum stops working. If forum is not working, you can also send email directly to me. After we have shaken out the forum feature a little further, I will shut down this legacy

Re: [fossil-users] This mailing list is now deprecated

2018-08-08 Thread Richard Hipp
On 8/8/18, joerg van den hoff wrote: > > > On 08.08.18 14:40 , Richard Hipp wrote: >> Please discontinue use of this mailing list except as an emergency >> back-up to the forum in case the forum stops working. If forum is not >> working, you can also send email direct

Re: [fossil-users] This mailing list is now deprecated

2018-08-08 Thread Richard Hipp
to fill in the captcha. -- 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] Fossil update

2018-11-07 Thread Richard Hipp
nding those checkins do not exist. -- 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] Fossil update

2018-11-07 Thread Richard Hipp
SQLite Fossil repository (https://sqlite.org/src/timeline) you can see that both of those show all branches using color codes. I do not know what might be causing your problem. Can you provide an example? -- D. Richard Hipp d...@sqlite.org ___ fossil-u

Re: [fossil-users] Fossil CGI problem

2011-01-17 Thread Richard Hipp
sil just fine. I suppose the previous sentence depends on your definition of "non-parsed headers". The webserver at http://www.fossil-scm.org/ certainly does look at and parse the result it receives from CGI prior to relaying it back to the requester. -- D. R

Re: [fossil-users] is there a push/sync/commit hook for unit testing ?

2011-01-21 Thread Richard Hipp
AtUdAw5KEY > +RxvpjBYPGJgN5/t/qsBAI88VZhhgB87ouhpxBu6SKrV4FudV0qFWVzMsbxs/us4 > =jwW6 > -END PGP SIGNATURE- > ___ > fossil-users mailing list > fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- D. Richard

Re: [fossil-users] is there a push/sync/commit hook for unit testing ?

2011-01-21 Thread Richard Hipp
t in. But notice that we need a background process to accomplish this because we don't want the server response to be delayed while it sends the emails. This is all relatively easy to do on posix. Hints for doing it on windows will be appreciated. Though, I suppose I

Re: [fossil-users] is there a push/sync/commit hook for unit testing ?

2011-01-21 Thread Richard Hipp
can't return until the background thread completes. So you are deadlocked. > > On Fri, Jan 21, 2011 at 8:44 AM, Richard Hipp wrote: > > Actually, it would even be OK to kill the > > process when the DOS box is closed, as long as the process continues > running > >

Re: [fossil-users] error on push

2011-01-25 Thread Richard Hipp
> 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

Re: [fossil-users] cannot access baseline manifest

2011-01-25 Thread Richard Hipp
ck.wiki > > Regards, > Lluís. > ___ > 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

Re: [fossil-users] Tag names: permitted characters

2011-01-26 Thread Richard Hipp
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

Re: [fossil-users] Which port is a repository being served on?

2011-01-26 Thread Richard Hipp
#x27;t understand this question. Can you provide more detail about what you are asking? > > ___ > 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] Tag names: permitted characters

2011-01-26 Thread Richard Hipp
fossil checkout? I would rig it so that preexisting tags with invalid characters (say 0x19 and below) map those tags into new tags that simply omit the invalid characters. > > > On Wed, Jan 26, 2011 at 14:57, Richard Hipp wrote: > >> On Wed, Jan 26, 2011 at 8:39 AM, Da

Re: [fossil-users] fossil tag add TAGNAME CHECK-IN

2011-01-26 Thread Richard Hipp
l-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

Re: [fossil-users] fossil tag add TAGNAME CHECK-IN

2011-01-26 Thread Richard Hipp
> > > ___ > 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

Re: [fossil-users] "time skew" message now appearing

2011-01-26 Thread Richard Hipp
il-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

Re: [fossil-users] "time skew" message now appearing

2011-01-27 Thread Richard Hipp
On Thu, Jan 27, 2011 at 1:09 AM, Ivan Hamer wrote: > I also noticed the time skew problem when I quickly add, commit, then tag > the same file (from a script; not by hand). If interested, I can provide > more details to reproduce. > Yes please. That would be great. -- D. Ri

Re: [fossil-users] th1 purpose

2011-01-27 Thread Richard Hipp
age to use for SQLite testing on embedded platforms. But it was never used in that role. -- 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] "time skew" message now appearing

2011-01-27 Thread Richard Hipp
should solve your problem for now -- until you try your script on a machine that is so fast that it can do two commits within the same millisecond... > >> >> >> -- >> D. Richard Hipp >> d...@sqlite.org >> >> _

Re: [fossil-users] "time skew" message now appearing

2011-01-27 Thread Richard Hipp
o travel your network, then this should not be happening. Note that it is only a warning. You can ignore it if you like. -- 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] Placing timeline items on front page?

2011-01-27 Thread Richard Hipp
++LLSsNQ/5x33hwprefNs0BHI > =aGqr > -END PGP SIGNATURE- > ___ > 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.

Re: [fossil-users] $home, et al in headers and footers

2011-01-28 Thread Richard Hipp
@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] Thanks for dealing with this. Was: Symbolic links in Fossil

2011-01-28 Thread Richard Hipp
our capable hands and decline to participate in your deliberations. Peace. -- 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] how to bypass automatic .c-to-.h in fossil build?

2011-01-28 Thread Richard Hipp
ists.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

Re: [fossil-users] how to bypass automatic .c-to-.h in fossil build?

2011-01-28 Thread Richard Hipp
___ > 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

Re: [fossil-users] demo of jsonized timeline

2011-01-28 Thread Richard Hipp
On Fri, Jan 28, 2011 at 2:48 PM, Stephan Beal wrote: > > There are a couple of fixmes/todos: > > - output to cgi_printf() when in CGI mode. First need to find how to set > the response content type to application/json. > cgi_set_content_type("application/json&quo

Re: [fossil-users] demo of jsonized timeline

2011-01-28 Thread Richard Hipp
1, > 1, > 2455590.090254 > ] > ] > } > > How's that look? The indentation (or lack of) is configurable in cson, but > i haven't yet added a CLI/URL flag for it here. > > -- > - stephan beal > http://wanderinghor

Re: [fossil-users] "server error" when cloning a clone?

2011-01-28 Thread Richard Hipp
________ > 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

Re: [fossil-users] changing the submenu in View Ticket and Edit Ticket

2011-01-28 Thread Richard Hipp
ssil-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

Re: [fossil-users] Problem with repos shared over network

2011-01-31 Thread Richard Hipp
___ > 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

Re: [fossil-users] Problem with repos shared over network

2011-01-31 Thread Richard Hipp
ultiple clients use a single repository over a network filesystem will work, but you are likely to be more pleased with the performance by actually using a server. And, with the server approach and pushing and pulling, you get automatic backups. > > > On Mon, Jan 31, 2011 at 10:23 AM, R

Re: [fossil-users] Problem with repos shared over network

2011-01-31 Thread Richard Hipp
n a developer workstation and use it. The link above is the webserver that runs http://www.sqlite.org/ and http://www.fossil-scm.org/ - it can easily, easily handle the load of a department of developers and is really, really simple to set up and admin. In

Re: [fossil-users] is such a link possible in fossil?

2011-02-02 Thread Richard Hipp
replace their click handlers for all links > where href='wiki-'), but /raw is failing me. > > :-? > > -- > - stephan beal > http://wanderinghorse.net/home/stephan/ > > ___ > fossil-users mailing list >

Re: [fossil-users] possible? pushing from ui mode...

2011-02-03 Thread Richard Hipp
unning at a time. I've been wanting to do this for a while, but there are other priorities > > -- > - stephan beal > http://wanderinghorse.net/home/stephan/ > > ___ > fossil-users maili

[fossil-users] HTSQL for SQLite? Was: ticket lists over json working

2011-02-03 Thread Richard Hipp
f you could put the URL as an argument on the command-line rather than having to pipe it into standard input.) I'm not exactly sure what problem the above solves, but it seems interesting all the same. Please do not hesitate to expression confirming or contrary opinions... -- D. Richard

Re: [fossil-users] Private Repos

2011-02-06 Thread Richard Hipp
> PO Box 802, Labrador, Q 4215, Australia > tel: +61 (0)7 5668 3424 <+61756683424> web: refactor.com.au > ___ > fossil-users mailing list > fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/foss

Re: [fossil-users] Should cloning pull config as well?

2011-02-06 Thread Richard Hipp
A4An3H8F/71ap6GsZHHlQrOMqnEJ10o > =dhH8 > -END PGP SIGNATURE- > ___ > 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

Re: [fossil-users] GPG Signing Keys

2011-02-07 Thread Richard Hipp
ers@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

Re: [fossil-users] Ignore-glob Syncing/Cloning

2011-02-07 Thread Richard Hipp
t;. But it would be a simple change to add them to the list of settings that do propagate. > > > -- > Justin Mazzi > > ___ > fossil-users mailing list > fossil-users@lists.fossil-scm.org

[fossil-users] Fossil release pending.

2011-02-07 Thread Richard Hipp
fbea61caf0 despite considerable effort. The release checklist is at http://www.fossil-scm.org/fossil/doc/trunk/test/release-checklist.wiki -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.foss

Re: [fossil-users] Fossil release pending.

2011-02-07 Thread Richard Hipp
uot;clones" will lack a number of very basic > characteristics of their parent projects. > > I haven't even tried, in as much as you said that it works with the Fossil self-hosting repository. > Thanks. > > On 02/07/2011 04:55 PM, Richard Hipp wrote: > > I haven

Re: [fossil-users] Fossil release pending.

2011-02-07 Thread Richard Hipp
2011/2/7 Lluís Batlle i Rossell > On Mon, Feb 07, 2011 at 05:55:08PM -0500, Richard Hipp wrote: > > I haven't done an official build of Fossil on a long while. So I'll try > to > > do one on Wednesday. Please let me know if you see any serious problems >

Re: [fossil-users] How to contribute?

2011-02-08 Thread Richard Hipp
nowledge to do it. But I'd still appreciate any help and/or advice. > > ___ > 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...@sqli

Re: [fossil-users] re-thinking commit access to the main fossil repo...

2011-02-08 Thread Richard Hipp
ll imported content to be in a particular branch, or that make all the changes imported private (none-syncing) until audited and approved in some way. > > :-? > > -- > - stephan beal > http://wanderinghorse.net/home/stephan/ > > __

Re: [fossil-users] re-thinking commit access to the main fossil repo...

2011-02-08 Thread Richard Hipp
ations onto the end as to track the > change's full evolution. > > Maybe that's a bit beyond what is being considered here, and I don't > intend to press the issue, but since we're now considering adding in > this functionality that's similar to some of my own

Re: [fossil-users] re-thinking commit access to the main fossil repo...

2011-02-08 Thread Richard Hipp
ccurs. And, there is the undocumented --user-override option to the "commit" command that lets you specify any committer name you want. -- 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] Fossil release pending.

2011-02-09 Thread Richard Hipp
2011/2/9 Lluís Batlle i Rossell > On Mon, Feb 07, 2011 at 05:55:08PM -0500, Richard Hipp wrote: > > I haven't done an official build of Fossil on a long while. So I'll try > to > > do one on Wednesday. Please let me know if you see any serious problems > > wit

Re: [fossil-users] re-thinking commit access to the main fossil repo...

2011-02-09 Thread Richard Hipp
il-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

Re: [fossil-users] More on the delta/baseline problem synching

2011-02-10 Thread Richard Hipp
_________ > 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

Re: [fossil-users] More on the delta/baseline problem synching

2011-02-10 Thread Richard Hipp
hank you, > Lluís. > ___ > 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

Re: [fossil-users] branch vs tags when importing from git

2011-02-13 Thread Richard Hipp
repository, that will give me another example repository to work with. > > Thanks > > -- > Martin > ___ > fossil-users mailing list > fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.

Re: [fossil-users] branch vs tags when importing from git

2011-02-14 Thread Richard Hipp
> 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

Re: [fossil-users] branch vs tags when importing from git

2011-02-15 Thread Richard Hipp
On Sun, Feb 13, 2011 at 4:15 PM, Richard Hipp wrote: > > > On Sun, Feb 13, 2011 at 4:09 PM, Martin Gagnon wrote: > >> I've convert a git repository to fossil and I'm a bit confuse with my >> tags I had in git, the way they become in fossil. >> >>

Re: [fossil-users] Check-In info

2011-02-16 Thread Richard Hipp
-- > Justin Mazzi > > ___ > 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 __

Re: [fossil-users] Check-In info

2011-02-16 Thread Richard Hipp
; fossil diff a92874056e > fossil: file a92874056e does not exist in checkin: > > I'm looking for something that will show me the entire payload of a > checkin, much like `git show commit-id` > > > On Wed, Feb 16, 2011 at 8:14 AM, Richard Hipp wrote: > >> >>

<    2   3   4   5   6   7   8   9   10   11   >