Re: [fossil-users] hints.wiki patch

2015-03-03 Thread jungle Boogie
Hey Christopher, On 3 March 2015 at 16:46, Christopher M. Fuhrman wrote: > Howdy, > > You've got a typo. s/Sub-meun/Sub-menu/ > More eyes makes all bugs shallow! It looks like Dr. Hipp chose to go with a far less verbose hint: https://www.fossil-scm.org/fossil/blame?filename=www/hints.wiki&chec

Re: [fossil-users] hints.wiki patch

2015-03-03 Thread Christopher M. Fuhrman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Howdy, You've got a typo. s/Sub-meun/Sub-menu/ Cheers! On Sun, 1 Mar 2015 at 1:14pm, jungle Boogie wrote: > Hello All, > > Now that finding things on the timeline is easier, I propose the below > diff for #5 here: > https://www.fossil-scm.org/foss

Re: [fossil-users] filtering out "Execute permission set" lines

2015-03-03 Thread Ron W
On Tue, Mar 3, 2015 at 6:11 PM, Warren Young wrote: > Yeah, it’s a bit broken. If file attributes are considered a part of the > file’s data, and not just local metadata, then: > > chmod +x foo > f ci foo > > should result in a checkin even if foo hasn’t otherwise changed. > Actually, the "

Re: [fossil-users] fossil repolist argument with winsrv

2015-03-03 Thread Richard Hipp
On 3/3/15, Ross Berteig wrote: > > On 3/3/2015 1:23 PM, Richie Adler wrote: >> Petr Ferdus decía, en el mensaje "Re: [fossil-users] fossil repolist >> argument >> with winsrv" del 3/3/2015 18:15:56: >>> BTW fossil server could serve *.fossil files from any subdirectory of >>> directory it was >>>

Re: [fossil-users] Forcing a MIME type for a file download

2015-03-03 Thread Richard Hipp
On 3/3/15, David Given wrote: > I'd like to link to my project's README from my doc/index.wiki (via a > .../doc/tip/README URL). Unfortunately, the README, not having an > extension, is being sent as a application/octet-stream, which causes web > browsers to treat it as binary rather than displayi

Re: [fossil-users] fossil bundle import --publish ignored

2015-03-03 Thread Richard Hipp
On 3/3/15, Warren Young wrote: > If you say “fossil bundle import my.bundle”, then go inspect the changeset, > there doesn’t seem to be a way to publish directly from that > partially-merged state. It seems to require that you “purge” the changeset, > then re-import with the --publish flag. You

Re: [fossil-users] filtering out "Execute permission set" lines

2015-03-03 Thread Warren Young
On Mar 3, 2015, at 4:00 PM, Ron W wrote: > > And neither "fossil changes" nor "fossil ci" did not warn me about that. Yeah, it’s a bit broken. If file attributes are considered a part of the file’s data, and not just local metadata, then: chmod +x foo f ci foo should result in a checkin

Re: [fossil-users] filtering out "Execute permission set" lines

2015-03-03 Thread Ron W
On Tue, Mar 3, 2015 at 5:47 PM, Warren Young wrote: > I assume you’re running into this on mixed Windows/Linux systems where > Windows’ “archive” flag gets translated into a POSIX +x flag? If so, you > don’t actually want the flag change checked in. > Yes. At work, we have a mixed environment.

Re: [fossil-users] filtering out "Execute permission set" lines

2015-03-03 Thread Warren Young
On Mar 2, 2015, at 2:00 PM, Ron W wrote: > > In the check-in Info page, the changes section sometimes has "Execute > permission set" lines. This confuses non-developer people. Is there a way to > filter this out? I’d prefer that Fossil just told you about this change during checkin, so you ca

Re: [fossil-users] Fossil 2.1: Scaling

2015-03-03 Thread Warren Young
On Mar 2, 2015, at 5:30 AM, Richard Hipp wrote: > > The key idea would be to relax the requirement that each client load > the entire history of the project. Instead, a clone would only load a > limited amount of history (a month, a year, perhaps even just the most > recent check-in). This woul

