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
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
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
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
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
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
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
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
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
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
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
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
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
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
___
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
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
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
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
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
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
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
/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
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
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
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
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
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
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
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
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
30 matches
Mail list logo