Re: [fossil-users] feature request: an option to enable "checkins only" as default for the timeline

2009-01-11 Thread Dan
Can't say I would.. to be honest, the wiki seems to be a poor cousin to the other functionality anyway, even the fossil docs are in the repository rather than the wiki, and I still haven't found myself using it for any of my own projects.. That said.. I am but a lone voice, so I would wait for

Re: [fossil-users] User interface design questions

2009-01-27 Thread Dan
I see UseCase1 as a private branch in a local clone of an existing repository. The ability to only 'sync' the last in a series of commits back to the 'master' repository would be good.. perhaps by extending the new branch functionality to be able to flag a particular branch as --private ??? (and

Re: [fossil-users] Compiling under mingw

2009-02-18 Thread Dan
No, I don't think you are doing anything wrong.. There are a couple of changes I have made to make fossil compile under windows.. Makefile.w32 Line 12 -SRCDIR = ../src +SRCDIR = ./src Line 19 -E = +E = .exe +INSTALLDIR = c:/users/daniel/apps (or obviously whatever

Re: [fossil-users] Persistent link to download

2009-03-19 Thread Dan
Forgive my assumption, but i'm not sure that answer fits the question that Mark is asking.. I believe the question is similar to one I have tried to sort out a few times (and am just about to tackle again.. so the timing is good).. The issue is that the download link for a particular set of fil

Re: [fossil-users] SQL interface [Was: fossil slow on binary file changes]

2009-03-21 Thread Dan
I have to say I agree that the software shouldn't encourage people to hack into the repository database.. As I have alluded to already, I have spent a bit of time in the db structure and it aint user friendly in any sense of the word.. (1 or 2 char table and field names are great for the progr

Re: [fossil-users] My Fossil Use Case (was Re: Using Git and Fossil to together)

2009-08-06 Thread Dan
tis funny, i could have written the same email a year ago.. but i have essentially given up for now.. though i am not blaming fossil for that.. i still think fossil could be the core of a very nice solo operation with "cloud" backup via sync, but the amount of customisation/scripting/triggers t

Re: [fossil-users] compact fossil binaries

2009-09-25 Thread Dan
th every recent update so i am not too concerned.. Dan On 24/09/2009 3:59 PM, Michael Richter wrote: > I just tried that myself on both Linux and Windows and saved almost a MB > each. Maybe the makefile should have a strip step in it? > > 2009/9/24 Altu Faltu mailto:altufa...@mail.

Re: [fossil-users] Building with Portable MingW

2010-03-30 Thread Dan
I have also got my setup working so that it builds under normal cmd.exe - i don't have time to document it in detail, but the key points are - no spaces in any paths anywhere (in XP, I use the vistaesque c:/users/ folder structure and point "my documents" to it, saves lots of headaches) -

Re: [fossil-users] SSL support, prebuilt binaries, Windows

2010-03-30 Thread Dan
don't know if its to do with versions, but i had to change it to LIB += -leay32 -lssl32 and that built fine, but i don't really know how to test the end result - since i don't have any use for ssl :) Daniel On 31/03/2010 3:54 AM, Rene de Zwart wrote: > Op Di, 30 maart, 2010 17:52, schreef Bjo

Re: [fossil-users] Makefile

2010-07-07 Thread Dan
Yep.. I build fossil in cmd.exe on vista regularly.. I have also managed to get ssh,git,perl + many other non windows friendly packages to work "natively" I do have mingw+msys installed, but the biggest hassle was a lot of time getting the PATH environment right.. especially the order of the

Re: [fossil-users] Proposed Change To Wiki vs. HTML

2010-07-28 Thread Dan
I haven't seen too many comments directly on this.. but I for one think this is a really really good idea. as long as this email is put in a page in the wiki (in whatever format :) and can be sent as a faq answer to all who bring up the subject again.. On 26/07/2010 7:47 AM, Richard Hipp wr

Re: [fossil-users] Projects Structuring

2010-08-24 Thread Dan
i've also tried to get this to work, but fossil has some issues with checking out multiple repositories to the same working folder/subfolder.. i haven't tried recently with the new ignore options, so it may be possible now, but I suspect it would take a bit of mucking around.. On 24/08/2010

Re: [fossil-users] windows testing & debugging help needed. Was: Enhancement: ssh:// sync method

2010-08-26 Thread Dan
i have ssh working under vista cmd.exe i have just rebuilt from the latest fossil sources (This is fossil version [34ea1e4abb] 2010-08-26 13:17:18 UTC).. however my host forces ssh onto a wierd port.. so if somebody has a (small) public repo that i could try and clone via ssh i'm happy to giv

Re: [fossil-users] Updated: Enhancement: ssh:// sync method

2010-08-28 Thread Dan
msys and mingw and cygwin all have ssh called ssh.. i don't see it beneficial to tie it to a custom (although very popular) windows application.. i say leave the default as ssh.exe and make a comment in the documentation about changing it to plink if the user doesn't have a better ssh setup rea

Re: [fossil-users] [PATCH] Update autosetup to support Solaris

2011-07-14 Thread Dan Kennedy
are not automatically added to LIBS. On Slackware (I guess other systems too) this seems to come up a lot. For example, you can't link the system SQLite without also explicitly linking libdl. And you can't link readline without also linking ncurses. And so on. So how should

Re: [fossil-users] FTS5 document typo?

2015-07-02 Thread Dan Kennedy
/draft/fts5.html Dan. On Wed, Jul 1, 2015 at 6:18 AM, Andy Goth wrote: > On 6/30/2015 6:14 PM, Andy Goth wrote: > > http://www.sqlite.org/fts5.html > > > > SELECT highlight(fts, 0, '' '') FROM fts WHERE fts MATCH ? > > > > Should there be a c

[fossil-users] "inflate fast" error on compile

2016-10-05 Thread Dan Raymond
make: *** [fossil.exe] Error 1 Any ideas as to how to sort this out please? Dan Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia Mail: PO Box 7815 Waterfront Place, Brisbane 4001 Tel:+61 733 600 255 Mob: +61 400 551 920 Fax: +61 733 600 222 Web: http://ecourban.c

[fossil-users] Favicon in Localhost

2016-10-10 Thread Dan Raymond
How to get a favicon to show if using localhost and embedded docs? Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia Mail: PO Box 7815 Waterfront Place, Brisbane 4001 Tel:+61 733 600 255 Mob: +61 400 551 920 Fax: +61 733 600 222 Web: http://ecourban.com.au

[fossil-users] Errors trying to compile

2016-10-12 Thread Dan Raymond
I am getting the following errors when trying to compile: What do I need to do? $ make -f win/Makefile.mingw gcc -Wall -Os -Lsrc/../compat/zlib -Isrc/../compat/zlib -DBROKEN_MINGW_CMDLINE=1 -c -o src/../compat/zlib/match.o -DASMV src/../compat/zlib/contrib/asm686/match.

Re: [fossil-users] Errors trying to compile

2016-10-12 Thread Dan Raymond
, Oct 13, 2016 at 11:28 AM, Joe Mistachkin wrote: > > Using that makefile with Cygwin is untested, unlikely to work, and > unsupported. > > Sent from my iPhone > https://urn.to/r/mistachkin > > On Oct 12, 2016, at 5:55 PM, Dan Raymond wrote: > > I am getting the f

Re: [fossil-users] Errors trying to compile

2016-10-12 Thread Dan Raymond
exe] Error 1 Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia Mail: PO Box 7815 Waterfront Place, Brisbane 4001 Tel:+61 733 600 255 Mob: +61 400 551 920 Fax: +61 733 600 222 Web: http://ecourban.com.au On Thu, Oct 13, 2016 at 11:39 AM, Richard Hipp wrote:

