Re: [fossil-users] backing out an incorrect commit?

2017-08-22 Thread Baruch Burstein
On Wed, Aug 16, 2017 at 10:09 PM, Stephan Beal wrote: > It's hypothetically possible, and i investigated it 3 or 4 years ago, but > the devil is in the details :/. Not impossible, but you have to take care > of details like properly undelta'ing anything which is deltad

Re: [fossil-users] Subversion revision tagging

2016-05-23 Thread Baruch Burstein
On Sat, May 21, 2016 at 5:23 AM, Andy Goth wrote: > Subversion revision tagging works fine but has the drawback of > cluttering the tag list. The Subversion repository I'm working with has > over 10K revisions, so that means 10K tags dumped in the tag list, which > I

Re: [fossil-users] Subversion incremental delta import

2016-05-23 Thread Baruch Burstein
That was my original plan for the svn import. The table should be populated based on the "svn-version-XXX" tags already present in the repo. I just never got around to doing it. On Sat, May 21, 2016 at 5:19 AM, Andy Goth wrote: > Is the Subversion import code supposed

Re: [fossil-users] Suggestions for list of branches in web-UI

2016-05-17 Thread Baruch Burstein
On Thu, May 12, 2016 at 12:48 AM, Marko Käning wrote: > 2) /brlist should NOT show closed branches (but could have a menu item for > that). On page /brlist?all the link “Open" leads straight away to /brlist > which is showing all existing branches, which is

Re: [fossil-users] possible bug in fossil version 1.35 [9cf0dbe5fb] when using fossil ui

2016-03-15 Thread Baruch Burstein
On Tue, Mar 15, 2016 at 10:27 AM, Alexandru Birsanu < alexandru.birs...@gmail.com> wrote: > Hi, I think I've found a bug in fossil 9cf0dbe5fb. This bug is not > present in fossil 1.34. To replicate: > 1. build fossil by double clicking on win\buildmsvc.bat > 2. fossil new repo.fossil > 3. fossil

Re: [fossil-users] Fossil build improvements...

2016-02-07 Thread Baruch Burstein
On Sun, Feb 7, 2016 at 3:12 PM, David Macek wrote: > On 7. 2. 2016 2:53, Joe Mistachkin wrote: > > > > I'm unable to test with MingW64; however, I think Jan Nijtmans uses it. > > Hmm. So hopefully he's watching the list. > > One of my problems is with the linenoise

Re: [fossil-users] How to get artifact's content as raw text in one click?

2016-01-16 Thread Baruch Burstein
On Sun, Jan 17, 2016 at 1:10 AM, Sergei Gavrikov wrote: > Hi > > When *text* files have unknown MIME type (unknown extension) we cannot > download them (in a fact to get a raw view in a browser) just in click. > Right? Wrong? I do: right-click [Download] button -> Copy

Re: [fossil-users] Windows/MinGW build

2016-01-13 Thread Baruch Burstein
On Tue, Jan 12, 2016 at 6:41 PM, LM wrote: > Decided to try it out, so I downloaded the source to Windows and > attempted to run configure. Of course, it couldn't compile because of > references to termios.h. So, I looked up how to build on Windows with > MinGW and tried

Re: [fossil-users] different length

2015-12-31 Thread Baruch Burstein
On Thu, Dec 31, 2015 at 9:49 AM, taka <1218.nore...@suika.spawn.jp> wrote: > src/import.c > len=3 : memcmp(zDiff, "SVN", 4) > IIRC, this is meant to compare the NIL character, too -- ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı ___

Re: [fossil-users] fossil 1.34 segfault on git import

2015-12-28 Thread Baruch Burstein
On Mon, Dec 28, 2015 at 12:12 PM, Karel Gardas wrote: > My final goal would be to have OpenBSD CVS mirrored > into fossil. It's a question if to use cvs->git->fossil transition > here especially when considering incremental imports or just write > some tool to do proper

Re: [fossil-users] fossil 1.34 segfault on git import

2015-12-28 Thread Baruch Burstein
On Mon, Dec 28, 2015 at 12:58 PM, Karel Gardas wrote: > Baruch, thanks a lot for your references. Indeed, all three were > completely new to me. I googled somehow into different territory so > far it seems... You can also search this mailing list's history (

[fossil-users] What does "artifact received" mean?

2015-12-22 Thread Baruch Burstein
Hi, I just ran `fossil pull` on my fossil repo clone. As you can see, I got 78 artifacts received: C:\Users\\Documents\fossil\fossil\src>fossil pull Pull from https://@www.fossil-scm.org Round-trips: 3 Artifacts sent: 0 received: 78 Pull done, sent: 1353 received: 9363 ip:

Re: [fossil-users] What does "artifact received" mean?

2015-12-22 Thread Baruch Burstein
On Tue, Dec 22, 2015 at 2:33 PM, Richard Hipp wrote: > I think you get a separate rcvid for each round-trip, do you not? > No, only one rcvid. > > The other explanation is that the other 76 artifacts were duplicates - > things you already held - and hence were discarded rather

