Re: [fossil-users] how to find a delta manifest?

2013-08-18 Thread Isaac Jurado
are quite interesting because they follow the same design concepts as Mercurial's delta storage. I have already mentioned it, but I have a Fossil branch that can generate delta manifests on import. However, I still don't have any place to publish it. Regards. -- Isaac Jurado The noblest

Re: [fossil-users] how to find a delta manifest?

2013-08-18 Thread Isaac Jurado
On Sun, Aug 18, 2013 at 1:59 PM, Stephan Beal sgb...@googlemail.com wrote: On Sun, Aug 18, 2013 at 10:53 AM, Isaac Jurado dipto...@gmail.com wrote: It's about backwards compatibility. Fossil will not generate delta manifest on commit unless there already are delta manifest on the repository

Re: [fossil-users] incomplete documentation?

2013-08-09 Thread Isaac Jurado
El 09/08/2013 14:18, Richard Hipp d...@sqlite.org escribió: On Fri, Aug 9, 2013 at 7:40 AM, Isaac Jurado dipto...@gmail.com wrote: As I understand it, in Fossil, the history is mostly driven by the date and time of the events, whereas in Git and Hg ancestry relationship comes first. I

Re: [fossil-users] best practices during a large rewrite

2013-08-08 Thread Isaac Jurado
history is beautifully clean. I hope it helps. Best regards. -- Isaac Jurado The noblest pleasure is the joy of understanding Leonardo da Vinci ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman

Re: [fossil-users] Unshun: CSRF attempt error

2013-07-29 Thread Isaac Jurado
){ if( g.okCsrf ) return; if( fossil_strcmp(P(csrf), g.zCsrfToken)==0 ){ g.okCsrf = 1; return; } fossil_fatal(Cross-site request forgery attempt); } Regards. -- Isaac Jurado The noblest pleasure is the joy of understanding Leonardo da Vinci

Re: [fossil-users] Unshun: CSRF attempt error

2013-07-29 Thread Isaac Jurado
to rebuild the repository. The Regards. -- Isaac Jurado The noblest pleasure is the joy of understanding Leonardo da Vinci ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil

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

2013-07-22 Thread Isaac Jurado
not be necessary and the current process model could be kept. Best regards. -- Isaac Jurado The noblest pleasure is the joy of understanding Leonardo da Vinci ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org

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

2013-07-22 Thread Isaac Jurado
On Mon, Jul 22, 2013 at 1:04 PM, Isaac Jurado dipto...@gmail.com wrote: - Ensuring API/ABI compatibility is harder. And this actually slows down development because new features have to be implemented Sorry, incomplete sentence: New features would have to be implemented

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

2013-07-22 Thread Isaac Jurado
maintenance too, and a compatibility compromise if often necessary for practical reasons. Regards. -- Isaac Jurado The noblest pleasure is the joy of understanding Leonardo da Vinci ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http

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

2013-07-22 Thread Isaac Jurado
: 1.1.1 Clone A to D: 1.1.2 Clone B to E: 1.2.1 Clone B to F: 1.2.2 A creates ticket: 1.1.1 B creates ticket: 1.2.1 Regards. -- Isaac Jurado The noblest pleasure is the joy of understanding Leonardo da Vinci ___ fossil-users mailing list fossil-users

Re: [fossil-users] Problem Importing From Git

2013-07-19 Thread Isaac Jurado
in bytes. If I'm correct the size of the Makefile content should approximately match: content_size = reported_size + linecount_in_content Once this behaviour is confirmed, the next step is to look out for guilty parties ;-) Regards. -- Isaac Jurado The noblest pleasure is the joy

Re: [fossil-users] Problem Importing From Git

2013-07-18 Thread Isaac Jurado
El 18/07/2013 20:53, Aaron W.Hsu arcf...@sacrideo.us escribió: [snip] I hope this helps! I am not sure which line contributes to the failed import. I forgot to ask earlier but, do you have non-latin filenames or some textual content. I'm asking because git generates octal escaped sequences

Re: [fossil-users] Diff doesn't appear correct with incremental import

2013-07-15 Thread Isaac Jurado
other version control system does it. If you have some patience, I may take a look at it once I finish testing my import patches that generate delta manifests. Regards. -- Isaac Jurado The noblest pleasure is the joy of understanding Leonardo da Vinci

Re: [fossil-users] Problem Importing From Git

2013-07-11 Thread Isaac Jurado
El 12/07/2013 00:28, Aaron W.Hsu arcf...@sacrideo.us escribió: I have a Git fast-export that comes in at around 322MB in size or thereabouts. I am running the Windows version of Fossil from 2013-06. I run the following from within PowerShell and get some funny output: C:\... git fast-export

