[fossil-users] Basic FossilHub functionality works

2011-03-28 Thread Bill Burdick
At this point, the repository also serves as a demo (that will probably change). You can see a basic timeline of the repositories the account is following (currently only one, but I'll add some more) if you click on the Demo Account link at the top of the home page. Here's the repository link:

Re: [fossil-users] Basic FossilHub functionality works

2011-03-28 Thread Alaric Snell-Pym
On 03/28/11 07:43, Bill Burdick wrote: In order to watch a repository, that repository has to a small (1K) HTML asset which provides access to the timeline feed (using HTML5's window.postMessage) -- this can just be attached to a wiki page; it doesn't have to be in a project branch. The main

[fossil-users] svn to fossil migration script

2011-03-28 Thread mightyhe
I followed someone's advice to pipe svn-fe's output into fossil's git importer, and the result is just awful. I blame svn-fe for not handling the standard svn repository layout properly. What I have are svn dump files, and lots of them. The steps I've found that will import all branches and

[fossil-users] Generated wiki links and name parameter?

2011-03-28 Thread Nolan Darilek
Why do Fossil-generated links to wiki pages include the ?name=pagename parameter when /wiki/pagename seems to work as well as /wiki?name=pagename? Thanks. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] Basic FossilHub functionality works

2011-03-28 Thread Bill Burdick
On Mon, Mar 28, 2011 at 10:24 AM, Stephan Beal sgb...@googlemail.comwrote: On Mon, Mar 28, 2011 at 8:43 AM, Bill Burdick bill.burd...@gmail.comwrote: This allows you to make a Fossil repository that functions as your account and register repositories with it that you are watching (I don't

[fossil-users] Moving multiple files

2011-03-28 Thread Louis Hoefler
Hello everyone, can fossil recognize moved files automatically? Thank you, Louis ___ 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] Hierarchy of tickets in fossil

2011-03-28 Thread Ron Wilson
On Sun, Mar 27, 2011 at 8:48 PM, v...@lavabit.com wrote: I know it's possible to create custom ticket reports, but reports are still flat lists, not hierarchies. Are there any plans to make ticket management easier in fossil, by making it possible to group them into trees Part of what you

Re: [fossil-users] Generated wiki links and name parameter?

2011-03-28 Thread Bill Burdick
/wiki/pagename does work just as well for wiki pages, but it doesn't handle attachments -- you could use a different URL prefix for that, if you wanted, like wiki-attachment. There's always a tradeoff between URL path components and named parameters; it's a matter of taste. Personally, I'd say

[fossil-users] File dates

2011-03-28 Thread Volodya Savastiouk
I've raised this issue before with little success, although a few people responded in support of the idea. The issue is the file dates being always today's date whenever one downloads a copy from the repository or simply opens a local copy. I'd really like to either see the file dates being

Re: [fossil-users] File dates

2011-03-28 Thread Ron Aaron
On 03/28/2011 08:17 PM, Volodya Savastiouk wrote: Does anybody else feel this is a useful feature/option? I do, yes. thanks for fossil, I love it! Me too! ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] File dates

2011-03-28 Thread Bill Burdick
On Mon, Mar 28, 2011 at 1:17 PM, Volodya Savastiouk volo...@io3.ca wrote: I've raised this issue before with little success, although a few people responded in support of the idea. The issue is the file dates being always today's date whenever one downloads a copy from the repository or

Re: [fossil-users] File dates

2011-03-28 Thread Joerg Sonnenberger
On Mon, Mar 28, 2011 at 02:17:10PM -0400, Volodya Savastiouk wrote: The issue is the file dates being always today's date whenever one downloads a copy from the repository or simply opens a local copy. This was discussed a while ago and I think the agreement was: (1) Initial open may use the

[fossil-users] fossil add somefile.rs = Error

2011-03-28 Thread sky5walk
Hi, I get the following error attempting to add a file with the Ampersand() in the file extension. Fossil wrote: 's' is not recognized as an internal or external command, operable program or batch file. Please advise, Steve ___ fossil-users mailing list

Re: [fossil-users] fossil add somefile.rs = Error

2011-03-28 Thread Lluís Batlle i Rossell
On Mon, Mar 28, 2011 at 04:33:04PM -0400, sky5w...@gmail.com wrote: Hi, I get the following error attempting to add a file with the Ampersand() in the file extension. Fossil wrote: 's' is not recognized as an internal or external command, operable program or batch file. Isn't it your shell,

Re: [fossil-users] fossil add somefile.rs = Error

2011-03-28 Thread Stephan Beal
On Mon, Mar 28, 2011 at 10:33 PM, sky5w...@gmail.com wrote: Hi, I get the following error attempting to add a file with the Ampersand() in the file extension. Fossil wrote: 's' is not recognized as an internal or external command, operable program or batch file That message comes from

