Re: [fossil-users] Sub-repositories?

2011-03-28 Thread Bill Burdick
On Mon, Mar 28, 2011 at 10:37 PM, Nolan Darilek wrote: > 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? > > Wondering if I'l

Re: [fossil-users] Sub-repositories?

2011-03-28 Thread Nolan Darilek
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? Wondering if I'll need to migrate some of my multi-repository fossils to a new

[fossil-users] Sub-repositories?

2011-03-28 Thread Michael Richter
I just saw an intriguing message in the timeline. "Leaf: Merge the sub-repo capability into trunk." I can't find anywhere in the help, the fossil docs nor in the wiki that talks about this. How does one use this new sub-repo capability? -- "Perhaps people don't believe this, but throughout all

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. > >http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] File dates

2011-03-28 Thread Mike Meyer
On Mon, 28 Mar 2011 14:17:10 -0400 Volodya Savastiouk 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 copy. I'd real

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 ag

Re: [fossil-users] Cloning question

2011-03-28 Thread Ron Wilson
On Mon, Mar 28, 2011 at 5:52 PM, Tony Perovic wrote: > 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 setting up IIS. > However

Re: [fossil-users] Fossil social networking

2011-03-28 Thread Bill Burdick
On Tue, Mar 22, 2011 at 3:55 PM, Ron Wilson wrote: > On Tue, Mar 22, 2011 at 3:28 PM, Bill Burdick > 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 > based social network would be better

[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 repositorie

Re: [fossil-users] fossil add somefile.r&s = Error

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

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 Fo

Re: [fossil-users] fossil add somefile.r&s = Error

2011-03-28 Thread Stephan Beal
On Mon, Mar 28, 2011 at 10:36 PM, Stephan Beal wrote: > The simplest workaround is to quote the filename: > > fossil add 'somefile.r&s' > That said, "special" characters in filenames (spaces, quotation marks, and the like) often cause more grief than simply renaming the files. Lots of shell scrip

Re: [fossil-users] fossil add somefile.r&s = Error

2011-03-28 Thread sky5walk
DOH! fossil add "somefile.r&s" 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 wrote: > On Mon, Mar 28, 2011 at 10:33 PM, wrote: >> >> Hi, >> I get the following error attempting to add a file with the >> Ampersand(&) i

Re: [fossil-users] fossil add somefile.r&s = 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.r&s = Error

2011-03-28 Thread Stephan Beal
On Mon, Mar 28, 2011 at 10:33 PM, 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 your shell, not

Re: [fossil-users] fossil add somefile.r&s = 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

[fossil-users] fossil add somefile.r&s = 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] 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 t

Re: [fossil-users] File dates

2011-03-28 Thread Bill Burdick
On Mon, Mar 28, 2011 at 1:17 PM, Volodya Savastiouk 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 simply opens

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 http://lists.fossil-scm.or

[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 t

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

Re: [fossil-users] Hierarchy of tickets in fossil

2011-03-28 Thread Ron Wilson
On Sun, Mar 27, 2011 at 8:48 PM, 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 are asking c

[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] Basic FossilHub functionality works

2011-03-28 Thread Bill Burdick
On Mon, Mar 28, 2011 at 10:24 AM, Stephan Beal wrote: > On Mon, Mar 28, 2011 at 8:43 AM, Bill Burdick wrote: > >> 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 >> have a GUI yet to register repositor

Re: [fossil-users] Basic FossilHub functionality works

2011-03-28 Thread Stephan Beal
On Mon, Mar 28, 2011 at 8:43 AM, Bill Burdick wrote: > 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 > have a GUI yet to register repositories -- the data is in a JSON wiki page > attachment). The "f

Re: [fossil-users] Basic FossilHub functionality works

2011-03-28 Thread Bill Burdick
Thanks! I have several GitHub repositories (https://github.com/zot) and I use the social networking support to keep track of what's happening in other repositories and communicate with other developers. I hope some other people will see the usefulness of this and pitch in :). I'd like to move th

[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 http://lists.fossil-scm.org:8080/c

[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 ta

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