Re: [fossil-users] Developing on Unix and Windows

2009-10-23 Thread altufaltu
My proposal is to use an editor that is aware of DOS and UNIX line endings. - Altu -Original Message- From: Ramon Ribó ram...@compassis.com To: fossil-users@lists.fossil-scm.org Sent: __aolWsbDateToL10n__Wed, 21 Oct 2009 16:36:47 +0200__aolWsbDateToL10n__ Subject: Re: [fossil-users]

Re: [fossil-users] Developing on Unix and Windows

2009-10-24 Thread altufaltu
Last time I used vi, it showed ^M at end of each line... does the new version classify files as DOS/Unix and handles edits correctly? - Altu -Original Message- From: Stephen De Gabrielle spdegabrie...@gmail.com To: fossil-users@lists.fossil-scm.org Sent: Fri, Oct 23, 2009 1:44 pm

Re: [fossil-users] History for a particular file

2009-10-28 Thread altufaltu
Hi DRH, Shall I commit these changes? - Altu -Original Message- From: Venkat Iyer ven...@comit.com To: fossil-users@lists.fossil-scm.org Sent: Wed, Oct 28, 2009 11:48 am Subject: Re: [fossil-users] History for a particular file I am not sure how to get it in, and if it's

[fossil-users] external links

2009-11-02 Thread altufaltu
Hi DRH, Check-in [0039b7813e] shows a rectangle next to external links in IE and chrome. Is that intentional? I expected to see some other shape. - Altu ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] Numbered list syntax?

2009-12-08 Thread altufaltu
Me like it too. - Altu -Original Message- From: Wilson, Ronald rwils...@harris.com To: fossil-users@lists.fossil-scm.org Sent: Wed, Dec 9, 2009 6:54 am Subject: Re: [fossil-users] Numbered list syntax? I like it.Ron Wilson, Engineering Project Lead(o) 434.455.6453, (m)

Re: [fossil-users] 3 Feature requests - globbing using the repository.

2009-12-10 Thread altufaltu
My 2 cents. --keep and --force options are intuitive, I would prefer them. - Altu -Original Message- From: Joshua Paine jos...@letterblock.com To: fossil-users@lists.fossil-scm.org Sent: Thu, Dec 10, 2009 3:15 am Subject: Re: [fossil-users] 3 Feature requests - globbing using the

Re: [fossil-users] tree checksum does not match

2009-12-16 Thread altufaltu
Well, revert could still be used for reverting selected files but update should also revert any missing files - that's how SCMs have worked. -Original Message- From: Jeremy Cowgar jer...@cowgar.com To: fossil-users@lists.fossil-scm.org Sent: Wed, Dec 16, 2009 9:07 am Subject: Re:

Re: [fossil-users] tree checksum does not match

2009-12-17 Thread altufaltu
Thanks. BTW, I saw many good changes in fossil last night. I'm pleased :) -Original Message- From: D. Richard Hipp d...@hwaci.com To: fossil-users@lists.fossil-scm.org Sent: Thu, Dec 17, 2009 6:55 pm Subject: Re: [fossil-users] tree checksum does not match On Dec 16, 2009, at 11:43

Re: [fossil-users] Fossil HTTPS Support

2010-01-12 Thread altufaltu
I'd also like to switch to https. I don't understand dependencies, etc very much. Does anyone have recipe to build it with https support on Windows? - Altu -Original Message- From: p...@planet.nl To: fossil-users@lists.fossil-scm.org Sent: Tue, Jan 12, 2010 5:28 pm Subject: Re:

Re: [fossil-users] HTTPS implementation

2010-01-12 Thread altufaltu
Hi Dmitry, I built fossil with https support on Linux but it keeps asking me about the certificate even if I accept with 'a' (always). I tried merging trunk to ssl branch to see if it resolves the problem but it persists. If I keep saying 'a' to certificate prompts, I can clone successfully.

Re: [fossil-users] Add files recursively?