Re: [fossil-users] What does "artifact received" mean?

2015-12-22 Thread Baruch Burstein
On Tue, Dec 22, 2015 at 2:55 PM, Richard Hipp wrote: > Probably these are just "igot" cards sent by the server to tell your > client about 76 artifacts that have not yet been entered into a > cluster. (Clusters normally form at a threshold of 100 or 200, IIRC). > I now

Re: [fossil-users] What does "artifact received" mean?

2015-12-22 Thread Baruch Burstein
On Tue, Dec 22, 2015 at 3:33 PM, Richard Hipp <d...@sqlite.org> wrote: > On 12/22/15, Baruch Burstein <bmburst...@gmail.com> wrote: > > > >> How many bytes are being exchanged during the sync? > > > > It varies slightly when I run it multiple ti

Re: [fossil-users] Additional information in Check-in Checklist

2015-11-24 Thread Baruch Burstein
On Mon, Nov 23, 2015 at 8:10 PM, Chad Clabaugh wrote: > As a relatively new contributor to Fossil I am uncertain what the process > is, and what to expect, after pushing changes to Fossil I can share my experience as from contributing in the past if it helps you. First

Re: [fossil-users] Why Hash

2015-09-10 Thread Baruch Burstein
On Thu, Sep 10, 2015 at 1:44 PM, Jacek Cała wrote: > All in all, I think it would be nice to add these little things to the > console client, so the need for the GUI is only for those who really hate > console. Some of us (yes, even some programmers) think of it the other

Re: [fossil-users] Why Hash

2015-09-10 Thread Baruch Burstein
On Thu, Sep 10, 2015 at 8:03 PM, j. van den hoff wrote: > > and it really is just irrelevant for the simple envisaged convenience > measure: being able to use the ranks instead of the hashes for identifying > checkins in _my_ clone when interacting with fossil. I am

Re: [fossil-users] Why Hash

2015-09-09 Thread Baruch Burstein
On Wed, Sep 9, 2015 at 10:12 PM, j. van den hoff wrote: > in a breach of promise to myself to never again argue in favour of this > functionality on the fossil mailing list (it came up a few times over the > last years): > > having simple chronological checkin numbers

Re: [fossil-users] SVN-fs-dump-format-version: 3 will produce unusable blobs

2015-08-26 Thread Baruch Burstein
I am sorry it took me so long to get to this. I don't know if it is still relevant for you, but I fixed this here: http://fossil-scm.org/index.html/info/24048eadf9247452 -- ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı ___ fossil-users mailing

Re: [fossil-users] SVN-fs-dump-format-version: 3 will produce unusable blobs

2015-03-23 Thread Baruch Burstein
On Mon, Mar 23, 2015 at 11:26 PM, Jan Nijtmans jan.nijtm...@gmail.com wrote: 2015-03-20 16:55 GMT+01:00 Kain Abel isoru...@gmail.com: I hope someone can reproduce this behavior: Yes, I can reproduce that. See:

Re: [fossil-users] Fossil version 1.32

2015-03-15 Thread Baruch Burstein
On Sat, Mar 14, 2015 at 4:30 PM, Richard Hipp d...@sqlite.org wrote: Fossil version 1.32 is now available on the download page: https://www.fossil-scm.org/download.html The new builds all use version numbers in their names instead of dates. All previous builds have been removed from the

Re: [fossil-users] compiling on branches svn-import* are broken

2015-02-22 Thread Baruch Burstein
On Sun, Feb 22, 2015 at 4:41 PM, Kain Abel isoru...@gmail.com wrote: I've used a src-zip from branch svn-import_no-svn-rev HEAD (f273714ebf6400b99b225ad463293f7c174102a5) and trying to compile it with msvc 2012. The process was terminated due to syntax error's in file src\import.c. Sorry,

Re: [fossil-users] compiling on branches svn-import* are broken

2015-02-22 Thread Baruch Burstein
On Sun, Feb 22, 2015 at 5:17 PM, Baruch Burstein bmburst...@gmail.com wrote: On Sun, Feb 22, 2015 at 4:41 PM, Kain Abel isoru...@gmail.com wrote: I've used a src-zip from branch svn-import_no-svn-rev HEAD (f273714ebf6400b99b225ad463293f7c174102a5) and trying to compile it with msvc 2012

Re: [fossil-users] Fossil version 1.31 testing

2015-02-17 Thread Baruch Burstein
On Wed, Feb 18, 2015 at 1:55 AM, Richard Hipp d...@sqlite.org wrote: I'd like to release Fossil version 1.31 soon. Before the end of February. See https://www.fossil-scm.org/fossil/doc/trunk/www/changes.wiki for a summary of changes. Just wanted to say I am happy to see the fossil

Re: [fossil-users] Alternative skin for the main Fossil website