Re: [fossil-users] Justification for two-step mv and rm

2015-03-03 Thread j. van den hoff
On Tue, 03 Mar 2015 22:22:40 +0100, Richard Hipp wrote: On 3/3/15, Warren Young wrote: Is there a good reason that “fossil mv” and “fossil rm” must be followed by OS-level mv and rm commands? I miss the behavior of Subversion which made these into a single step. When I have suggested c

Re: [fossil-users] Justification for two-step mv and rm

2015-03-03 Thread Ramon Ribó
I completely agree to change current mv/rm commands so as they perform the OS level operation too. It looks like an inconsistency that they do not move/remove the file in the local repository and they move/remove it in the cloned repositories. If some script breaks, it can be repaired. No problem.

Re: [fossil-users] Justification for two-step mv and rm

2015-03-03 Thread bch
Something like a cmv, crm (these are off the top of my head, don't dwell on the poor names) command that is "complete mv", and "complete rm" would fit the bill, where it appropriately wraps the current mv/rm commands is feasible, though. -bch On 3/3/15, Richard Hipp wrote: > On 3/3/15, to...@ac

[fossil-users] fossil bundle import --publish ignored

2015-03-03 Thread Warren Young
I just tried to use the new “fossil bundle” commands and came across an oddity in the current implementation. (Why not before? Because my only active public project is still in svn. There is a private Fossil repo, but since no one is committing to it yet, I really haven’t needed the feature y

Re: [fossil-users] Fossil 2.1: Scaling

2015-03-03 Thread Warren Young
I’m going to start two different reply forks: I’ll reply to the Pollack article here, then send another message later to chime in on your proposal, drh. On Mar 2, 2015, at 5:30 AM, Richard Hipp wrote: > > Ben Pollack's essay at > http://bitquabit.com/post/unorthodocs-abandon-your-dvcs-and-retur

[fossil-users] Forcing a MIME type for a file download

2015-03-03 Thread David Given
I'd like to link to my project's README from my doc/index.wiki (via a .../doc/tip/README URL). Unfortunately, the README, not having an extension, is being sent as a application/octet-stream, which causes web browsers to treat it as binary rather than displaying it. Is there a way I can persuade F

[fossil-users] repolist together with notfound

2015-03-03 Thread Marcel Graf
Hello, I tried the new "repolist" feature of ui/server/cgi. Neat addition. There is a minor caveat, though: It does not work together with the "notfound" setting. Trying to get the repository listing on "/" redirects to the "notfound" URL, because this one is checked first. Wouldn't it be better

Re: [fossil-users] fossil repolist argument with winsrv

2015-03-03 Thread Ross Berteig
On 3/3/2015 1:23 PM, Richie Adler wrote: Petr Ferdus decía, en el mensaje "Re: [fossil-users] fossil repolist argument with winsrv" del 3/3/2015 18:15:56: BTW fossil server could serve *.fossil files from any subdirectory of directory it was invoked with. From where I sit, this sounds like

Re: [fossil-users] Justification for two-step mv and rm

2015-03-03 Thread Richard Hipp
On 3/3/15, to...@acm.org wrote: > You could always have a global setting on how to deal with this (old way vs > new way) to keep everyone happy :) > So nobody would ever know what the "mv" and "rm" commands actually do without first consulting their settings. No. I think that is a very bad solu

Re: [fossil-users] Justification for two-step mv and rm

2015-03-03 Thread tonyp
You could always have a global setting on how to deal with this (old way vs new way) to keep everyone happy :) -Original Message- From: Richard Hipp Sent: Tuesday, March 03, 2015 11:22 PM To: Fossil SCM user's discussion Subject: Re: [fossil-users] Justification for two-step mv and rm

Re: [fossil-users] fossil repolist argument with winsrv

2015-03-03 Thread Richie Adler
Petr Ferdus decía, en el mensaje "Re: [fossil-users] fossil repolist argument with winsrv" del 3/3/2015 18:15:56: > BTW fossil server could serve *.fossil files from any subdirectory of > directory it was > invoked with. In order to do what you want, "fossil server" should iterate all the direc