2010-01-21 Thread altufaltu
Wait... read this: C:\md repo C:\cd repo C:\repofossil new actual.fossil blah... C:\repocd .. C:\md waA C:\cd waA C:\waAfossil open ..\repo\actual.fossil C:\waAcd .. C:\md waB C:\cd waB C:\waBfossil open ..\repo\actual.fossil C:\waBcd .. C:\ There are only three files in waA and waB, which

Re: [fossil-users] Add files recursively?

2010-01-21 Thread altufaltu
As I said earlier, I think you misunderstand how the SCMs you criticize actually work. So you are seeing problems that don't exist. You made very good points. Let's talk once you understand how fossil actually works...- Altu -Original Message- From: Daniel Carrera

[fossil-users] https doesn't work through proxy?

2010-01-22 Thread altufaltu
$ fossil open ../fossil/fossil.fsl ssl $ make $ ./fossil version This is fossil version [652f20ef9c] 2010-01-21 22:03:24 UTC $ ./fossil set proxy wwwproxy:80 $ ./fossil clone http://fossil-scm.org no-ssl.fsl Bytes Cards Artifacts Deltas Send: 49

Re: [fossil-users] https doesn't work through proxy?

2010-01-22 Thread altufaltu
Hi, You tried with https:// or http://? http:// works well. - Altu -Original Message- From: paolo lulli plu...@gmail.com To: fossil-users@lists.fossil-scm.org Sent: Fri, Jan 22, 2010 7:23 pm Subject: Re: [fossil-users] https doesn't work through proxy? It happened to me also

Re: [fossil-users] https doesn't work through proxy?

2010-01-22 Thread altufaltu
Well, In my office all communication goes through same http proxy, including https. I guess they do pass-thru somehow. - Altu -Original Message- From: D. Richard Hipp d...@hwaci.com To: fossil-users@lists.fossil-scm.org Sent: Fri, Jan 22, 2010 9:02 pm Subject: Re: [fossil-users]

Re: [fossil-users] https doesn't work through proxy?

2010-01-22 Thread altufaltu
As I said, it works in pass-thru mode. here are send/recieve dumps for following transaction: $ export https_proxy=localhost:8080 $ wget https://fossil-scm.org --2010-01-22 21:50:46-- https://fossil-scm.org/ Resolving localhost... 127.0.0.1 Connecting to localhost|127.0.0.1|:8080...

Re: [fossil-users] Interesting use for Fossil: notes

2010-01-24 Thread altufaltu
Well, I also use fossil for file copy across my office laptop / home computer. One is with domain login, other with no domain and many times windows copy just doesn't work... may be because of firewall or some security app. But anyway, fossil works better as optimized / compressed file copy and

Re: [fossil-users] Graphical display of fork/merge actions in timeline

2010-02-08 Thread altufaltu
Graphical display doesn't show up on timelines for a branch: http://fossil-scm.org/index.html/timeline?t=ssl - Altu -Original Message- From: Clark Christensen cdcmi...@yahoo.com To: fossil-users@lists.fossil-scm.org Sent: Tue, Feb 9, 2010 3:47 am Subject: Re: [fossil-users]

[fossil-users] fossil new --date-override issue

2010-02-10 Thread altufaltu
Hi, It seems --date-override doesn't work correctly with fossil new, which is required for importing files from other repositories: $ fossil new test.fsl -A test --date-override 2010-01-01 UTC project-id: 05468b497577aa00211a76732a997723fb5a8acf server-id:

Re: [fossil-users] Fossil, first impressions

2010-02-18 Thread altufaltu
Hi Terry, Fossil has many good features that made me look at, contribute to and use it as personal VCS. However, fossil is created and maintained out of personal interest. It does not intent to become a next-gen DVCS system replacing git or others. The idea is: If you like it, use it. - Altu

Re: [fossil-users] Fossil GUI for local source tree operations

2010-04-01 Thread altufaltu
I expected e.g. fossil changes to give me my current directory changes only. This is indeed a reasonable requirement. When working inside a checkout repository, all local commands should operate within working directory. - Altu -Original Message- From: Andy Reynolds a...@andix.co.uk