2015-02-12 Thread Baruch Burstein
On Wed, Feb 11, 2015 at 5:21 PM, Richard Hipp d...@sqlite.org wrote: You can now access the Fossil self-hosting repository using the San Francisco Modern skin at: https://www.fossil-scm.org/skin2 Please let me know if you see any problems with the look of this alternative skin. When

Re: [fossil-users] Alternative skin for the main Fossil website

2015-02-12 Thread Baruch Burstein
On Thu, Feb 12, 2015 at 9:59 AM, Baruch Burstein bmburst...@gmail.com wrote: On Wed, Feb 11, 2015 at 5:21 PM, Richard Hipp d...@sqlite.org wrote: You can now access the Fossil self-hosting repository using the San Francisco Modern skin at: https://www.fossil-scm.org/skin2 Please let

Re: [fossil-users] Search feature

2015-01-28 Thread Baruch Burstein
On Wed, Jan 28, 2015 at 7:10 PM, Jungle Boogie jungleboog...@gmail.com wrote: Hello, I'm really happy to see this: http://www.fossil-scm.org/index.html/info/046d7430bfec4bbb3ddb0ba6fac4c2474095f7b7 Question: Will this also eventually let you search file names i.e. http_socket.c This

Re: [fossil-users] Creating a commit without a parent

2015-01-22 Thread Baruch Burstein
On Thu, Jan 22, 2015 at 11:43 AM, Andy Gibbs andyg1...@hotmail.co.uk wrote: Hi, I am trying to create a commit without a parent, effectively so that I can create a separate stream inside my repository, in no way linked to trunk and all its branches. I cannot find in the documentation how

Re: [fossil-users] Creating a commit without a parent

2015-01-22 Thread Baruch Burstein
On Thu, Jan 22, 2015 at 11:58 AM, Stephan Beal sgb...@googlemail.com wrote: On Thu, Jan 22, 2015 at 10:56 AM, Stephan Beal sgb...@googlemail.com wrote: On Thu, Jan 22, 2015 at 10:43 AM, Andy Gibbs andyg1...@hotmail.co.uk wrote: I am trying to create a commit without a parent, effectively

[fossil-users] Why is fusefs support compiled in by default?

2015-01-19 Thread Baruch Burstein
Shouldn't it be added only by whoever needs it? It is not needed for regular use. -- ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] Lack of fault tolerance during import

2015-01-18 Thread Baruch Burstein
On Sun, Jan 18, 2015 at 1:42 PM, Kelly Dean ke...@prtime.org wrote: This is with Fossil 1.29. root@helpme:/mnt/hgfs/emacs# time git fast-export --all | fossil import --git emacs.fossil [A few hours later:] Rebuilding repository meta-data... [A day later:] 100.0% complete...

Re: [fossil-users] Fossil appears vulnerable to transaction replay attack

2015-01-11 Thread Baruch Burstein
On Mon, Jan 12, 2015 at 7:50 AM, Kelly Dean ke...@prtime.org wrote: I haven't tried this, or looked at the code. I'm just going by the description at: https://www.fossil-scm.org/index.html/doc/tip/www/password.wiki In the ‟Sync Protocol Authentication” section, it calls the sha1 hash of the

Re: [fossil-users] FLOSS interview

2015-01-08 Thread Baruch Burstein
On Thu, Jan 8, 2015 at 6:55 AM, Scott Robison sc...@casaderobison.com wrote: Just watched the interview at http://twit.tv/show/floss-weekly/320 ... good job! I can't believe DRH didn't drop my name, but I'll forgive him this time. {snicker} Oh, and I'm always looking for a good text editor.

Re: [fossil-users] FLOSS interview

2015-01-08 Thread Baruch Burstein
On Thu, Jan 8, 2015 at 7:34 PM, bch brad.har...@gmail.com wrote: Time to collect information on the weak/missing parts and either add them to the comments of FLOSS Weekly, get Leo to publish an addendum note, or publish an addendum on fossil-scm.org w/ link to original interview. I would be

Re: [fossil-users] Fwd: Troubles rendering some unicode characters?

2015-01-06 Thread Baruch Burstein
On Tue, Jan 6, 2015 at 8:45 PM, Ron W ronw.m...@gmail.com wrote: On Tue, Jan 6, 2015 at 12:32 PM, Richard Hipp d...@sqlite.org wrote: Expanding this question from fossil-dev to fossil-users after more reports of problems. Apparently some unicode arrow characters (U+2b06, U+2b07, and U+21f3)

Re: [fossil-users] diff --tk features and to-dos. Was: Diff against working copy

2014-12-30 Thread Baruch Burstein
Why was this never merged into trunk? Is it still awaiting more development, or was it deemed unsuitable for standard fossil, or was it just forgotten? On Thu, Oct 23, 2014 at 8:11 PM, Andreas Kupries andre...@activestate.com wrote: Fossil currently does not have FTS on content, be it code,

Re: [fossil-users] two questions abut git import

