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

2011-02-04 Thread Stephan Beal
On Fri, Feb 4, 2011 at 8:08 AM, Gour g...@atmarama.net wrote: On Thu, 3 Feb 2011 23:43:58 -0500 Ron Wilson wrote: This would make report queries easier to write. Indeed. Indeed indeed. Only one tiny problem: To download the the source code, $ hg clone

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

2011-02-04 Thread Stephen De Gabrielle
It looks like most of the pieces are place, bar the Htsql(parser?). I like the ability to instrument fossil as shown on the Htsql site, - perhaps using http://www.simile-widgets.org/timeplot/ to track activity over time. But I don't think Htsql is a requirement for this, and extending the

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

2011-02-04 Thread Stephan Beal
On Fri, Feb 4, 2011 at 2:53 AM, Richard Hipp d...@sqlite.org wrote: I just ran across HTSQL (http://htsql.org/) a few moments ago. I haven't looked at it much, yet, but it seems like an intriguing idea. Suppose we did this: ... feature ideas snipped ... I'm not exactly sure what problem

[fossil-users] Deploying A Web Application with Fossil and FTP

2011-02-04 Thread Ondrej Nemecek
Hi to all, let say we have web site, which sources are managed using fossil. This web site is running on server and document root can be accessed via ftp. Is there some way to use fossil to deploy changed files to server? It meens to upload specified branch to server via ftp? If not, could be

Re: [fossil-users] Deploying A Web Application with Fossil and FTP

2011-02-04 Thread LluĂ­s Batlle i Rossell
On Fri, Feb 04, 2011 at 06:12:46PM +0100, Ondrej Nemecek wrote: Hi to all, let say we have web site, which sources are managed using fossil. This web site is running on server and document root can be accessed via ftp. Is there some way to use fossil to deploy changed files to server?

[fossil-users] Fossil http plugin Support

2011-02-04 Thread Louis Hoefler
Hello everyone. I am really impressed by fossil. I currently like it that much, I even organize my school and work stuff with it. Now my question: Has someone ever tried to implement some sort of plugin interface which allows to extend the http server? Like a generator for mathematical formula

Re: [fossil-users] Fossil http plugin Support

2011-02-04 Thread Stephen De Gabrielle
Do you mean like wiki-text into mathml ? On Friday, February 4, 2011, Louis Hoefler louis.hoef...@gmx.de wrote: Hello everyone. I am really impressed by fossil. I currently like it that much, I even organize my school and work stuff with it. Now my question: Has someone ever tried to

Re: [fossil-users] Deploying A Web Application with Fossil and FTP

2011-02-04 Thread Clark Christensen
I do this myself. I wrote a Perl program to take the output from fossil status, and deploy the files via copy (devtest Samba share as target) or FTP (production). It's pretty straightforward. I have an alias for it, so I just issue fsl-deploy dev or fsl-deploy prod. Just have to remember

Re: [fossil-users] Deploying A Web Application with Fossil and FTP

2011-02-04 Thread Joshua Paine
On 02/04/2011 04:11 PM, Ondrej Nemecek wrote: Is there some simple way to list files changed between two versions? Then can be upload procedure easily scripted (using common command-line ftp client). `fossil update -n VERSION` shows a list of file changes made when updating to VERSION from

Re: [fossil-users] Deploying A Web Application with Fossil and FTP

2011-02-04 Thread Ondrej Nemecek
It's good idea, bud I'd like to deploy any version of source tree independently of commit. Of cource - I must know the version on the server and I must deal with deleted files etc. Dne 4.2.2011 21:57, Clark Christensen napsal(a): I do this myself. I wrote a Perl program to take the output

[fossil-users] How to deal with ,,submodules''?

2011-02-04 Thread Ondrej Nemecek
Hi to all, I have in my project more subdirectories which contains independent code - libraries or independent modules for example. I consider to be nice to have this code in separated repositories. How do it? I tried to open more repositories at once time, but I got message /Already

Re: [fossil-users] Deploying A Web Application with Fossil and FTP

2011-02-04 Thread Brian Smith
For some personal sites, what I do is I actually have the fossil repo opened in the web directory. It's .htaccess'd off so that you can't get at it, even if you know it's there. Then, I've got a cronjob that once every 15 minutes does a 'fossil update release'. Where 'release' is just a tag that

Re: [fossil-users] Deploying A Web Application with Fossil and FTP

2011-02-04 Thread Mike Meyer
On Fri, 4 Feb 2011 13:44:18 -0800 Brian Smith br...@linuxfood.net wrote: For some personal sites, what I do is I actually have the fossil repo opened in the web directory. It's .htaccess'd off so that you can't get at it, even if you know it's there. Any particular reason to keep the repo in

Re: [fossil-users] Deploying A Web Application with Fossil and FTP

2011-02-04 Thread Ondrej Nemecek
Unfortunately I have no command line access on server and no chance to run cron jobs there :-( Dne 4.2.2011 22:44, Brian Smith napsal(a): For some personal sites, what I do is I actually have the fossil repo opened in the web directory. It's .htaccess'd off so that you can't get at it, even

Re: [fossil-users] How to deal with ,,submodules''?

2011-02-04 Thread Joshua Paine
I believe you can do it with a bit of a hack-around, but I'm not sure: In your existing repo, set the ignore-glob to ignore the not-yet-existing directory you're going to put the sub-repo in. fossil open the sub-repo in another dir outside of the existing tree. Move the sub-repo working copy

Re: [fossil-users] Deploying A Web Application with Fossil and FTP

2011-02-04 Thread Brian Smith
On Fri, Feb 4, 2011 at 2:40 PM, Mike Meyer mwm-keyword-fossil.1d1...@mired.org wrote: On Fri, 4 Feb 2011 13:44:18 -0800 Brian Smith br...@linuxfood.net wrote: For some personal sites, what I do is I actually have the fossil repo opened in the web directory. It's .htaccess'd off so that you

Re: [fossil-users] How to deal with ,,submodules''?

2011-02-04 Thread Ondrej Nemecek
Hi Joshua, i set ignore-glob and tested it: - It is possible to open repository out of tree and then move files and _FOSSIL_ file to desired directory in tree. It seems it is working, excepted autosync: /Autosync failed. Continue in spite of sync failure (y/N)?/ - It is possible to open

Re: [fossil-users] Deploying A Web Application with Fossil and FTP

2011-02-04 Thread Ron Wilson
On Fri, Feb 4, 2011 at 5:55 PM, Ondrej Nemecek ondrej.nemecek.news.fossil.us...@gmail.com wrote: Unfortunately I have no command line access on server and no chance to run cron jobs there :-( As long as your webserver file tree is a duplicate of your local staging file tree, then you could the

Re: [fossil-users] How to deal with ,,submodules''?

2011-02-04 Thread Ron Wilson
On Fri, Feb 4, 2011 at 7:01 PM, Ondrej Nemecek ondrej.nemecek.news.fossil.us...@gmail.com wrote: So there is only one possible solution - open and close repossitories as needed (top level repository and subrepositories). Have anybody better idea? If you are running on Linux, BSD or other Unix

Re: [fossil-users] value of a just added column

2011-02-04 Thread Joshua Paine
On 02/04/2011 08:01 PM, Ron Wilson wrote: I added a new column to my tickets table, one that I want to use in the WHERE clause of a SELECT. in SQL, anything = NULL is always false. Try where column_name is null -- Joshua Paine LetterBlock: Web applications built with joy