Re: [fossil-users] Problem with "fossil winsrv" (cont'd)

2012-06-06 Thread Richie Adler
Thomas Schnurrenberger decía, en el mensaje "Re: [fossil-users] Problem with "fossil winsrv" (cont'd)" del Miércoles, 06 de Junio de 2012 17:35:59: > On 06.06.2012 20:59, Marcelo wrote: >> >> What do you think of my proposed change? >> > I have committed a fix to the Fossil repository. > It can be

Re: [fossil-users] Specify network interface for Fossil server

2012-06-06 Thread Stephan Beal
On Thu, Jun 7, 2012 at 3:25 AM, Chen, Zon wrote: > ** ** ** > > If the PC its running on has 2 network cards (and thus has two IP > addresses), do I need to do something to tell Fossil serve its web > interface on one or the other? > > Or will it automatically serve on both networks? (this would b

[fossil-users] Specify network interface for Fossil server

2012-06-06 Thread Chen, Zon
Hi, just getting started with Fossil. At work we're running it using Fossil server . If the PC its running on has 2 network cards (and thus has two IP addresses), do I need to do something to tell Fossil serve its web interface on one or the other? Or will it automatically serve on both networ

Re: [fossil-users] Problem with "fossil winsrv" (cont'd)

2012-06-06 Thread Thomas Schnurrenberger
On 06.06.2012 20:59, Marcelo wrote: What do you think of my proposed change? I have committed a fix to the Fossil repository. It can be found in the branch "winsrv". Please try it out. -- tsbg ___ fossil-users mailing list fossil-users@lists.fossi

[fossil-users] fossil hosting althttpd xinetd stunnel IPv6

2012-06-06 Thread Thomas Stover
Being IPv6 world launch day[1], I thought I would share some quick config file lines that seemed to have taken an inordinate amount of time to arrive at. I'm on debian 6, which is important because from searching one can see that behavior moderately platform dependent, and documentation is in some

Re: [fossil-users] Problem with "fossil winsrv" (cont'd)

2012-06-06 Thread Marcelo
2012/6/6 Thomas Schnurrenberger : > Hi Marcelo > Could you please show the complete command line with all parameters > used? Are you executing the commands in an open checkout or not? Tested in an open checkout, with an already existing service with the default name "Fossil-DSCM": >fossil winsrv

[fossil-users] .fossil-settings should not be ignored

2012-06-06 Thread Noam Postavsky
A few times already I've forgotten to add files in .fossil-settings to the repository because they don't show up in extras. I guess this is because all files starting with "." are ignored as hidden files. Actually, I think ignoring ".*" shouldn't be the default, or if it is, it should show up in i

Re: [fossil-users] Problem with "fossil winsrv" (cont'd)

2012-06-06 Thread Thomas Schnurrenberger
Hi Marcelo * If I just do fossil winsrv create XXX the service gets created with the indicated name * If I add any parameters, it doesn't, trying instead of create the service with the default name (and failing if it already exists). Could you please show the complete command line with

Re: [fossil-users] send mail on checkin?

2012-06-06 Thread Jeremy Anderson
Thanks, Stephan. I guess I'll have to fiddle with figuring out how to authenticate a special user for our Sharepoint site's RSS reader (we don't want to reveal all our changes to the Internet - that would be showing far too much of our hand ;-) On Wed, Jun 6, 2012 at 2:12 AM, Stephan Beal wrote:

[fossil-users] Problem with "fossil winsrv" (cont'd)

2012-06-06 Thread Marcelo
Resent, my original response to my previous e-mail apparently didn't make it to the list. --- Adding to the previously indicated: 2012/6/5 Richie Adler : > When creating a new Fossil service, the command > >  fossil winsrv create Tickets ... > > doesn't create a service called "Tickets", but a se

Re: [fossil-users] Problem with "fossil winsrv"

2012-06-06 Thread Marcelo
Adding to the previously indicated: 2012/6/5 Richie Adler : > When creating a new Fossil service, the command > >  fossil winsrv create Tickets ... > > doesn't create a service called "Tickets", but a service called "Fossil-DSCM". > There's no way to change the low-level service name. This is not

Re: [fossil-users] Multi-line commit comments

2012-06-06 Thread Baruch Burstein
Thank you. On Wed, Jun 6, 2012 at 3:20 PM, Leo Razoumov wrote: > On Wed, Jun 6, 2012 at 7:59 AM, Baruch Burstein > wrote: > > How can I get multi-line comments in the timeline? I tried ``, > > double-enter (A.K.A blank line) , bullets (` * `). They all work when I > > press "preview" in the o

Re: [fossil-users] /info/... failure

2012-06-06 Thread Richard Hipp
On Wed, Jun 6, 2012 at 7:55 AM, Christopher Vance wrote: > I'm running fossil 1.22 on MacOS Lion. With a number of repositories, > but not all of them, I find the web ui does not allow access to > details of some checkins. (The use case is that I want to add the > ticket reference to the subject l

Re: [fossil-users] Multi-line commit comments

2012-06-06 Thread Leo Razoumov
On Wed, Jun 6, 2012 at 7:59 AM, Baruch Burstein wrote: > How can I get multi-line comments in the timeline? I tried ``, > double-enter (A.K.A blank line) , bullets (`  *  `). They all work when I > press "preview" in the online checkin editor screen, but don't display > correctly in the timeline.

[fossil-users] Multi-line commit comments

2012-06-06 Thread Baruch Burstein
How can I get multi-line comments in the timeline? I tried ``, double-enter (A.K.A blank line) , bullets (` * `). They all work when I press "preview" in the online checkin editor screen, but don't display correctly in the timeline. -- ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı

[fossil-users] /info/... failure

2012-06-06 Thread Christopher Vance
I'm running fossil 1.22 on MacOS Lion. With a number of repositories, but not all of them, I find the web ui does not allow access to details of some checkins. (The use case is that I want to add the ticket reference to the subject line because I forgot on commit.) The error I get in this case is a

Re: [fossil-users] send mail on checkin?

2012-06-06 Thread Stephan Beal
On Wed, Jun 6, 2012 at 10:00 AM, Jeremy Anderson wrote: > Thanks for the tip... although I'm curious now what security is applied to > the RSS feed. Can anyone view it, or can it be locked down? Which 'user' > controls access to it (i assume 'anonymous'?). >From rss.c: if( !g.perm.Read && !g.

Re: [fossil-users] send mail on checkin?

2012-06-06 Thread Jeremy Anderson
Thanks for the tip... although I'm curious now what security is applied to the RSS feed. Can anyone view it, or can it be locked down? Which 'user' controls access to it (i assume 'anonymous'?). On Tue, Jun 5, 2012 at 11:55 AM, Matt Welland wrote: > > > On Tue, Jun 5, 2012 at 11:39 AM, Jeremy An