[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';

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 d...@sqlite.org wrote: On Wed, Jun 4, 2014 at 12:53 PM, B Harderbrad.har...@gmail.com 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

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

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

[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

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 sgb...@googlemail.com To: Fossil SCM user's discussion fossil-users@lists.fossil-scm.org Subject: Re: [fossil-users] Random thoughts on Fossil v2 Message-ID:

Re: [fossil-users] Fossil error when pushing

2013-02-20 Thread Arnel Legaspi
On Tue, Feb 19, 2013 at 11:32 PM, Arnel Legaspi jalespr...@gmail.comwrote: 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 received: 0 Round

Re: [fossil-users] Fossil error when pushing

2013-02-20 Thread Arnel Legaspi
On Wed, Feb 20, 2013 at 1:44 PM, Arnel Legaspi jalespr...@gmail.com 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+pushingl=fossil-users%40lists.fossil-scm.org]. Is my email address getting blocked

[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

[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] 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

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 import the

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 Hippd...@sqlite.org Subject: Re: [fossil-users] Errors during compile in Windows 7 x64 To: fossil-users@lists.fossil-scm.org Message-ID:

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 Legaspijalespr...@gmail.com wrote: 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

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] Copy of Linux version of GPL Fossil

2010-09-08 Thread Arnel Legaspi
On Tue, Sep 7, 2010 at 3:40 PM, Ross Berteig r...@cheshireeng.com 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

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

2010-09-08 Thread Arnel Legaspi
-- Forwarded message -- From: Richard Hipp d...@sqlite.org 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 jalespr...@gmail.com wrote

[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