2014-12-29 Thread Baruch Burstein
On Mon, Dec 29, 2014 at 10:45 AM, Luca Ferrari fluca1...@infinito.it wrote: Hi all, I'm new to fossil, therefore apologize for my trivial questions. I've imported a quite big git repository (around 500 GB) to fossil without any problem, but: 1) if I get it right the fossil repo file must be

Re: [fossil-users] File age in the tree view

2014-12-24 Thread Baruch Burstein
On Tue, Dec 23, 2014 at 5:28 PM, Joerg Sonnenberger jo...@britannica.bec.de wrote: On Tue, Dec 23, 2014 at 03:15:41PM +0200, Baruch Burstein wrote: I just discovered that the JS I used is not supported in IE=9. What is the policy on supporting older browsers? I would normally draw

Re: [fossil-users] File age in the tree view

2014-12-23 Thread Baruch Burstein
On Thu, Dec 18, 2014 at 1:22 AM, Baruch Burstein bmburst...@gmail.com wrote: I just pushed a rough try at doing this filtering client-side as-you-type. Needs polish, but works. It does only a simple text match, but it would be trivial to change this to case-insensitive and/or regex matching

Re: [fossil-users] File age in the tree view

2014-12-23 Thread Baruch Burstein
On Tue, Dec 23, 2014 at 3:23 PM, Richard Hipp d...@sqlite.org wrote: On Tue, Dec 23, 2014 at 8:15 AM, Baruch Burstein bmburst...@gmail.com wrote: On Thu, Dec 18, 2014 at 1:22 AM, Baruch Burstein bmburst...@gmail.com wrote: I just pushed a rough try at doing this filtering client-side

Re: [fossil-users] File age in the tree view

2014-12-23 Thread Baruch Burstein
On Tue, Dec 23, 2014 at 3:52 PM, Richard Hipp d...@sqlite.org wrote: On Tue, Dec 23, 2014 at 8:43 AM, Baruch Burstein bmburst...@gmail.com wrote: On Tue, Dec 23, 2014 at 3:23 PM, Richard Hipp d...@sqlite.org wrote: On Tue, Dec 23, 2014 at 8:15 AM, Baruch Burstein bmburst...@gmail.com

Re: [fossil-users] Remove flat-view from menu? Was: File age in the tree view

2014-12-18 Thread Baruch Burstein
On Wed, Dec 17, 2014 at 3:05 AM, Richard Hipp d...@sqlite.org wrote: I think the flat-view functionality should be preserved. (Who knows how many links to the flat-view exist on various wiki pages, tickets, and check-in comments.) But I don't see a reason to have it using up valuable

Re: [fossil-users] Remove flat-view from menu? Was: File age in the tree view

2014-12-18 Thread Baruch Burstein
On Wed, Dec 17, 2014 at 3:17 AM, Stephan Beal sgb...@googlemail.com wrote: On Wed, Dec 17, 2014 at 2:16 AM, Stephan Beal sgb...@googlemail.com wrote: Actually... i use the flat view more often than not. That's probably just historical momentum (and the way my old menus are all set up). i

Re: [fossil-users] Remove flat-view from menu? Was: File age in the tree view

2014-12-18 Thread Baruch Burstein
On Wed, Dec 17, 2014 at 3:31 AM, Richard Hipp d...@sqlite.org wrote: On Tue, Dec 16, 2014 at 8:17 PM, Stephan Beal sgb...@googlemail.com wrote: On Wed, Dec 17, 2014 at 2:16 AM, Stephan Beal sgb...@googlemail.com wrote: Actually... i use the flat view more often than not. That's probably

Re: [fossil-users] Remove flat-view from menu? Was: File age in the tree view

2014-12-18 Thread Baruch Burstein
On Thu, Dec 18, 2014 at 1:46 PM, Baruch Burstein bmburst...@gmail.com wrote: On Wed, Dec 17, 2014 at 3:31 AM, Richard Hipp d...@sqlite.org wrote: On Tue, Dec 16, 2014 at 8:17 PM, Stephan Beal sgb...@googlemail.com wrote: On Wed, Dec 17, 2014 at 2:16 AM, Stephan Beal sgb...@googlemail.com

Re: [fossil-users] Remove flat-view from menu? Was: File age in the tree view

2014-12-18 Thread Baruch Burstein
On Thu, Dec 18, 2014 at 3:51 PM, Richard Hipp d...@sqlite.org wrote: How many separate files are in that project? How do I check? -- ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] Remove flat-view from menu? Was: File age in the tree view

2014-12-18 Thread Baruch Burstein
On Thu, Dec 18, 2014 at 4:00 PM, Richard Hipp d...@sqlite.org wrote: On Thu, Dec 18, 2014 at 8:57 AM, Baruch Burstein bmburst...@gmail.com wrote: On Thu, Dec 18, 2014 at 3:51 PM, Richard Hipp d...@sqlite.org wrote: How many separate files are in that project? How do I check

Re: [fossil-users] Remove flat-view from menu? Was: File age in the tree view

