Re: [fossil-users] re-thinking commit access to the main fossil repo...

2011-02-08 Thread Arnel Legaspi
> Can I encourage you to work on such a feature? (In a private clone > of the repository ;-)) Perhaps use the "import" and "export" > commands as a baseline. Maybe an option to the "export" command that > only exports a particular range of check-ins or a particular branch, > and options to

[fossil-users] Error with compiling Fossil on Windows 7 x64

2011-04-08 Thread Arnel Legaspi
Hello, Is anyone else compiling Fossil on Win7 x64 getting the following error? $ make -f win/Makefile.mingw gcc -o wbld/translate src/translate.c wbld\\translate.exe src/add.c >wbld/add_.c /bin/sh: wbldtranslate.exe: command not found make: *** [wbld/add_.c] Error 127 This compilation was done

[fossil-users] Writing Linux kernel-style commit messages in Fossil

2012-12-19 Thread Arnel Legaspi
Hello, Is there a way to have Linux kernel-style commit logs display the way they should be in the Fossil web UI? By "Linux kernel-style commit logs" I mean the way Tim Pope described it below: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html At the moment, multiple-line

[fossil-users] Proper use of "revert"

2013-01-30 Thread Arnel Legaspi
Hello - Yesterday I needed to revert back a commit involving 2 files to its parent commit. The working copy was at the tip (1255785c96) and I needed to get back to revision 4002407825. When I tried running "fossil revert -r 4002407825" I got the following error: fossil: the --revision option does

Re: [fossil-users] Fossil error when pushing

2013-02-20 Thread Arnel Legaspi
On Tue, Feb 19, 2013 at 11:32 PM, Arnel Legaspi wrote: > Hello - > > I'm getting the following error when pushing to a Fossil repo set up over > the local domain: > > $ fossil push --user acl > Push to http://192.168.0.19:6002/ > Error: not authorized to writet: 0

Re: [fossil-users] Fossil error when pushing