Re: [fossil-users] Fossil Repository with remote users

2013-07-11 Thread Isaac Jurado
El 11/07/2013 17:52, Trachta, Nathan [USA] trachta_nat...@bah.com escribió: Hi, I’m looking at using Fossil as a CM tool. Because of our systems I’m looking at having a stand-alone Fossil repository with remote users who need to have access to clones of the repository. This means the

Re: [fossil-users] Why delta manifests?

2013-07-02 Thread Isaac Jurado
On Mon, Jul 1, 2013 at 9:44 PM, Joerg Sonnenberger jo...@britannica.bec.de wrote: On Mon, Jul 01, 2013 at 05:18:40PM +0200, Isaac Jurado wrote: On Mon, Jul 1, 2013 at 4:52 PM, Joerg Sonnenberger Delta manifests are not meant to reduce the repository size, but the amount of parsing to be done

Re: [fossil-users] Why delta manifests?

2013-07-01 Thread Isaac Jurado
On Mon, Jul 1, 2013 at 4:52 PM, Joerg Sonnenberger jo...@britannica.bec.de wrote: On Mon, Jul 01, 2013 at 12:08:42AM +0200, Isaac Jurado wrote: After the results, the conclusion is obvious: the generic artifact delta compression is outperforming the delta manifest convention. So the question

[fossil-users] Importing moderately sized repositories

2013-06-30 Thread Isaac Jurado
. Is there any other SQLite tunable that can improve performance even at the cost of resistance to hardware failure? Thanks in advance. -- Isaac Jurado The noblest pleasure is the joy of understanding. Leonardo da Vinci ___ fossil

[fossil-users] Why delta manifests?

2013-06-30 Thread Isaac Jurado
they were added after artifact delta compression. Which actually seems even more confusing. Best regards. -- Isaac Jurado The noblest pleasure is the joy of understanding. Leonardo da Vinci ___ fossil-users mailing

Re: [fossil-users] ticket: binary problems on Mac?

2013-06-28 Thread Isaac Jurado
binaries, so in Mach'O may not apply. Regards. -- Isaac Jurado The noblest pleasure is the joy of understanding Leonardo da Vinci ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo

[fossil-users] Importing git copies and renames

2013-06-17 Thread Isaac Jurado
)==0 ){ gg.fromLoaded = 1; }else if( memcmp(zLine, N , 2)==0 ){ -- Isaac Jurado The noblest pleasure is the joy of understanding. Leonardo da Vinci ___ fossil-users mailing list fossil-users@lists.fossil

Re: [fossil-users] Markdown

2013-05-29 Thread Isaac Jurado
El 29/05/2013 06:28, Jonathan Otsuka djg...@gmail.com escribió: Downloads are not compiled with --markdown (its still experimental) you will need to checkout and compile fossil with --markdown yourself. Beware that --mardown is not a configure option anymore, in trunk, so it will be enabled by

Re: [fossil-users] Handling renames on import

2013-05-29 Thread Isaac Jurado
Replying Richard Hipp: On Mon, May 27, 2013 at 3:35 PM, Isaac Jurado dipto...@gmail.com wrote: Hello, I'm testing Fossil by migrating a bunch of Mercurial repositories. Unlike Git, Mercurial tracks file renames. However, in order to create a Fossil repository I have to follow the Mercurial

Re: [fossil-users] Git import newlines in comments

2013-05-27 Thread Isaac Jurado
or just at rendering. -- Isaac Jurado The noblest pleasure is the joy of understanding Leonardo da Vinci ___ 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] Git import newlines in comments

2013-05-27 Thread Isaac Jurado
: pre; } Reference: http://stackoverflow.com/a/9753612/1100958 Regards. -- Isaac Jurado The noblest pleasure is the joy of understanding Leonardo da Vinci ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil

Re: [fossil-users] Git import newlines in comments

2013-05-27 Thread Isaac Jurado
you're running. In your version, I guess you could try with the .timelineTableCell class, although that will change more than you expect. Regards. -- Isaac Jurado The noblest pleasure is the joy of understanding. Leonardo da Vinci

[fossil-users] Handling renames on import

2013-05-27 Thread Isaac Jurado
not removed. So, finally, my question is. What is that code lacking in order to correctly import copy and rename information? Regards. -- Isaac Jurado The noblest pleasure is the joy of understanding. Leonardo da Vinci

Re: [fossil-users] Handling renames on import

2013-05-27 Thread Isaac Jurado
a bit irrational I must admit, in testing how Fossil's repository size responds to renames as I tend to reorganize code quite often. Specially since Mercurial suffers a bit dramatically in most cases. Thanks for your time. Best regards. -- Isaac Jurado The noblest pleasure is the joy