2014-12-18 Thread Baruch Burstein
On Thu, Dec 18, 2014 at 4:39 PM, Richard Hipp d...@sqlite.org wrote: Wow. Are you at liberty to share the rest of the /stat page with us? I posted the link above. It is the netbsd src repo. http://netbsd.sonnenberger.org/stat -- ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı

Re: [fossil-users] Remove flat-view from menu? Was: File age in the tree view

2014-12-18 Thread Baruch Burstein
On Thu, Dec 18, 2014 at 7:34 PM, Richard Hipp d...@sqlite.org wrote: Baruch: Can you pull a /tree from your big repo, do a Save As... of the page to a file, check its size, then run gzip across it and check its compressed size? Also if you can do grep 'li class=' page.html | wc to let us

Re: [fossil-users] File age in the tree view

2014-12-17 Thread Baruch Burstein
On Wed, Dec 17, 2014 at 8:06 PM, Ashwin Hirschi fossi...@reflexis.com wrote: It seems to me that the display of file ages would be improved by removing the minus signs. People would then read e.g. 64.7 days as: this file is 64.7 days *old* (or, older than the reference point). Another way

Re: [fossil-users] File age in the tree view

2014-12-17 Thread Baruch Burstein
On Tue, Dec 16, 2014 at 11:04 PM, Richard Hipp d...@sqlite.org wrote: On Tue, Dec 16, 2014 at 3:53 PM, jungle Boogie jungleboog...@gmail.com wrote: Additionally/alternatively, some search feature around the checkin link to help filter results better. (similar to control F in the browser

Re: [fossil-users] Error with 64 bit assembler for match.S of zlib

2014-11-21 Thread Baruch Burstein
On Fri, Nov 21, 2014 at 11:13 AM, Robert Engelhardt m...@robert-engelhardt.de wrote: Hello all, I'm compiling fossil under Windows 8.1 with gcc 4.9.1 (x64-native). Unfortunately check-in [270897a301] broke the build process for me: When trying to compile compat/zlib/contrib/asm686/match.S,

Re: [fossil-users] Fossil checksum

2014-10-28 Thread Baruch Burstein
On Tue, Oct 28, 2014 at 3:09 PM, Jungle Boogie jungleboog...@gmail.com wrote: From what I've read regarding the fossil documentation, it seems that sha1 hashes are used for the files. Is that still correct? Yes If it is sha1, are there plans to switch to sha256? I am not an authority on

Re: [fossil-users] Fossil checksum

2014-10-28 Thread Baruch Burstein
On Tue, Oct 28, 2014 at 7:31 PM, B Harder brad.har...@gmail.com wrote: That said -- I would like an option to pop and discard from a branch tip. Possible? If the repo has been sync'd, then that work would come back to you on next sync (that's understood), but if it hasn't been sync'd, it

Re: [fossil-users] Uncommit. Was: Fossil checksum

2014-10-28 Thread Baruch Burstein
On Tue, Oct 28, 2014 at 11:25 PM, Richard Hipp d...@sqlite.org wrote: Just be VERY CAREFUL that you don't add an artifact that is also used in some other check-out that you want to keep, because after you shun it will be gone forever. Shouldn't the shunning function/command take care of

Re: [fossil-users] SVN -- Fossil Chiselapp hosting

2014-10-26 Thread Baruch Burstein
On Fri, Oct 24, 2014 at 4:58 PM, Ron W ronw.m...@gmail.com wrote: Not sure if anything in this might be helpful, but I found this: https://github.com/oopos/fossil/tree/master/tools/cvs2fossil I haven't looked at it yet, but it strikes me as somewhat ironic that a tool for converting CVS to

Re: [fossil-users] SVN -- Fossil Chiselapp hosting

2014-10-26 Thread Baruch Burstein
On Sun, Oct 26, 2014 at 10:28 AM, Baruch Burstein bmburst...@gmail.com wrote: On Fri, Oct 24, 2014 at 4:58 PM, Ron W ronw.m...@gmail.com wrote: Not sure if anything in this might be helpful, but I found this: https://github.com/oopos/fossil/tree/master/tools/cvs2fossil I haven't looked

Re: [fossil-users] SVN -- Fossil Chiselapp hosting

2014-10-23 Thread Baruch Burstein
On Thu, Oct 23, 2014 at 7:26 PM, Ron W ronw.m...@gmail.com wrote: Also, another reason in favor of a direct importer: Git only tracks the heads of branches. No history is being lost, just that determining what branch a given commit belongs to is difficult. Therefor, git-fast-import doesn't

Re: [fossil-users] SVN -- Fossil Chiselapp hosting

2014-10-20 Thread Baruch Burstein
On Mon, Oct 20, 2014 at 4:39 PM, Ron W ronw.m...@gmail.com wrote: Please make your in-progress SVN imported avilable. I will try to do this later tonight -- ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı ___ fossil-users mailing list

Re: [fossil-users] SVN -- Fossil Chiselapp hosting

