Re: [fossil-users] How to migrate up a directory.

2012-12-03 Thread Dmitry Chestnykh
On Mon, Dec 3, 2012 at 2:39 AM, K wrote: > I am using Xcode as my IDE at the moment, which produces a project.xcodeproj > file, and a projectsrc/ dir to contain source files. My .fossil is located in > the project dir alongside the project.xcodeproj file. The location of project.fossil file is

[fossil-users] [fossil ui]: connection failure at localhost

2012-12-03 Thread Erik Leunissen
L.S. When doing [fossil ui] on my system[*], I get the HTTP error: Firefox can't establish a connection to the server at localhost:8080 The reason for this is probably that the client attempts to connect to localhost, while the server is listening at (a hard coded?) 127.0.0.1. I think so b

Re: [fossil-users] [fossil ui]: connection failure at localhost

2012-12-03 Thread Erik Leunissen
On 03/12/12 12:54, Erik Leunissen wrote: When doing [fossil ui] on my system[*], I get the HTTP error: Correction in order to prevent distraction from the issue: this error has nothing to do with HTTP. Erik. ___

Re: [fossil-users] [1.24/Win] Adding files through *.html?

2012-12-03 Thread Gilles
On Thu, 29 Nov 2012 17:28:56 +0100, Gilles wrote: >I guess it's due to the shell, but does a Windows user know of a >work-around? Using the Fossil I compiled with MinGW, I noticed something strange: Running "fossil add" on a file that's already part of the repository, Fossil re-adds it: C:\Proje

Re: [fossil-users] [1.24/Win] Adding files through *.html?

2012-12-03 Thread Richard Hipp
On Mon, Dec 3, 2012 at 11:33 AM, Gilles wrote: > On Thu, 29 Nov 2012 17:28:56 +0100, Gilles > wrote: > >I guess it's due to the shell, but does a Windows user know of a > >work-around? > > Using the Fossil I compiled with MinGW, I noticed something strange: > Running "fossil add" on a file that'

[fossil-users] How to generate a ChangeLog document (FSF style)?

2012-12-03 Thread Erik Leunissen
For cvs and svn and maybe more, there exist tools to generate a ChangeLog from the repository. (For cvs it's a perl script called cvs2cl.pl .) Does fossil have a tool like that? Thanks, Erik. ___ fossil-users mailing list fossil-users@lists.fossil-s

Re: [fossil-users] [1.24/Win] Adding files through *.html?

2012-12-03 Thread Gilles
On Mon, 3 Dec 2012 11:45:08 -0500, Richard Hipp wrote: >> C:\Projects\Php\dummy>fossil ls >> [...] >> Php/dummy/test2.html >> >> C:\Projects\Php\dummy>fossil add *.html >> [...] >> ADDED Php/dummy/test2.html >> >> Is this standard? >> > >It is harmless. Good to know. Thank you.

Re: [fossil-users] How to generate a ChangeLog document (FSF style)?

2012-12-03 Thread Richard Hipp
On Mon, Dec 3, 2012 at 11:49 AM, Erik Leunissen wrote: > For cvs and svn and maybe more, there exist tools to generate a ChangeLog > from the repository. (For cvs it's a perl script called cvs2cl.pl .) > > Does fossil have a tool like that? > What information are you looking for in a ChangeLog th

[fossil-users] Discovering renamed files.

2012-12-03 Thread Derrick Moser
Hello everyone.  I am looking into updating Diffuse (http://diffuse.sourceforge.net/) to work with Fossil.  However, Fossil's behaviour with renamed files is causing some difficulties for me.  I want the tool to discover which files the user has modified, added, removed, or renamed in the worki

Re: [fossil-users] How to generate a ChangeLog document (FSF style)?

2012-12-03 Thread Erik Leunissen
On 03/12/12 17:58, Richard Hipp wrote: What information are you looking for in a ChangeLog that you do not get from the Fossil timeline? Especially a timeline with explicit from= and to= endpoint, for example: http://www.fossil-scm.org/fossil/timeline?from=release&to=trunk Maybe none a

Re: [fossil-users] How to generate a ChangeLog document (FSF style)?

2012-12-03 Thread Richard Hipp
On Mon, Dec 3, 2012 at 1:29 PM, Erik Leunissen wrote: > On 03/12/12 17:58, Richard Hipp wrote: > >> >> What information are you looking for in a ChangeLog that you do not get >> from the Fossil timeline? Especially a timeline with explicit from= and >> to= endpoint, for example: >> >> >> ht

Re: [fossil-users] How to generate a ChangeLog document (FSF style)?

2012-12-03 Thread j. v. d. hoff
... Maybe none at all. The graphic representation of the timeline in the web interface is really awesome, especially the explicit handling of branching/merging. ... one more (cosmetic) item for the wishlist: I would find it really helpful if the branch/merge information could (optionally o

Re: [fossil-users] How to generate a ChangeLog document (GNU/FSF style)?

2012-12-03 Thread Erik Leunissen
On 03/12/12 19:33, Richard Hipp wrote: Is the FSF format documented someplace? I'm not familiar with it. Well, here are some links to documentation. But I'm not so sure anymore whether "FSF" is the right thing to call them. While tracing relevant links for you (see below) I came across sev

Re: [fossil-users] [fossil ui]: connection failure at localhost

2012-12-03 Thread Christopher Vance
On 3 December 2012 22:54, Erik Leunissen wrote: > L.S. > > When doing [fossil ui] on my system[*], I get the HTTP error: > > Firefox can't establish a connection to the server at localhost:8080 > > The reason for this is probably that the client attempts to connect to > localhost, while the serv