Re: [fossil-users] fossil add somefile.rs = Error

2011-03-28 Thread Joshua Paine
On 03/28/2011 04:33 PM, sky5walk wrote: I get the following error attempting to add a file with the Ampersand() in the file extension. Try with single or double quotes around the file name. -- Joshua Paine LetterBlock: Web applications built with joy http://letterblock.com/ 301-576-1920

Re: [fossil-users] fossil add somefile.rs = Error

2011-03-28 Thread sky5walk
DOH! fossil add somefile.rs does the trick. This shows how little I am in shell land. :(( Thanks, Steve On Mon, Mar 28, 2011 at 4:36 PM, Stephan Beal sgb...@googlemail.com wrote: On Mon, Mar 28, 2011 at 10:33 PM, sky5w...@gmail.com wrote: Hi, I get the following error attempting to add a

Re: [fossil-users] fossil add somefile.rs = Error

2011-03-28 Thread Stephan Beal
On Mon, Mar 28, 2011 at 10:36 PM, Stephan Beal sgb...@googlemail.comwrote: The simplest workaround is to quote the filename: fossil add 'somefile.rs' That said, special characters in filenames (spaces, quotation marks, and the like) often cause more grief than simply renaming the files. Lots

Re: [fossil-users] Fossil social networking

2011-03-28 Thread Remigiusz Modrzejewski
On Mar 22, 2011, at 21:55 , Ron Wilson wrote: Some have already critisized Fossil for including issue tracking and wiki fuctionality, Right now, I think the synergy of the 3 core functions is great. I do not see sufficient increase in synergy by adding other major functions directly to

Re: [fossil-users] fossil add somefile.rs = Error

2011-03-28 Thread Venkat Iyer
put the filename in quotes. -Original Message- From: Lluís Batlle i Rossell virik...@gmail.com Sent: Monday, March 28, 2011 22:36:10 Subject: Re: [fossil-users] fossil add somefile.rs = Error On Mon, Mar 28, 2011 at 04:33:04PM -0400, sky5w...@gmail.com wrote: Hi, I get the following

[fossil-users] Cloning question

2011-03-28 Thread Tony Perovic
Q: Does cloning (or sync or push or pull) work with CGI? If Fossil server is running on my server: Fossil open myrepo.fossil Fossil server Then cloning works as expected: Fossil clone http://myserver:8080/ mycopy.fossil However, I've got multiple

Re: [fossil-users] Fossil social networking

2011-03-28 Thread Bill Burdick
On Tue, Mar 22, 2011 at 3:55 PM, Ron Wilson ronw.m...@gmail.com wrote: On Tue, Mar 22, 2011 at 3:28 PM, Bill Burdick bill.burd...@gmail.com wrote: Has anyone talked about adding Github-like social networking to Fossil? Just as github is a serperate project built on top of git, any Fossil

Re: [fossil-users] Cloning question

2011-03-28 Thread Ron Wilson
On Mon, Mar 28, 2011 at 5:52 PM, Tony Perovic tpero...@compumation.comwrote: Q: Does cloning (or sync or push or pull) work with CGI? There is a discussion of this in the Fossil documentation describing ways to do this. As far as I know, this should work on IIS, but I have no experience

Re: [fossil-users] File dates

2011-03-28 Thread Volodya Savastiouk
On 2:59 PM, Joerg Sonnenberger wrote: On Mon, Mar 28, 2011 at 02:17:10PM -0400, Volodya Savastiouk wrote: The issue is the file dates being always today's date whenever one downloads a copy from the repository or simply opens a local copy. This was discussed a while ago and I think the

Re: [fossil-users] File dates

2011-03-28 Thread Mike Meyer
On Mon, 28 Mar 2011 14:17:10 -0400 Volodya Savastiouk volo...@io3.ca wrote: I've raised this issue before with little success, although a few people responde The issue is the file dates being always today's date whenever one downloads a copy from the repository or simply opens a local

Re: [fossil-users] File dates

2011-03-28 Thread Volodya Savastiouk
On 2:59 PM, Mike Meyer wrote: As noted, this breaks build systems that compare file dates to see if a file needs to be recompiled. As such, this feature is dangerous. mike I appreciate that Mike. I'm thinking of having the update information being part of the filename on request (an

Re: [fossil-users] Sub-repositories?

2011-03-28 Thread Bill Burdick
On Mon, Mar 28, 2011 at 10:37 PM, Nolan Darilek no...@thewordnerd.infowrote: More important, what *are* subrepositories? Entirely separate fossils linked to the main repository, or separate namespaces for tags and such in a single fossil? Or the ability to open a nested repository in another?