2014-10-19 Thread Baruch Burstein
I have been working recently (albeit slowly) on a 'fossil import --svn' option. I haven't pushed it since I didn't know if it would end up going anywhere, but if people are interested in seeing partial work, I can push it. -- ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı

[fossil-users] Is it possible to add empty folders to the repo?

2014-10-06 Thread Baruch Burstein
I tried doing: mkdir a fossil add a but that didn't work. -- ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı ___ 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] Is it possible to add empty folders to the repo?

2014-10-06 Thread Baruch Burstein
Just for the record: I was not looking for a way to do this. I am trying to work on a svn-import command, and since svn allows this, I just wanted to make sure that I was right in thinking fossil does not allow it, and empty dirs will not get imported. -- ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ

[fossil-users] Using prev/current/next in ui

2014-08-14 Thread Baruch Burstein
Hi, If I start the ui by doing `fossil ui` in the directory of an open checkout, the ui pages don't except prev/next/current as valid revision names. Is this a bug? I am using fossil on Windows. Is this true also on Linux, or does it have to do with fossil starting a new instance to serve HTTP

Re: [fossil-users] Using prev/current/next in ui

2014-08-14 Thread Baruch Burstein
On Thu, Aug 14, 2014 at 1:47 PM, Stephan Beal sgb...@googlemail.com wrote: On Thu, Aug 14, 2014 at 12:03 PM, Baruch Burstein bmburst...@gmail.com wrote: Interestingly... it does work on linux with ui, at least with the /dir page. This may be page-dependent. Which pages aren't working for you

Re: [fossil-users] Using prev/current/next in ui

2014-08-14 Thread Baruch Burstein
On Thu, Aug 14, 2014 at 1:03 PM, Baruch Burstein bmburst...@gmail.com wrote: If I start the ui by doing `fossil ui` in the directory of an open checkout, the ui pages don't except prev/next/current as valid revision names. Is this a bug? I am using fossil on Windows. Is this true also

Re: [fossil-users] Using prev/current/next in ui