2013-02-20 Thread Arnel Legaspi
On Wed, Feb 20, 2013 at 1:44 PM, Arnel Legaspi wrote: > (What's also weird is this email never got listed to the Fossil ML > archives [see > http://www.mail-archive.com/search?q=Fossil+error+when+pushing&l=fossil-users%40lists.fossil-scm.org]. > Is my email address getting

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

2013-07-22 Thread Arnel Legaspi
On 7/22/2013 4:29 PM, fossil-users-requ...@lists.fossil-scm.org wrote: Date: Mon, 22 Jul 2013 10:02:47 +0200 From: Stephan Beal To: "Fossil SCM user's discussion" Subject: Re: [fossil-users] Random thoughts on Fossil v2 Message-ID: Content-Type: text/plain; charset="iso-8859-1" Hi, Cl

[fossil-users] Errors from 64-bit compilation of Fossil using MSVC

2013-09-16 Thread Arnel Legaspi
Hello, I got the following errors when I tried building the 64-bit version of Fossil using Visual Studio 2012 on a Windows 7 x64 machine: blob.obj : error LNK2019: unresolved external symbol deflate referenced in function blob_compress2 gzip.obj : error LNK2001: unresolved external symb

Re: [fossil-users] Errors from 64-bit compilation of Fossil using MSVC

2013-09-18 Thread Arnel Legaspi
On 9/18/2013 12:00 AM, Samuel Debionne wrote: It looks like you are not linking with zlib. You should (re)build a 64 bit version of zlib in the compat directory with the same command line environment you use to build fossil. Thank you! This worked. Interestingly enough, using GCC/MinGW (from

Re: [fossil-users] Scalability limits

2014-02-07 Thread Arnel Legaspi
On 2/8/2014 5:19 AM, Stephan Beal wrote: It would be really cool to see someone implement their own SCM based on fossil's core artifact model and their own db back-end, though. It would likely require a complete re-implementation, not just rewriting most of the SQL. Wasn't Veracity (http://vera

Re: [fossil-users] Bookmarks (Re: git->fossil->git does not, obtain the same commit hashes.)

2014-06-05 Thread Arnel Legaspi
On 6/5/2014 1:20 AM, Richard Hipp wrote: On Wed, Jun 4, 2014 at 12:53 PM, B Harder wrote: >Indeed, non-propagating tags are also "checkout-able" items. > >What am I missing about bookmarks that we can't already enjoy w/ tags, >outside of new syntax ? > Here's something that you get for free

[fossil-users] Locating the repo file for any given working directory

2015-08-21 Thread Arnel Legaspi
Hello, The current way I've been using to get the location of the current working directory's '.fossil' file is to open the _FOSSIL_ file inside the directory with the sqlite3 CLI app and run the following query: sqlite> select * from vvar where name = 'repository'; repository|../../fsl.

Re: [fossil-users] Hosted fossil solution

2010-07-29 Thread Arnel Legaspi
On 3:59 AM, Wolfgang wrote: > I'm using fossil in my local network, so it's not a problem, to use http. I > don't have the frameworks to build a https-version for windows (and no time > :-). I have Win32 builds of Fossil (including the HTTPS version) available if anyone needs it. The Fossil vers

[fossil-users] Copy of Linux version of GPL Fossil

2010-09-07 Thread Arnel Legaspi
Hello, Does anyone still have a copy somewhere of the compiled Linux version of the last GPL'd Fossil version (http://fossil-scm.org/index.html/info/ccc7701cc6)? I'm setting up a Fossil server for someone at work after getting introduced to it, but he prefers to use the GPL version as there ar

Re: [fossil-users] Copy of Linux version of GPL Fossil

2010-09-08 Thread Arnel Legaspi
On Tue, Sep 7, 2010 at 3:40 PM, Ross Berteig wrote: > You need the zlib development package to be available. The simple > answer is to say > >    sudo apt-get install zlib1g-dev > > to the shell. That should install everything you need to compile > and link against zlib. The other two related pack

Re: [fossil-users] fossil-users Digest, Vol 32, Issue 11

2010-09-08 Thread Arnel Legaspi
> -- Forwarded message -- > From: Richard Hipp > To: fossil-us...@lists.fossil-scm.org > Date: Tue, 7 Sep 2010 19:27:06 -0400 > Subject: Re: [fossil-users] Copy of Linux version of GPL Fossil > > > On Tue, Sep 7, 2010 at 5:10 PM, Arnel Legaspi wrote:

[fossil-users] Multiple repo setup getting "Internal Server Error" on Linux

2010-09-22 Thread Arnel Legaspi
Hello again, We've been playing around trying to set up a multiple-repo Fossil set up with one of the (currently) unused server machines we have at our department. We've put in 4 repos to show some of the developers that Fossil can work with multiple repos as well (and hopefully convince them

Re: [fossil-users] Multiple repo setup getting "Internal Server Error" on Linux

2010-09-23 Thread Arnel Legaspi
On 3:59 AM, Richard Hipp wrote: > Can you send me the complete text of your "Internal Server Error"? > -- > D. Richard Hipp > d...@sqlite.org Hello, Thanks for the quick response. Fortunately we were able to get one of our Unix admins to take a look at the error logs, an

Re: [fossil-users] New GUI

2010-10-12 Thread Arnel Legaspi
On 3:59 AM, markovi...@inwind.it wrote: > Hi, > I have released an open source, java-based simple gui for fossil. It is > intended for personal use and obviously comes with absolutely no warranty. > > I hope you enjoy it! > > http://code.google.com/p/jurassic-fossil/ This is nice - simple and func

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

2010-10-23 Thread Arnel Legaspi
Hello, I'm trying out Fossil's experimental branch and I'm using the one from check-in [4c1bcf6f6a] (2010-10-23 02:51:10). Looking at the timeline for my own project, I see the trunk tag has disappeared from all commits within trunk. Is the trunk branch now considered the "default" branch? The one

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

2010-10-24 Thread Arnel Legaspi
On 10/24/2010 6:59 AM, Arnel Legaspi wrote: > BTW, it's been good so far on both Windows XP and Windows 7 boxes. > I have not encountered any issues yet with the experimental branch, On my Windows XP box, I tried deconstructing/reconstructing a fresh clone of my repo and I got the fol

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

2010-12-20 Thread Arnel Legaspi
Hello, Compiling Fossil in 64-bit Windows 7 appears to stop after the "makeheaders" step. It produces the following error: Can't read input file ".\wobj\add_.c;.\wobj\add.h" // and so on... Checking the "wobj" folder, there are no files ending in *.h. I am using MinGW for this with GCC v4.5.1.

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

2010-12-22 Thread Arnel Legaspi
On 12/22/2010 5:35 PM, fossil-users-requ...@lists.fossil-scm.org wrote: > On Mon, Dec 20, 2010 at 6:11 PM, Arnel Legaspi wrote: > >> Hello, >> >> Compiling Fossil in 64-bit Windows 7 appears to stop after the >> "makeheaders" step. It produces the foll

Re: [fossil-users] fossil-users Digest, Vol 35, Issue 38

2010-12-26 Thread Arnel Legaspi
On 12/24/2010 7:45 AM, fossil-users-requ...@lists.fossil-scm.org wrote: > Message: 2 > Date: Thu, 23 Dec 2010 13:43:53 -0500 > From: Richard Hipp > Subject: Re: [fossil-users] Errors during compile in Windows 7 x64 > To: fossil-users@lists.fossil-scm.org > Message-ID: > > Content-Type: text/