[fossil-users] Cloning issue

2017-03-14 Thread Dan Raymond
uot; to no avail On the host I can execute fossil server mydan.fossil and the web ui works as expected and opens the remote repository file and I can make wiki etc. Any clues would be appreciated as I would appreciate getting clone going Dan Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4

Re: [fossil-users] Cloning issue

2017-03-15 Thread Dan Raymond
ront Place, Brisbane 4001 Tel:+61 733 600 255 Mob: +61 400 551 920 Fax: +61 733 600 222 Web: http://ecourban.com.au On Wed, Mar 15, 2017 at 5:25 PM, Pietro Cerutti wrote: > > > > -- > Pietro Cerutti > g...@gahr.ch > On 15 Mar 2017, at 07:23, Dan Raymond wrote: &

[fossil-users] Non empty directories

2017-03-15 Thread Dan Raymond
How can I get the fossil add command to add new directories under the root checkout when they have new files in them. I understand fossil doesn't notice new empty directories when you use the add command, but these also have new files. The fossil add only adds files in the _FOSSIL_ directory. If

Re: [fossil-users] Non empty directories

2017-03-15 Thread Dan Raymond
Pietro, addremove Doesn't do it (version 2.10) add command doesn't pick up the folder even though there is a new file in it! AGGGGH! Dan Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia Mail: PO Box 7815 Waterfront Place, Brisbane 4001 Tel:+61 733 600 255

