Re: [fossil-users] why does `fossil rm' not do the real thing?

2012-12-13 Thread Altu Faltu
In order to continue the debate: In my work flow, I do rm or mv in file system as and when needed. I do fossil rm or fossil mv only when reviewing my changes before commit. IMO, as somebody else suggested in the thread, let fossil do rm or mv only in version control. In order to satisfy

Re: [fossil-users] Fossil version 1.25 scheduled.

2012-12-01 Thread Altu Faltu
New feature of getting diff by clicling graph in timeline doesn't seem to work on IE8. - Original Message - From: Richard Hipp Sent: 12/01/12 02:46 AM To: fossil-users Subject: [fossil-users] Fossil version 1.25 scheduled. I have put up a change log for Fossil version 1.25 with a

Re: [fossil-users] Please make shunning a first class feature.

2012-09-01 Thread Altu Faltu
Two things could have helped here: 1. A rollback feature that could undo last N commits. I think rollback feature is in todo list. Not sure what would it do if repo was ayned to some other one in between. 2. We all know from past that shunning manifests is wrong thing to do. fossil could

Re: [fossil-users] Fixing a bad time stamp that is in future

2012-07-25 Thread Altu Faltu
that is in future On Wed, Jul 25, 2012 at 12:35:14AM -0400, Altu Faltu wrote: This doesn't happen on every new repo - only on fresh checkouts of the repo where I have this problem. Well, I think there is always the option to dump the fossil to artifact files, edit the artifact contents

Re: [fossil-users] Fixing a bad time stamp that is in future

2012-07-25 Thread Altu Faltu
that is in future On Tue, Jul 24, 2012 at 1:17 AM, Altu Faltu altufa...@mail.com wrote: One of my repository has got a bad time stamp on a commit such that the commit date is in future. Since commit date is in future, any attempts to edit the commit doesn't take effect. Is there any way to fix

Re: [fossil-users] Fixing a bad time stamp that is in future

2012-07-24 Thread Altu Faltu
Sent: 07/24/12 03:50 PM To: Fossil SCM user's discussion Subject: Re: [fossil-users] Fixing a bad time stamp that is in future On Tue, Jul 24, 2012 at 1:17 AM, Altu Faltu altufa...@mail.com wrote: One of my repository has got a bad time stamp on a commit such that the commit date is in future

Re: [fossil-users] Fixing a bad time stamp that is in future

2012-07-24 Thread Altu Faltu
on every new repo then something is fundamentally broken on your machine. In 4 years of using fossil every day this has never happened yo me. - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal On Jul 24, 2012 12:35 PM, Altu Faltu altufa...@mail.com wrote: My

[fossil-users] moving repository

2012-03-21 Thread Altu Faltu
Is following sequence supposed to work for moving repository? C:\testfossil new test.fsl C:\testfossil open test.fsl C:\testren test.fsl new.fsl C:\testfossil test-move-repository new.fsl C:\test\fossil.exe: repository does not exist or is in an unreadable directory: C:/test/test.fsl

Re: [fossil-users] moving repository

2012-03-21 Thread Altu Faltu
I formatted my system and the drive my original repository refers to doesn't exist any more. I can still use subst but following SQL fixed my problem: C:\test sqlite3 _FOSSIL_ sqlite UPDATE vvar SET value='new.fsl' WHERE name='repository'; Unfortunately, fossil sqlite3 command also requires

Re: [fossil-users] Behavior of rm, mv, and changes/extra

2012-02-28 Thread Altu Faltu
(1) fossil rm removes the files from the disk (2) fossil mv renames the files on disk (3) fossil settings crnl-glob ** (4) fossil update == fossil update current (5) Unlimited undo (purgin old undos after a defined number of days) (6) Explain in more detail the clock problems with

Re: [fossil-users] JavaScript Markdown implementation for Fossil

2012-01-20 Thread Altu Faltu
This is super! There is a typo in the install script (referring to hard-coded repo file in /tmp/...) - Original Message - From: Bill Burdick Sent: 01/21/12 05:24 AM To: Fossil SCM user's discussion Subject: Re: [fossil-users] JavaScript Markdown implementation for Fossil On Fri, Jan

Re: [fossil-users] unexpected results when branching

2011-12-21 Thread Altu Faltu
This is indeed a bug. Simpler recipe is here: fossil new test fossil open test touch file1 fossil add file1 fossil commit -m one fossil rm file1 fossil add file1 --- This command doesn't re-add deleted file fossil commit -m two fossil ls I have filed a new ticket for it. - Altu

Re: [fossil-users] same user, multiple logins: the problem and a potential solution

2011-09-14 Thread Altu Faltu
With the method suggested at below link, I see a problem that if I logout from one machine my auth token for other machine will also be invalidated. It would be simple to have one auth token for each login and purge stale auth tokens regularly. Purging stale tokens should be a matter of few

Re: [fossil-users] Testing for a release

2011-08-27 Thread Altu Faltu
Here is a simple algorithm that choses light shades for background - useful for skins having white/light background with black text - may be tweaked for skins for black/dark backgrounds as well (by not adding constant - but I haven't tested it). This one uses 30%/59%/11% ratio for R/G/B dynamic

[fossil-users] localauth question

2011-08-17 Thread Altu Faltu
With fossil df9da91ba8 and localauth unset or set to 0, I observe that: 1. If I do 'fossil ui', I'm logged in and have admin options. 2. However, if I make access through apache/cgi via localhost, I'm not logged in. Is this expected? I see under Access Control Settings that 'from the fossil

[fossil-users] Editing commit dates

2011-07-27 Thread Altu Faltu
Hi, Some help / pointers here will be useful I looked at timeline (UI) of one of my projects today and found a commit with a future date, resulting in an N shape in timeline graph. I tried updating the commit date using web interface but the graph did not change. Looking at the commit

Re: [fossil-users] Editing commit dates

2011-07-27 Thread Altu Faltu
What is I deconstruct, delete all files having +date records and then reconstruct? Will that be safe? - Original Message - From: Altu Faltu Sent: 07/28/11 07:51 AM To: fossil users Subject: [fossil-users] Editing commit dates Hi, Some help / pointers here will be useful I looked

Re: [fossil-users] Automatic branch color selection. Was: Question on short-lived branches in fossil

2011-07-23 Thread Altu Faltu
Why does the same branch (trunk) take different backgrounds? - Original Message - From: Richard Hipp Sent: 07/23/11 04:55 AM To: fossil-users@lists.fossil-scm.org Subject: [fossil-users] Automatic branch color selection. Was: Question on short-lived branches in fossil On Fri, Jul 22,

[fossil-users] Editing commit dates

2011-07-21 Thread Altu Faltu
Hi, I looked at timeline (UI) of one of my projects today and found a commit with a future date, resulting in an N shape in timeline graph. I tried updating the commit date using web interface but the graph did not change. Looking at the commit information again, it says following under

Re: [fossil-users] Code diff highlighting in fossil, a tutorial

2011-06-25 Thread Altu Faltu
Anybody tested with IE7? On IE7, all code comes in a single line. Code comes proper if I disable highlighting :( - Original Message - From: Ron Aaron Sent: 06/24/11 07:47 PM To: fossil-users@lists.fossil-scm.org Subject: Re: [fossil-users] Code diff highlighting in fossil, a tutorial

Re: [fossil-users] Code diff highlighting in fossil, a tutorial

2011-06-25 Thread Altu Faltu
-users@lists.fossil-scm.org Subject: Re: [fossil-users] Code diff highlighting in fossil, a tutorial On Sat, Jun 25, 2011 at 11:05 AM, Altu Faltu altufa...@mail.com wrote: Anybody tested with IE7? On IE7, all code comes in a single line. Code comes proper if I disable highlighting :( i had

Re: [fossil-users] Needed: volunteer to autoconf Fossil

2011-06-16 Thread Altu Faltu
Will the move to autoconf remove ability to build fossil for Windows through MinGW and will make us install MSVC? ___ 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] Needed: volunteer to autoconf Fossil

2011-06-16 Thread Altu Faltu
to autoconf Fossil On Thu, Jun 16, 2011 at 10:33 PM, Altu Faltu altufa...@mail.com wrote: Will the move to autoconf remove ability to build fossil for Windows through MinGW and will make us install MSVC? No. Those capabilities are retained. There will be separate makefiles for windows

Re: [fossil-users] Supporting markwon syntax for wiki

2011-05-24 Thread Altu Faltu
Can it be supported in a separate branch which frequently merges changes in trunk? - Original Message - From: Ambrose Bonnaire-Sergeant Sent: 05/24/11 11:44 PM To: fossil-users@lists.fossil-scm.org Subject: Re: [fossil-users] Supporting markwon syntax for wiki 2011/5/24 Natacha Porté

Re: [fossil-users] compact fossil binaries

2009-09-23 Thread Altu Faltu
I use Windows and after making fossil.exe, I do 'strip fossil.exe' to reduce size. - Altu - Original Message - From: Andrey Cherezov and...@cherezov.koenig.su To: fossil-users@lists.fossil-scm.org Subject: Re: [fossil-users] compact fossil binaries Date: Wed, 23 Sep 2009 15:40:41

Re: [fossil-users] cannot commit against a closed leaf

2009-09-07 Thread Altu Faltu
This is great! Hats off to fossil. - Altu - Original Message - From: Matthias Teege mte...@gmail.com To: fossil-users@lists.fossil-scm.org Subject: Re: [fossil-users] cannot commit against a closed leaf Date: Mon, 7 Sep 2009 16:03:08 +0200 On Mon, Sep 7, 2009 at 2:17 PM, D.

Re: [fossil-users] Cannot checkout anonamously using CGI interface

2009-08-19 Thread Altu Faltu
Subject: Re: [fossil-users] Cannot checkout anonamously using CGI interface Date: Wed, 19 Aug 2009 13:11:42 -0400 On Aug 19, 2009, at 1:04 PM, Altu Faltu wrote: D:\tempfossil clone http://a0756885lt/fossil/main local.fossil Bytes Cards Artifacts Deltas Send

Re: [fossil-users] Cannot checkout anonamously using CGI interface

2009-08-19 Thread Altu Faltu
: D. Richard Hipp d...@hwaci.com To: fossil-users@lists.fossil-scm.org Subject: Re: [fossil-users] Cannot checkout anonamously using CGI interface Date: Wed, 19 Aug 2009 13:58:52 -0400 On Aug 19, 2009, at 1:53 PM, Altu Faltu wrote: D:\tempfossil clone http://userid:passw

Re: [fossil-users] Cannot checkout anonamously using CGI interface

2009-08-19 Thread Altu Faltu
, anonymous, and nobody. - Altu - Original Message - From: Stephan Beal To: fossil-users@lists.fossil-scm.org Subject: Re: [fossil-users] Cannot checkout anonamously using CGI interface Date: Wed, 19 Aug 2009 20:14:55 +0200 On Wed, Aug 19, 2009 at 7:04 PM, Altu Faltu altufa...@mail.com wrote

Re: [fossil-users] assert (e 0) in bag.c

2009-08-16 Thread Altu Faltu
, 16 Aug 2009 17:03:16 -0400 On Aug 16, 2009, at 2:12 PM, Altu Faltu wrote: Hi, This happens even with a newly created repository. This works: fossil ui repos.fsl The repository is accessible at /fossil/main on my server. This page works: http://localhost/fossil/main/home

Re: [fossil-users] assert (e 0) in bag.c

2009-08-16 Thread Altu Faltu
] assert (e 0) in bag.c Date: Sun, 16 Aug 2009 23:14:56 -0400 On Aug 16, 2009, at 10:15 PM, Altu Faltu wrote: http://localhost/fossil/main/test_env: g.zBaseURL = http://localhost/fossil/main g.zTop = /fossil/main HTTP_COOKIE = fossil_login_2f666f7373696c2f6d61696e=; p=8522327934

[fossil-users] CVS to fossil?

2009-08-13 Thread Altu Faltu
Hi, We have a 9-yr old CVS repository with binary files and files with non-english characters in files / file names. A compressed package of repository measures 1 GB. As usual, we have difficult time managing branches with CVS. I want to propose fossil as next SCM. Please guide me how do I

[fossil-users] Issue with login

2009-08-13 Thread Altu Faltu
I experienced this with fossil-scm.org: - Log-in in as anonymous. - Click on 'Files' menu, which now appears. - Click on win32.txt link, and it says you are not logged in. * 'Files' menu also disappears. - Click on 'home' menu, and you are logged-in again! I'm also not able to file a ticket as