Re: [fossil-users] Fossil GUI for local source tree operations

2010-04-03 Thread altufaltu
Mercurial has a whole subsystem (mq) to manage unpublished patches. Git implements 'rebase', and allows you to move unpublished commits forward. This is dangerous and we have faced issues when we used commit ids from a git repository managed by another team. After few months, the commit ids

Re: [fossil-users] Using ticket system from command line

2010-05-15 Thread altufaltu
HTML is complete, We agree. But then why these special formatting rules, which are very basic and too incomplete? http://fossil-scm.org/index.html/wiki_rules It will be preferred if Wiki pages are instead stored as .html files and not use any non-HTML formats. - Altu -Original

[fossil-users] fossil rebase

2010-06-22 Thread altufaltu
Hi, Is there a rebase feature in fossil that is similar to git rebase? If not, is it planned? - Altu ___ 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] fossil rebase

2010-06-23 Thread altufaltu
Well, my understanding of rebase has changed since then, due to the same problem we faced. Git 'forgets' unpublished versions when doing rebase (but it need not - I may still be wrong here). I'm sure if fossil implements rebase, it will not forget old versions. What I'm interested in is the

Re: [fossil-users] Windows build broken?

2010-06-23 Thread altufaltu
Hi DRH, I can build fossil from trunk now. However, there seems some issue with date/time. It shows incorrect date: $ rm test.fsl $ ./fossil new test.fsl project-id: 6e13be383106646451d79a5eae4f731c84d22135 server-id: f0202d8c43fc11569996c45150aca4740ffd49c6 admin-user: altufaltu (initial

Re: [fossil-users] fossil rebase

2010-06-24 Thread altufaltu
Well, you have custom changes (A, B, C) in a branch and you want to keep up with latest changes happening in trunk - at frequent intervals. What rebase does is it applies your changes A, B C to new head (G) with a knowledge of everything that has happened between E G. If any of A, B or C was

Re: [fossil-users] fossil rebase

2010-06-24 Thread altufaltu
I'm not sure. Is there really no difference? - Altu -Original Message- From: Michael Richter ttmrich...@gmail.com To: fossil-users@lists.fossil-scm.org Sent: Thu, Jun 24, 2010 4:23 pm Subject: Re: [fossil-users] fossil rebase What does this do that fossil merge trunk from my branch

Re: [fossil-users] Managing file attributes of repository files

2010-10-19 Thread altufaltu
fossil chmod is a good idea! - Altu -Original Message- From: Joshua Paine jos...@letterblock.com To: fossil-users@lists.fossil-scm.org Sent: Tue, Oct 19, 2010 8:04 pm Subject: Re: [fossil-users] Managing file attributes of repository files On 10/19/2010 10:00 AM, Richard Hipp wrote:

Re: [fossil-users] Fossil enhancements: Please test

2010-10-19 Thread altufaltu
Hi Richard, These changes are interesting. fossil setting repo-cksum off If I use this setting on local checkouts and let's assume for some reasons that a commit damages the local database. If I don't have repo-cksum disabled on the remote repository (assume on http), will I get an error

Re: [fossil-users] Fossil enhancements: Please test

2010-10-21 Thread altufaltu
No reply to this question yet - sound that this option is risky! - Altu -Original Message- From: altufa...@mail.com To: fossil-users@lists.fossil-scm.org Sent: Wed, Oct 20, 2010 9:58 am Subject: Re: [fossil-users] Fossil enhancements: Please test Hi Richard,    These changes are

Re: [fossil-users] Question about global settings

2010-11-03 Thread altufaltu
if it is, it sets the local config to whatever the global was. Can you check if this is true? I'm using latest version of fossil, which doesn't exhibit this. - Altu -Original Message- From: James Turner ja...@calminferno.net To: fossil-users@lists.fossil-scm.org Sent: Thu, Nov 4, 2010

Re: [fossil-users] Cannot clone fossil

2010-11-07 Thread altufaltu
Thanks Venkat, That worked for me too - Altu -Original Message- From: Venkat Iyer ven...@comit.com To: fossil-users@lists.fossil-scm.org Sent: Sun, Nov 7, 2010 2:04 pm Subject: Re: [fossil-users] Cannot clone fossil What worked for me was cloning from www2.fossil-scm.org and then

Re: [fossil-users] Hello. Anyone for source highlighting?

2010-12-16 Thread altufaltu
+1 -Original Message- From: pablo veliz pve...@viva.com.do To: fossil-users@lists.fossil-scm.org fossil-users@lists.fossil-scm.org Sent: Thu, Dec 16, 2010 8:07 pm Subject: Re: [fossil-users] Hello. Anyone for source highlighting? Since we are using a browser to see the code, why not

Re: [fossil-users] Hello. Anyone for source highlighting?

2010-12-16 Thread altufaltu
This is interesting. Where can I get consolidated recipe? - Altu -Original Message- From: Volodya Savastiouk, MSC volo...@io3.ca To: fossil-users@lists.fossil-scm.org Sent: Fri, Dec 17, 2010 12:13 am Subject: Re: [fossil-users] Hello. Anyone for source highlighting? Hi,

Re: [fossil-users] Errors during compile in Windows 7 x64

2010-12-20 Thread altufaltu
Me too get this error, compiling on XP (MinGW). Looks like one of the side effects of http://localhost/fossil/fossil/info/e084092a07. -Original Message- From: Arnel Legaspi jalespr...@gmail.com To: fossil-users@lists.fossil-scm.org Sent: Tue, Dec 21, 2010 4:41 am Subject: [fossil-users]

Re: [fossil-users] fossil set outside an open checkout

2010-12-21 Thread altufaltu
I might be mistaken. I always used that command from a checkout. -Original Message- From: Richard Hipp d...@sqlite.org To: fossil-users@lists.fossil-scm.org Sent: Tue, Dec 21, 2010 7:54 pm Subject: Re: [fossil-users] fossil set outside an open checkout On Tue, Dec 21, 2010 at 9:18

Re: [fossil-users] Errors during compile in Windows 7 x64

2010-12-22 Thread altufaltu
Hi Ross, I face this issue even on Win32 XP SP2. It used to build successfully before recent commit [e084092a07]. Were you successful to build it after above commit? - Altu -Original Message- From: Ross Berteig r...@cheshireeng.com To: fossil-users@lists.fossil-scm.org;

Re: [fossil-users] An annecdote on screwing up (and recovering) a broken fossil repo

2010-12-23 Thread altufaltu
Single fossil.exe, single repository.fossil and single _FOSSIL_. That's why I love fossil :) - Altu -Original Message- From: Stephan Beal sgb...@googlemail.com To: fossil-users fossil-users@lists.fossil-scm.org Sent: Thu, Dec 23, 2010 7:58 pm Subject: [fossil-users] An annecdote on

Re: [fossil-users] An annecdote on screwing up (and recovering) a broken fossil repo

2010-12-23 Thread altufaltu
You can use eclipse IDE to refactor C code. -Original Message- From: Stephan Beal sgb...@googlemail.com To: fossil-users@lists.fossil-scm.org Sent: Thu, Dec 23, 2010 10:24 pm Subject: Re: [fossil-users] An annecdote on screwing up (and recovering) a broken fossil repo On Thu, Dec 23,

Re: [fossil-users] Fossil on Hammer Principle

2011-03-24 Thread altufaltu
It doesn't have ClearCase!!! OMG -Original Message- From: Stephen De Gabrielle stephen.degabrie...@acm.org To: fossil-users@lists.fossil-scm.org fossil-users@lists.fossil-scm.org Sent: Fri, Mar 25, 2011 1:59 am Subject: Re: [fossil-users] Fossil on Hammer Principle Cute. It seems

Re: [fossil-users] History for a directory

2011-04-01 Thread altufaltu
bump... -Original Message- From: Remigiusz Modrzejewski l...@maxnet.org.pl To: fossil-users@lists.fossil-scm.org Sent: Fri, Apr 1, 2011 6:17 pm Subject: Re: [fossil-users] History for a directory On Apr 1, 2011, at 13:12 , Martin Gagnon wrote: On Tue, Mar 1, 2011 at 9:09 AM, Martin

Re: [fossil-users] The fossil service command

2011-07-18 Thread altufaltu
I'd say service is good. win-service may be appropriate since this command is valid only on Windows. However, I'd like to avoid use of hyphen (-) in commands. I hope this command is automatically disabled (via compiler or run-time) for non-windows platforms. - Original Message -

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

2011-07-23 Thread altufaltu
Never mind. I swapped ubg brbg - Original Message - From: Altu Faltu Sent: 07/23/11 12:01 PM To: fossil-users@lists.fossil-scm.org Subject: Re: [fossil-users] Automatic branch color selection. Was: Question on short-lived branches in fossil Why does the same branch (trunk)

Re: [fossil-users] commit command seems to be slow

2011-08-04 Thread altufaltu
Fossil is flexible here. yes/no, 1/0, on/off, true/false any of these can be used for binary settings. Some settings (like proxy) even can use real proxy address than on/off. very cool! - Original Message - From: Wes Freeman Sent: 08/04/11 09:32 PM To:

Re: [fossil-users] [OT] commit command seems to be slow

2011-08-05 Thread altufaltu
Ha, never thought there can be fun in this list! :D - Original Message - From: Remigiusz Modrzejewski Sent: 08/05/11 07:07 PM To: fossil-users@lists.fossil-scm.org Subject: Re: [fossil-users] [OT] commit command seems to be slow On Aug 5, 2011, at 15:14 , Stephan Beal wrote:

Re: [fossil-users] Why do people create branches as a separate step? Was: Unable to sign manifest

2011-08-09 Thread altufaltu
It is more like a logical process. You want to work on something, create a branch, work on it and commit. If you have to create a branch when committing, you will have to remember if this is first commit in that branch or subsequent. You commandline will also be different for first commit that

Re: [fossil-users] New features for merging

2011-08-12 Thread altufaltu
Ben, Thanks for providing improvements in fossil. I'd like to share 2 comments: 1. Versioned settings: I'd prefer having all settings in a single text file with name=value kind of one-setting-per-line format (although I don't mind a value spanning multiple lines for readability) rather than

Re: [fossil-users] _FOSSIL_ vs. .fos Was: New features for merging

2011-08-12 Thread altufaltu
+1 - Original Message - From: Joerg Sonnenberger Sent: 08/13/11 05:01 AM To: fossil-users@lists.fossil-scm.org Subject: Re: [fossil-users] _FOSSIL_ vs. .fos Was: New features for merging On Fri, Aug 12, 2011 at 06:42:23PM -0400, Richard Hipp wrote: You know you can rename

Re: [fossil-users] New features for merging

2011-08-14 Thread altufaltu
, Joshua Paine wrote: On 8/12/2011 1:50 PM, altufaltu wrote: 1. Versioned settings: I'd prefer having all settings in a single text file with name=value kind of one-setting-per-line format (although I don't mind a value spanning multiple lines for readability) rather than one file

Re: [fossil-users] localauth question

2011-08-17 Thread altufaltu
Never mind. By adding a line with 'localauth' enabled admin options. - Original Message - From: Altu Faltu Sent: 08/18/11 10:25 AM To: fossil users Subject: [fossil-users] localauth question With fossil df9da91ba8 and localauth unset or set to 0, I observe that: 1. If I do

Re: [fossil-users] Timestamps should be in local time.

2011-08-21 Thread altufaltu
I assume if I de-select UTC, fossil will still use UTC in the database but show local time zone on timeline. Correct? - Original Message - From: Gé Weijers Sent: 08/21/11 09:36 PM To: fossil-users@lists.fossil-scm.org Subject: Re: [fossil-users] Timestamps should be in local time.

Re: [fossil-users] git vs fossil again (was: why you should not shun)

2011-10-06 Thread altufaltu
+1. Shunning a commit is a bad idea. But fossil will not differentiate type of content when shunning so not sure if it can prevent shunning a commit. - Original Message - From: Erlis Vidal Sent: 10/06/11 12:21 AM To: fossil-users@lists.fossil-scm.org Subject: Re: [fossil-users] git

Re: [fossil-users] Retro side-by-side diffs

2012-02-04 Thread altufaltu
Same here. I like the colorful diff. But I would like to know (sorry if I missed) what's th eproblem with color sbs and what are we getting with retro sbs? - Altu - Original Message - From: Weber, Martin S Sent: 02/03/12 11:03 PM To: Fossil SCM user's discussion Subject: Re:

Re: [fossil-users] Now with color: Retro side-by-side diffs

2012-02-04 Thread altufaltu
+2 Liked both the diffs. Are colors configurable from skin? I used following CSS for bsdiff (I find bluish color better than yellow for changed lines): table.sbsdiff tr td.added { background-color: rgb(220, 244, 220); } table.sbsdiff tr td.removed { background-color: rgb(244, 220, 220); }

Re: [fossil-users] fossil commit failure after merge

2012-02-09 Thread altufaltu
+1 I faced this a couple of days back and had to perform an incorrect commit. - Original Message - From: Leo Razoumov Sent: 02/10/12 03:39 AM To: Fossil SCM user's discussion Subject: [fossil-users] fossil commit failure after merge Hi List, I ran into a strange problem which

Re: [fossil-users] memory leak using fossil_getenv and fossil_mbcs_to_utf8

2012-02-16 Thread altufaltu
In ui or server commands, I guess atleast 1 instance of fossil keeps running, listening to the port. If that functionality has memory leak, it needs a fix. - Original Message - From: Richard Hipp Sent: 02/16/12 06:04 PM To: slonik...@gmail.com, Fossil SCM user's discussion Subject:

Re: [fossil-users] feature proposal: explicitly public branches

2012-02-25 Thread altufaltu
Why not just productize limsync? - Original Message - From: Leo Razoumov Sent: 02/26/12 03:03 AM To: Fossil SCM user's discussion Subject: Re: [fossil-users] feature proposal: explicitly public branches On Sat, Feb 25, 2012 at 16:29, Christopher Berardi cbera...@natoufa.com

Re: [fossil-users] Help finding download links. Was: SQLite and Windows Metro Style

2012-03-16 Thread altufaltu
Why not make links (with uuid=trunk) available via skin? - Original Message - From: Richard Hipp Sent: 03/16/12 07:39 PM To: fossil-users Subject: [fossil-users] Help finding download links. Was: SQLite and Windows Metro Style Email below, from the SQLite mailing list,

Re: [fossil-users] How can I determine if a repository has actually changed?

2012-03-21 Thread altufaltu
Any changes in configuration will not show-up in timeline. - Original Message - From: Leo Razoumov Sent: 03/22/12 02:54 AM To: Fossil SCM user's discussion Subject: Re: [fossil-users] How can I determine if a repository has actually changed? On Wed, Mar 21, 2012 at 17:17,

Re: [fossil-users] Support for Zscaler proxy...

2012-05-15 Thread altufaltu
Update: fossil does work through the proxy. Problem seems to be with the proxy, it gives 'bad request' error when user@ is added to URL in POST method. I'll work with IT folks for fixing it. - Original Message - From: altufa...@mail.com Sent: 05/15/12 03:57 PM To: Fossil SCM user's

Re: [fossil-users] How do I rebuild my fossil repo?

2012-07-04 Thread altufaltu
With help of some scripting and SQL, you can find all UUIDs for files that you want to remove and shun them. after that when you rebuild, your repo file will be shrunk. It is a bit effort though. - Original Message - From: Stephan Beal Sent: 07/05/12 09:15 AM To: Fossil SCM user's