Re: [fossil-users] Non empty directories

2017-03-15 Thread Dan Raymond
empty ones!!) Dan Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia Mail: PO Box 7815 Waterfront Place, Brisbane 4001 Tel:+61 733 600 255 Mob: +61 400 551 920 Fax: +61 733 600 222 Web: http://ecourban.com.au On Wed, Mar 15, 2017 at 7:46 PM, Martin Gagnon wrote: >

Re: [fossil-users] Non empty directories

2017-03-15 Thread Dan Raymond
Martin, No they are normal names no dots. Dan Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia Mail: PO Box 7815 Waterfront Place, Brisbane 4001 Tel:+61 733 600 255 Mob: +61 400 551 920 Fax: +61 733 600 222 Web: http://ecourban.com.au On Wed, Mar 15, 2017 at 8:13

Re: [fossil-users] Non empty directories

2017-03-15 Thread Dan Raymond
dan@linux-dg65:~/Documents/Fossil/test1> ls Characters file1.txt mytest2.txt mytest3.txt mytest4.txt Plots sandwiches.txt dan@linux-dg65:~/Documents/Fossil/test1> mkdir Folder1 dan@linux-dg65:~/Documents/Fossil/test1> ls Characters file1.txt Folder1 mytest2.txt mytest3.txt my

Re: [fossil-users] Non empty directories

2017-03-15 Thread Dan Raymond
On Wed, Mar 15, 2017 at 8:58 PM, Pietro Cerutti wrote: > On 2017-Mar-15, 20:56, Dan Raymond wrote: > [-- Type: text/plain; charset=UTF-8, Encoding: quoted-printable, Size: > 5.0K --] > > dan@linux-dg65:~/Documents/Fossil/test1> ls > > Characters file1.txt mytes

Re: [fossil-users] Non empty directories

2017-03-15 Thread Dan Raymond
already on the tree. This only works for the root not the sub folders, they are ignored! Pity makes it hard to turn existing tree into initial repository content which I assumed. Thanks for help Dan Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia Mail: PO Box 7815 Waterfront

Re: [fossil-users] Cloning issue

2017-03-16 Thread Dan Raymond
arren Young" wrote: > On Mar 15, 2017, at 1:55 AM, Dan Raymond wrote: > > > > whenever I try to autosync back the other way I get a "not authorized to > write" error? > > That’s because you didn’t give your remote Fossil user name in the clone > URL. Hence

Re: [fossil-users] "Artifact '' does not exist in this repository."

2017-09-05 Thread Dan Barbarito
lhost:;    proxy_set_header Host $host;    } Regards Lutz ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users -- Dan Barbarito / Full Stack Web Developer http://ba

[fossil-users] typo on wiki page - low priority

2018-02-12 Thread Dan Mack
meant "attack", not "attach" on line #11. Dan ___ 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] Windows GUI that allows diff between two revisions?

2018-02-12 Thread Dan Mack
view - the red dot will appear in the circle *after* you click the first revision's circle you want to diff. When you click the other version, the graphical diff will appear below. Dan ___ fossil-users mailing list fossil-users@lists.foss

[fossil-users] Checking out the same check-in displays meaningless error

2018-06-26 Thread Dan Barbarito
"Missed call to db_end_transaction(). Rolling back." To reproduce, just run "fossil checkout tip" twice. I have not yet had the chance to try this on the 2.6 release build of Fossil but I figured I would let you all know that this is occurring anyway. Thanks!

[fossil-users] Fossil's (lack of) use of the Ticket system

2018-08-03 Thread Dan Barbarito
Hi all, I am trying to understand why Fossil itself does not use the built-in ticketing functionality. I understand that trolls + spammers may be a problem, but can't ticket changes simply be approved/denied? Using the ticketing system would give more people the opportunity to understand what bu

Re: [fossil-users] Fossil's (lack of) use of the Ticket system

2018-08-03 Thread Dan Barbarito
Take your time drh, this is by no means urgent. I really appreciate the clarification. On Fri, 03 Aug 2018 14:18:43 -0400 Richard Hipp wrote On 8/3/18, Dan Barbarito wrote: > Hi all, I am trying to understand why Fossil itself does not use the > built-in ticketing functional