2014-08-14 Thread Baruch Burstein
On Thu, Aug 14, 2014 at 3:43 PM, Stephan Beal sgb...@googlemail.com wrote: On Thu, Aug 14, 2014 at 2:31 PM, Baruch Burstein bmburst...@gmail.com wrote: BTW, why is this done like this on Windows, instead of doing the same as linux (where the HTTP requests are handled directly by the server

Re: [fossil-users] Wiki formatting

2014-08-13 Thread Baruch Burstein
On Wed, Aug 13, 2014 at 12:48 AM, Warren Young war...@etr-usa.com wrote: I'll test this in IE7, IE9 and IE10 later on today. As a part-time web developer, I would suggest IE7 compatibility be considered a bonus if it works, not something to bother fixing if it doesn't. That is what I do today

Re: [fossil-users] (New To Fossil): Repo Workflow / Should I Clone Or Use Many Opens

2014-08-12 Thread Baruch Burstein
On Wed, Aug 6, 2014 at 3:14 PM, Richard Hipp d...@sqlite.org wrote: Advisory locks are used. So cooperating programs know to not have two programs writing at once. But Dropbox is not a cooperating program in this context. Dropbox just opens the file and writes, without paying any

Re: [fossil-users] (New To Fossil): Repo Workflow / Should I Clone Or Use Many Opens

2014-08-12 Thread Baruch Burstein
On Tue, Aug 12, 2014 at 1:35 PM, Stephan Beal sgb...@googlemail.com wrote: On Tue, Aug 12, 2014 at 10:29 AM, Baruch Burstein bmburst...@gmail.com wrote: I am curious how fossil itself manages this. While sqlite DBs (including the fossil repository) are generally expected to only be read

[fossil-users] A simple thought/idea on the click-to-diff feature

2014-08-07 Thread Baruch Burstein
Hi, The idea of just clicking on 2 revisions in the timeline to get a diff is very convenient, but I would like to suggest a small improvement: No matter what order I click the boxes in, it should display the diff from the older to the newer. To me it just makes more sense, since that is what I

Re: [fossil-users] (New To Fossil): Repo Workflow / Should I Clone Or Use Many Opens

2014-08-06 Thread Baruch Burstein
On Fri, Aug 1, 2014 at 4:15 PM, Richard Hipp d...@sqlite.org wrote: I don't know how closely a DropBox folder follows correct (published) filesystem semantics. If DropBox is doing some no-standard things, then it might be possible to corrupt the repository if it lives in a DropBox folder. I

Re: [fossil-users] (New To Fossil): Repo Workflow / Should I Clone Or Use Many Opens

2014-08-06 Thread Baruch Burstein
On Wed, Aug 6, 2014 at 2:47 PM, Richard Hipp d...@sqlite.org wrote: On Wed, Aug 6, 2014 at 2:11 AM, Baruch Burstein bmburst...@gmail.com wrote: To the best of my knowledge, Dropbox is not a virtual filesystem. It is a regular folder in the regular filesystem that is managed by the OS

Re: [fossil-users] (New To Fossil): Repo Workflow / Should I Clone Or Use Many Opens

2014-08-03 Thread Baruch Burstein
I would also point out this thread: http://lists.fossil-scm.org:8080/pipermail/fossil-users/2014-May/016241.html. Make sure to read the whole thread. -- ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı ___ fossil-users mailing list

Re: [fossil-users] Suggestion for cloning

2014-07-29 Thread Baruch Burstein
On Tue, Jul 29, 2014 at 5:10 AM, Andy Bradford amb-fos...@bradfords.org wrote: When cloning a repository, if I don't have write privileges, can autosync by default be set to pullonly in the clone, to prevent annoying pull only - not authorized to push? Are you suggesting that

[fossil-users] Suggestion for cloning

2014-07-27 Thread Baruch Burstein
When cloning a repository, if I don't have write privileges, can autosync by default be set to pullonly in the clone, to prevent annoying pull only - not authorized to push? Maybe this should be the default always, even if I have write permission, in order to prevent accidental pushes? --

Re: [fossil-users] DRH's PGCon 2014 Keynote (with Fossil sighting!)

2014-06-02 Thread Baruch Burstein
At 28:18 drh suggests that key/value pair engines will not stand the test of time. Isn't sqlite4 going to be a key/value engine? On Mon, Jun 2, 2014 at 9:00 AM, Andy Bradford amb-fos...@bradfords.org wrote: Thus said B Harder on Sun, 01 Jun 2014 22:42:39 -0700: I think drh unnecessarily

Re: [fossil-users] Is it advisable to put a .fossil repository on Dropbox?

2014-05-07 Thread Baruch Burstein
On Wed, May 7, 2014 at 8:03 AM, Gerald Gutierrez gerald.gutier...@gmail.com wrote: I have a fossil repository that I use on two machines, one at work and one at home. For this one, I'd rather not host it at an online location. So I tried to to put the fossil file on Dropbox instead so that

Re: [fossil-users] Partial hash collision

2014-03-26 Thread Baruch Burstein
On Tue, Mar 25, 2014 at 11:50 PM, Andy Goth andrew.m.g...@gmail.com wrote: and allows you to search for commits by prefix. IOW the prefix thing is a pure convenience to reduce the amount of stuff to enter. Understood, but this convenience feature feeds back into the database when the user

Re: [fossil-users] Partial hash collision

2014-03-26 Thread Baruch Burstein
I was wrong. See http://www.fossil-scm.org/index.html/artifact/ebb0 On Wed, Mar 26, 2014 at 9:15 AM, Baruch Burstein bmburst...@gmail.comwrote: On Tue, Mar 25, 2014 at 11:50 PM, Andy Goth andrew.m.g...@gmail.comwrote: and allows you to search for commits by prefix. IOW the prefix thing

Re: [fossil-users] Partial hash collision

2014-03-26 Thread Baruch Burstein
-26 11:42 GMT+01:00 Baruch Burstein bmburst...@gmail.com: On Wed, Mar 26, 2014 at 12:30 PM, Richard Hipp d...@sqlite.org wrote: But, as the longest collision I've yet seen is only 4 characters, I never have gotten around to modifying the display logic. Just for the record: Fossil itself

Re: [fossil-users] Automating fossil source builds?

2014-03-23 Thread Baruch Burstein
On Sun, Mar 23, 2014 at 5:49 AM, Jon jon.for...@gmail.com wrote: but I haven't yet found a way to create a URL to download a tarball for a specific release tag of fossil. Ideally, I'd like to type `./build_fossil.ps1 1.28` and have it download the tarball from

Re: [fossil-users] tree-view of files

2014-01-06 Thread Baruch Burstein
On Tue, Jan 7, 2014 at 4:48 AM, Richard Hipp d...@sqlite.org wrote: Tnx. That works great. It's on the server now, after a few modifications, such as adding the expand query parameter which causes the display to start in an expanded state. One issue I have: There is now no longer a way

[fossil-users] Minor bug in new views

2014-01-04 Thread Baruch Burstein
File ages view: No buttons to go to other views. All other views: There seems to be some inconsistency about which button are displayed. I don't remember the old behavior, but I think Tip/Trunk/All should always be displayed (except when on Tip/Trunk/All), and 2 of Flat View/Tree View/File ages

[fossil-users] Commit dry-run

2013-08-13 Thread Baruch Burstein
When doing a `fossil com -n`, it still asks me for a commit message, even though I am not really doing a commit. Is this expected behavior? -- ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı ___ fossil-users mailing list

Re: [fossil-users] Commit dry-run

2013-08-13 Thread Baruch Burstein
On Tue, Aug 13, 2013 at 12:15 PM, Stephan Beal sgb...@googlemail.comwrote: On Tue, Aug 13, 2013 at 8:51 AM, Baruch Burstein bmburst...@gmail.comwrote: When doing a `fossil com -n`, it still asks me for a commit message, even though I am not really doing a commit. Is this expected behavior

Re: [fossil-users] libfossil minor milestone: tag app

2013-08-12 Thread Baruch Burstein
On Mon, Aug 12, 2013 at 12:44 AM, Stephan Beal sgb...@googlemail.comwrote: Hi, all, Another status update for what is still tentatively known as libfossil... I have a small question about libfossil - is the http server considered part of the lib, or part of the app? If the app, are wiki

Re: [fossil-users] Inofficial naming contest...

2013-07-30 Thread Baruch Burstein
On Tue, Jul 30, 2013 at 1:06 PM, Stephan Beal sgb...@googlemail.com wrote: Hi, all, As most of you know, work has begun on a prototype of what i unfortunately dubbed fossil v2. As it turns out, everything i want to do can be done on top of current repos, with no repo-level incompatibilities

Re: [fossil-users] Random thoughts on Fossil v2

2013-07-28 Thread Baruch Burstein
On Wed, Jul 24, 2013 at 5:33 PM, Steve Landers st...@digitalsmarties.comwrote: On 24/07/2013, at 6:25 AM, Baruch Burstein bmburst...@gmail.com wrote: Having recently graduated and on my first job, I am very interested in what seems to me to be completely irrational. In the past year I have

Re: [fossil-users] Random thoughts on Fossil v2

2013-07-24 Thread Baruch Burstein
On Wed, Jul 24, 2013 at 2:00 PM, Stephan Beal sgb...@googlemail.com wrote: On Wed, Jul 24, 2013 at 9:38 AM, Edward Berner e...@bernerfam.com wrote: Personally, I'd vote for Fossil to remain C89. Specifically I'd like Microsoft Visual C++ 6.0 on Windows NT 4.0 to continue to be a usable

Re: [fossil-users] Random thoughts on Fossil v2

2013-07-22 Thread Baruch Burstein
On Mon, Jul 22, 2013 at 12:00 PM, Stephan Beal sgb...@googlemail.comwrote: * built-in full text search for tickets. Searching has been one of the most-requested features for fossil lately. The main difficulty is that it's not as simple as select * from xyz where field like ... because

Re: [fossil-users] Random thoughts on Fossil v2

2013-07-21 Thread Baruch Burstein
My wishlist: 1. Full-text search through the file contents and history. Search this list for howto `grep' through old revisions to see some ideas (mine is at the end of that thread), but some other ideas could work great, too. 2. Partial pulls - I mean that if pulling from a large repository, and

Re: [fossil-users] howto `grep' through old revisions

2013-01-31 Thread Baruch Burstein
On Mon, Jan 28, 2013 at 5:37 PM, Richard Hipp d...@sqlite.org wrote: I haven't yet figure out the right syntax for doing a grep of files in the repository. The implementation should be relatively easy once the right interface is designed. Suggestions are welcomed. My 2 cents: fossil

Re: [fossil-users] Improvements to side-by-side diff

2012-12-16 Thread Baruch Burstein
Another suggestion: Since visual diffs are always for text files (I think), it doesn't make much sense to mark partial words as changed. If the whole word is not unchanged, then the whole word is changed. I am referring to things like line 73817 on the left in the fourth link below. On Sat, Dec

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

2012-12-12 Thread Baruch Burstein
On Wed, Dec 12, 2012 at 1:24 AM, Jan Danielsson jan.m.daniels...@gmail.comwrote: I'm willing to bet that the number of times people will type fossil mv/rm X Y and not actually want to mv/rm X to Y just afterwards is vanishingly small. More to the point; let's reverse your -s-flag; I.e.:

Re: [fossil-users] howto `grep' through old revisions

2012-11-25 Thread Baruch Burstein
On Sat, Nov 24, 2012 at 9:53 PM, Bernd Paysan bernd.pay...@gmx.de wrote: Am Samstag, 24. November 2012, 20:28:16 schrieb j. v. d. hoff: what you propose could easily be filter out from a full recursive search backward through all revisions (and it would require such a search), right?

[fossil-users] Feature suggestion

2012-11-05 Thread Baruch Burstein
Can there be an interface in the web-UI to the remote-url with a button for pull/push/sync? Or can someone suggest which page of the admin interface this would belong on? -- ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı ___ fossil-users mailing

[fossil-users] shun from cl

2012-10-31 Thread Baruch Burstein
Can sunning be done from cl (or via script) or only the UI? -- ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] Timeline paging

2012-09-11 Thread Baruch Burstein
Not critical at all, but when paging the timeline using the older button, the last event on the current page is also the first event on the next page. I am curious if this intentional , an oversight or just was easier to do this way as it doesn't really make a difference? -- ˙uʍop-ǝpısdn sı

[fossil-users] Partial clone/sync

2012-09-09 Thread Baruch Burstein
Would it be possible to do partial clones/syncs? It seems that by the definition of a fossil repository this should be trivial (receiving artifacts in any order). I am asking because It took me a few days to successfully clone http://netbsd.sonnenberger.org/ on a bad connection. A few times I had

  1   2   >