Re: [fossil-users] Justification for two-step mv and rm

2015-03-03 Thread Richard Hipp
On 3/3/15, Warren Young wrote: > Is there a good reason that “fossil mv” and “fossil rm” must be followed by > OS-level mv and rm commands? I miss the behavior of Subversion which made > these into a single step. When I have suggested changing this, I got push back that the change will break exi

Re: [fossil-users] fossil repolist argument with winsrv

2015-03-03 Thread Petr Ferdus
> Od: Richie Adler > Subject: Re: [fossil-users] fossil repolist argument with winsrv > >Petr Ferdus decía, en el mensaje "Re: [fossil-users] fossil repolist argument >with winsrv" del 3/3/2015 17:13:44: > >> Is it correct/intentional? My hopes were that I would have "Available >> Repositories:"

[fossil-users] Justification for two-step mv and rm

2015-03-03 Thread Warren Young
Is there a good reason that “fossil mv” and “fossil rm” must be followed by OS-level mv and rm commands? I miss the behavior of Subversion which made these into a single step. I’ve written scripts to wrap these, but I won’t provide them here because they don’t handle all of the cases properly.

Re: [fossil-users] fossil repolist argument with winsrv

2015-03-03 Thread Richie Adler
Petr Ferdus decía, en el mensaje "Re: [fossil-users] fossil repolist argument with winsrv" del 3/3/2015 17:13:44: > Is it correct/intentional? My hopes were that I would have "Available > Repositories:" > displayed in any directory/subdirectory I browse into. > Could be fossil repositories enume

Re: [fossil-users] fossil repolist argument with winsrv

2015-03-03 Thread Petr Ferdus
> From: Richie Adler > Subject: Re: [fossil-users] fossil repolist argument with winsrv > >Joe Mistachkin decía, en el mensaje "Re: [fossil-users] fossil repolist >argument with winsrv" del 2/3/2015 19:48:22: > >> Sorry, minor oversight. It was not setting the right flag bit prior to >> calling i

Re: [fossil-users] Fossil 1.31 directory name

2015-03-03 Thread Andy Goth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/2/2015 12:49 PM, Andy Goth wrote: > On 2/24/2015 11:31 AM, Joe Prostko wrote: >> Yes, I wondered about the directory name not matching the >> filename, but just modified my Haiku build recipe to account for >> it. I'll be sure to change the rec

[fossil-users] [fossil update] gotcha

2015-03-03 Thread Andy Goth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This probably isn't news to anyone, just a gotcha that I ran into, and not for the first time. Figured I'll describe it on the list and see if anyone has any thoughts. This isn't a bug or anything; Fossil is behaving according to design. It's jus

Re: [fossil-users] timeline vs. finfo date spacing

2015-03-03 Thread Martin Gagnon
On Mon, Mar 02, 2015 at 05:53:25PM -0800, jungle Boogie wrote: > Hello All, > > We're all familiar with the timeline: > https://www.fossil-scm.org/index.html/timeline?y=ci > > But there's also the fine info that displays the history of a file: > https://www.fossil-scm.org/index.html/finfo?name=sr

Re: [fossil-users] tech_overview.wiki patch

2015-03-03 Thread Tontyna
Sorry, clicked wrong button in eMail client -- should have been a new thread not a reply... Tontyna ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] tech_overview.wiki patch

2015-03-03 Thread Tontyna
The environment variable 'FOSSIL_HOME' introduced in 1.31 should be documented: Index: www/tech_overview.wiki == --- www/tech_overview.wiki +++ www/tech_overview.wiki @@ -131,8 +131,11 @@ database is named "_fossil" (using an under

Re: [fossil-users] build.wiki patch

2015-03-03 Thread Michai Ramakers
On 2 March 2015 at 22:45, Tontyna wrote: > > And please: In the '2.0 Compiling/MinGW' paragraph a note about not using > MinGW-4.0 cause it breaks e.g. the "extras" command: thanks, added. Michai ___ fossil-users mailing list fossil-users@lists.fossil-