Re: [fossil-users] Webpage for multiple fossil repositories - configuration options?

2017-06-05 Thread Andreas Kupries
; /> Repository List Available Repositories: atom.fossil blob.fossil [...] Usable, of basic. Integration with a surounding website requires some customization for style and links, etc. -- See you,

Re: [fossil-users] Older fossil archives are not rebuild-able

2017-12-12 Thread Andreas Kupries
Enter: ALTER TABLE config ADD COLUMN mtime INTEGER; > Then: UPDATE config SET mtime=now(); > > Let me know if that helps. -- See you, Andreas Kupries

Re: [fossil-users] What should email notifications look like?

2018-06-24 Thread Andreas Kupries
in fx code. -- See you, Andreas Kupries <http://core.tcl.tk/akupries/> Developer @ SUSE (MicroFocus Canada LLC) EuroTcl 2018, Jul 7-8, Munich/DE, http://eurotcl.eu/ Tcl'2018, Oct 15-19, Houston, TX, USA. https://www.tcl

Re: [fossil-users] email testing - no subscriber table?

2018-06-24 Thread Andreas Kupries
The fx system might go beyond what you are doing, I have not checked your work yet. The main config is for tickets, to tell the system which fields to look at for additional email addresses beyond the type specific destinations. -- See you, Andreas Kupries <ht

Re: [fossil-users] "time skew" message now appearing

2011-01-27 Thread Andreas Kupries
el your > network, then this should not be happening. Is fossil playing nice with tools like 'sockspy' ? If yes this could be used to investigate what is actually going over the wire, i.e see the actual headers and such. -- Andreas Kupries Senior Tcl Developer ActiveState, The Dynamic

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

2011-02-08 Thread Andreas Kupries
a bundle really is in essence a .zip with a bit of additional information. -- Andreas Kupries Senior Tcl Developer ActiveState, The Dynamic Language Experts P: 778.786.1122 F: 778.786.1133 andre...@activestate.com http://www.activestate.com Get insights on Open Sourc

Re: [fossil-users] switch statement

2011-02-17 Thread Andreas Kupries
On 2/17/2011 4:02 PM, Ron Wilson wrote: > Does TH1 implement switch AFAIK no. Grep the fossil sources for '** TH' (pattern '\*\* TH'). -- Andreas Kupries Senior Tcl Developer ActiveState, The Dynamic Language Experts P: 778.786.1122 F: 778.786.1133 andre.

[fossil-users] A helper function I have for a shorter commandline

2011-03-02 Thread Andreas Kupries
http://paste.tclers.tk/2370 -- Andreas Kupries Senior Tcl Developer ActiveState, The Dynamic Language Experts P: 778.786.1122 F: 778.786.1133 andre...@activestate.com http://www.activestate.com Get insights on Open Source and Dynamic Languages at www.activestate.com/blog

Re: [fossil-users] A helper function I have for a shorter commandline

2011-03-02 Thread Andreas Kupries
On 3/2/2011 9:17 AM, Lluís Batlle i Rossell wrote: > On Wed, Mar 02, 2011 at 09:05:55AM -0800, Andreas Kupries wrote: >> >> http://paste.tclers.tk/2370 > > Hello, > > "$@" is what you want for quoting arguments maintaining spaces. Thanks. I'll try that.

Re: [fossil-users] Verify integrity with repo-cksum off?

2011-03-08 Thread Andreas Kupries
test-integrity, and test-verify-all I believe these two go quite deep -- Andreas Kupries Senior Tcl Developer ActiveState, The Dynamic Language Experts P: 778.786.1122 F: 778.786.1133 andre...@activestate.com http://www.

Re: [fossil-users] Verify integrity with repo-cksum off?

2011-03-08 Thread Andreas Kupries
entire repository before archiving it and sending it off to the remote > backup server. Is there an explicit command to do this (fossil help > doesn't list any particularly obvious "check", "fsck" or anything of the > sort), or can one provoke such a check to happen

Re: [fossil-users] Vandalism on download page

2011-03-11 Thread Andreas Kupries
andle this button (JavaScript ?) From the help. Note the default! auto-captcha If enabled, the Login page provides a button to fill in the captcha password. Default: on -- Andreas Kupries Senior Tcl Developer ActiveState, The Dynamic Language Expert

Re: [fossil-users] Fossil not removing files when switching branches

2011-07-13 Thread Andreas Kupries
== > > file2 should not appear when I am viewing the trunk branch because it > doesn't exist there- it only exists in the branch2 branch. > > ___ > fossil-users mailing list > fossil-users@lists.fossil-scm.org

Re: [fossil-users] Fossil not removing files when switching branches

2011-07-13 Thread Andreas Kupries
changes are retained and applied to the new checkout. [...] > > Should fossil close/open behave differently from fossil update? Is this a bug > in Fossil, or is it deliberate? That question will have to be answered by Richard, I believe. > > > On Wed, Jul 13

Re: [fossil-users] any interest in integrating jimtcl w/ fossil?

2011-09-20 Thread Andreas Kupries
ORT-FILE ? -- Andreas Kupries Senior Tcl Developer ActiveState, The Dynamic Language Experts P: 778.786.1122 F: 778.786.1133 andre...@activestate.com http://www.activestate.com Get insights on Open Source and Dynamic Languages at www.activestate.com/b

Re: [fossil-users] any interest in integrating jimtcl w/ fossil?

2011-09-20 Thread Andreas Kupries
On 9/20/2011 9:59 AM, Martin S. Weber wrote: On 09/20/11 12:55, Andreas Kupries wrote: On 9/20/2011 9:01 AM, Martin S. Weber wrote: On a side note, fossil should grow something to import artifacts-with-history from other projects/databases. How would the proposed command (extension) differ

Re: [fossil-users] any interest in integrating jimtcl w/ fossil?

2011-09-20 Thread Andreas Kupries
On 9/20/2011 10:17 AM, Stephan Beal wrote: On Tue, Sep 20, 2011 at 7:15 PM, Andreas Kupries mailto:andre...@activestate.com>> wrote: Especially in the presence of branches. This however I leave to others to think about. Was the branch/leave pun intended? ;) No. And not notic

Re: [fossil-users] Fossil and Git joint projects?

2011-11-04 Thread Andreas Kupries
] http://git.samba.org/?p=jelmer/dulwich.git [2] http://hg-git.github.com/ P.S. github != git, maybe tickets and wikis can be synchronized too (to some level) using the gihub API. -- Andreas Kupries Senior Tcl Developer ActiveState, The Dynamic Language Experts P: 778.786.1122 F: 778.786.1133

Re: [fossil-users] fossil/git interaction

2012-01-09 Thread Andreas Kupries
uld need a mentor (better two). Something to think about as well. (*) A quick look at hg-git it seems to use something called Dulwich, a pure-Python package to access git repositories. P -- Andreas Kupries Senior Tcl Developer ActiveState, The Dynamic Language Experts P: 778.786.1122 F: 7

Re: [fossil-users] fossil/git interaction

2012-01-09 Thread Andreas Kupries
u are using for that ? > I can't comment on the stability of the process in the other direction, but modulo the usual fallout from git rebase pushes, it should work. -- Andreas Kupries Senior Tcl Developer ActiveState, The Dynamic Language Experts P: 778.786.1122 F: 778.786.1133 andre.

Re: [fossil-users] fossil/git interaction

2012-01-10 Thread Andreas Kupries
On 1/9/2012 5:05 PM, Joerg Sonnenberger wrote: On Mon, Jan 09, 2012 at 03:52:02PM -0800, Andreas Kupries wrote: On 1/9/2012 12:16 PM, Joerg Sonnenberger wrote: On Sun, Jan 08, 2012 at 12:42:17PM -0800, Russ Paielli wrote: You can easily provide a git mirror of a fossil repository. It can be

Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Andreas Kupries
tation. How did your setup (with vimdiff) look like ? -- Andreas Kupries Senior Tcl Developer ActiveState, The Dynamic Language Experts P: 778.786.1122 F: 778.786.1133 andre...@activestate.com http://www.activestate.com Get insights on Open Source and Dyn

Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Andreas Kupries
s from the patch. (Instead of editing in a regular editor.) At least some of the appeal might be how easy the git-gui tool makes it to (graphically) select the chunks, even pieces of chunks, to commit. -- Andreas Kupries Senior Tcl Developer ActiveState, The Dynamic Language Experts P: 778.78

Re: [fossil-users] Retro side-by-side diffs

2012-02-03 Thread Andreas Kupries
nly one that would be the one I would go for. If both looks get their own strong following then it might be advisable to have an admin setting in the repository to choose which of the looks to show. (Ad *): http://core.tcl.tk/tk/ci/1cb7c1e06a?sbs=1 -- Andreas Kupries Senior Tcl Developer

Re: [fossil-users] Behavior of rm, mv, and changes/extra

2012-02-28 Thread Andreas Kupries
asing mechanism? For example, in a Bourne compatible shell you could place this in your .shrc file: alias cip='fossil ci --private' Not everyone uses Unix. Are there Windows shells supporting aliases, outside of 'mingw/bash' ? -- Andreas Kupries Senior Tcl Developer Code to Clou

[fossil-users] 1st Call For Papers, 19th Annual Tcl/Tk Conference 2012

2012-04-02 Thread Andreas Kupries
e tcl-announce mailing list. Conference Committee Clif Flynt Noumena CorpGeneral Chair, Website Admin Andreas Kupries ActiveState Software Inc. Program Chair Cyndy Lilagan Nat. Museum of Health & Medicine

Re: [fossil-users] managing documentation in Fossil?

2012-04-20 Thread Andreas Kupries
an of course be arranged. Maybe you can get a typist like Richard Stallman... http://en.wikipedia.org/wiki/Speech_recognition_in_Linux -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster™ P: 778.786.1122 F: 778.786.1133 andre...@activestate.com http://www.activestate.

Re: [fossil-users] managing documentation in Fossil?

2012-04-20 Thread Andreas Kupries
Kernighan's PIC language (See http://troff.org/papers.html for papers on it). -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster™ P: 778.786.1122 F: 778.786.1133 andre...@activestate.com http://www.activestate.com Learn about Stackato for Private PaaS:

Re: [fossil-users] managing documentation in Fossil?

2012-04-20 Thread Andreas Kupries
On 4/20/2012 10:34 AM, Mike Meyer wrote: On Fri, 20 Apr 2012 10:26:26 -0700 Andreas Kupries wrote: On 4/20/2012 7:34 AM, Mike Meyer wrote: ... Things like architectural diagrams wind up there, and ... I like to program my diagrams, instead of drawing them. Easier to change, and the code

Re: [fossil-users] Signing

2012-05-22 Thread Andreas Kupries
rror-story.html Some discussion about the article is at http://news.ycombinator.com/item?id=4007229 -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster™ P: 778.786.1122 F: 778.786.1133 andre...@activestate.com http://www.activestate.com Learn about Stackato f

Re: [fossil-users] Any documentation on transfer settings?

2012-05-23 Thread Andreas Kupries
all implementation of Tcl, although not as small as TH1. My point is that an external Tcl should not be necessary or pointed to. I do not know the details, sorry. Although I seem to remember that the JimTcl maintainer is on this list and reading... -- Andreas Kupries Senior Tcl Developer Code

Re: [fossil-users] "losing" history in private branch merge?

2012-05-25 Thread Andreas Kupries
ese tags are hard to get rid of. So perhaps we should go back to the original design? -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster™ P: 778.786.1122 F: 778.786.1133 andre...@activestate.com http://www.activestate.com Learn about Stackato for Private PaaS: http://

[fossil-users] 2nd Call For Papers, 19th Annual Tcl/Tk Conference 2012

2012-05-30 Thread Andreas Kupries
e tcl-announce list. See: http://code.activestate.com/lists/tcl-announce to subscribe to the tcl-announce mailing list. Conference Committee Clif Flynt Noumena CorpGeneral Chair, Website Admin Andreas Kupries ActiveState Softwar

Re: [fossil-users] SQLite 4

2012-06-27 Thread Andreas Kupries
akes the change easier tough)). Writing documentation helps (me) in that regard too, as does writing a testsuite. -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster™ P: 778.786.1122 F: 778.786.1133 andre...@activestate.com http://www.activestate.com Learn about Stackato f

Re: [fossil-users] clang-analyzer results (unchecked setgid/setuid returns)

2012-06-29 Thread Andreas Kupries
On 6/29/2012 1:49 PM, John Nowak wrote: Hopefully some Fossil developer finds this useful: http://heap.johnnowak.com/2012/06/29/scan-build-2012-06-29-1/ How complicated is the generation of such a report ? (Are scripts for this available ?) -- Andreas Kupries Senior Tcl Developer Code to

Re: [fossil-users] clang-analyzer results (unchecked setgid/setuid returns)

2012-06-29 Thread Andreas Kupries
27;. You'll also want to do a 'make clean' beforehand if that wasn't obvious. Some tips on using scan-build are available here: http://clang-analyzer.llvm.org/scan-build.html Thanks. -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster™ P: 778

Re: [fossil-users] Changing metadata on checkins

2012-07-23 Thread Andreas Kupries
help commands shows everything, include the test-* commands. (f is my shortcut to fossil). -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster™ P: 778.786.1122 F: 778.786.1133 andre...@activestate.com http://www.activestate.com Learn about Stackato for Private PaaS: http:/

Re: [fossil-users] Making a private branch public? (fwd)

2012-08-06 Thread Andreas Kupries
ssil rebuild > - - fossil tag list --raw 386ffcdf2f # includes 'private' > - - fossil info tcl2.fossil 386ffcdf2f # no such object > > I tried cancelling 'private' on my leaf, closing the leaf, rebuild, > create a new branch from the leaf - the new branch i

Re: [fossil-users] Secure auth without SSL

2012-08-07 Thread Andreas Kupries
m.org/index.html/doc/trunk/www/password.wiki Passwords [...] are not transmitted from one repository to another during a sync -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster™ P: 778.786.1122 F: 778.786.1133 andre...@activestate.com http://www.activestate.com Learn about S

[fossil-users] 3rd Call For Papers, 19th Annual Tcl/Tk Conference 2012

2012-08-07 Thread Andreas Kupries
-announce mailing list. Conference Committee Clif Flynt Noumena CorpGeneral Chair, Website Admin Andreas Kupries ActiveState Software Inc. Program Chair Cyndy Lilagan Nat. Museum of Health & Medicine

[fossil-users] Registration Open for 19th Annual Tcl/Tk Conference (Tcl'2012)

2012-09-10 Thread Andreas Kupries
community/tcl2012/schedule.html Conference Committee Clif Flynt Noumena CorpGeneral Chair, Website Admin Andreas Kupries ActiveState Software Inc. Program Chair Cyndy Lilagan Nat. Museum of Health & Medicine

[fossil-users] Hotel Room Rate Reminder - 19th Annual Tcl/Tk Conference (Tcl'2012)

2012-10-15 Thread Andreas Kupries
Noumena CorpGeneral Chair, Website Admin Andreas Kupries ActiveState Software Inc. Program Chair Cyndy Lilagan Nat. Museum of Health & Medicine, Chicago Site/Facilities Chair Arjen MarkusDeltares Bria

Re: [fossil-users] colorized fossil diff in the terminal

2012-11-05 Thread Andreas Kupries
r that. Thanks. (*) I put 'f delta' into my helper before --tk was invented, just a loop going from 'changes' to to run tkdiff/eskil etc. on the files. --tk is a bit nicer in that regard, seeing all changes in all files. And I learned about --unified. I had not thought abou

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

2012-11-26 Thread Andreas Kupries
/www.fossil-scm.org/index.html/doc/trunk/www/delta_format.wiki -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster™ P: 778.786.1122 F: 778.786.1133 andre...@activestate.com http://www.activestate.com Learn about Stackato for Private PaaS: http://www.activestate.com/stackat

Re: [fossil-users] Syncing with Github

2012-12-15 Thread Andreas Kupries
> fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster™ P: 778.786.1122 F: 778.786.1133 andre...@activestate.com http://www.activestate.com

[fossil-users] 1st Call For Papers, 19th Annual Tcl/Tk Conference 2012

2013-02-04 Thread Andreas Kupries
Clif Flynt Noumena CorpGeneral Chair, Website Admin Andreas Kupries ActiveState Software Inc. Program Chair Gerald Lester KnG Consulting, LLC Site/Facilities Chair Arjen MarkusDeltares Brian Griffin Mentor Graphics Cyn

[fossil-users] 2nd Call For Papers, 20th Annual Tcl/Tk Conference 2013

2013-04-09 Thread Andreas Kupries
ounce list. See: http://code.activestate.com/lists/tcl-announce to subscribe to the tcl-announce mailing list. Conference Committee Clif Flynt Noumena CorpGeneral Chair, Website Admin Andreas Kupries ActiveState Software Inc. Program Chair Ger

[fossil-users] Noted a chiselapp status update - positive news

2013-04-23 Thread Andreas Kupries
your account or repositories transfered, please log in sometime in the next week and delete your account or any repositories you do not want to be transfered. -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster™ F: 778.786.1133 andre...@activestate.com http://www.activestat

Re: [fossil-users] Noted a chiselapp status update - positive news

2013-04-23 Thread Andreas Kupries
On Tue, Apr 23, 2013 at 4:24 PM, Richie Adler wrote: > Andreas Kupries decía, en el mensaje "[fossil-users] Noted a chiselapp status > update - positive news" del Martes, 23 de Abril de 2013 13:17:18: > >> Update: Chiselapp found a new home. Starting May 1ish Chiselapp

[fossil-users] ChiselApp ChangeOver Complete

2013-04-30 Thread Andreas Kupries
. -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster™ F: 778.786.1133 andre...@activestate.com http://www.activestate.com Learn about Stackato for Private PaaS: http://www.activestate.com/stackato Tcl'2013, Sep 23-27, New Orleans, LA, USA @ http://www.tcl.tk/community/tc

Re: [fossil-users] Repo activity stats over time

2013-05-06 Thread Andreas Kupries
that. Note that the github repositories for Tcl/Tk are actually mirrors of the fossil repositories @ http://core.tcl.tk/ -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster™ F: 778.786.1133 andre...@activestate.com http://www.activestate.com Learn about Stackato for Priva

Re: [fossil-users] Repo activity stats over time

2013-05-06 Thread Andreas Kupries
On Mon, May 6, 2013 at 1:17 PM, Stephan Beal wrote: > On Mon, May 6, 2013 at 8:34 PM, Andreas Kupries > wrote: >> >> >> I liked >> > Screenshot: http://wanderinghorse.net/tmp/fossil-activity-commits.png > > > :) > > It's changed a bit since th

Re: [fossil-users] Did you know that Fossil could do...

2013-05-28 Thread Andreas Kupries
the web API (which pages, which CGI params) either. -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster™ F: 778.786.1133 andre...@activestate.com http://www.activestate.com Learn about Stackato for Private PaaS: http://www.activestate.com/stackato Tcl'2013, Sep 23-27, Ne

Re: [fossil-users] Did you know that Fossil could do...

2013-05-28 Thread Andreas Kupries
On Tue, May 28, 2013 at 9:05 AM, Stephan Beal wrote: > On Tue, May 28, 2013 at 5:55 PM, Andreas Kupries > wrote: >> >> ... Although I have to admit, I do not remember seeing such general >> documentation regarding the web API (which pages, which CGI params) >> eit

Re: [fossil-users] Did you know that Fossil could do...

2013-05-28 Thread Andreas Kupries
On Tue, May 28, 2013 at 12:32 PM, Richard Hipp wrote: > On Tue, May 28, 2013 at 11:55 AM, Andreas Kupries > wrote: >> Do we have a "tips & tricks" page in the documentation ? That might be >> a useful place, beyond the usual documentation of the fossil web pages

Re: [fossil-users] Chiselapp.com shutting down

2013-05-29 Thread Andreas Kupries
app.com/repositories/search/flint -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster™ F: 778.786.1133 andre...@activestate.com http://www.activestate.com Learn about Stackato for Private PaaS: http://www.activestate.com/stackato Tcl'2013, Sep 23-27, New Orleans,

[fossil-users] 3rd Call For Papers, 20th Annual Tcl/Tk Conference 2013

2013-06-05 Thread Andreas Kupries
See: http://code.activestate.com/lists/tcl-announce to subscribe to the tcl-announce mailing list. Conference Committee Clif Flynt Noumena CorpGeneral Chair, Website Admin Andreas Kupries ActiveState Software Inc. Program Chair Gerald Lester

Re: [fossil-users] Closing the "diff --tk" window

2013-06-24 Thread Andreas Kupries
Diff} > +@ bind . {exit} > @ set body {} > @ set mx 80 ;# Length of the longest line of text > @ set nLine 0;# Number of lines of text > +@ label .l -text {To exit press q or close the window.} How about making this a button? button .l -text Exit -command exit -- Andre

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

2013-06-28 Thread Andreas Kupries
https://github.com/andreas-kupries/tcl-linenoise ) On Fri, Jun 28, 2013 at 10:31 AM, Stephan Beal wrote: > Can anyone confirm/deny/elaborate on: > > http://www.fossil-scm.org/index.html/tktview/bf142968a8db271fb13cf46b715af9ebaad59f44 > > (i'm not a Mac user) > > Seems

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

2013-06-28 Thread Andreas Kupries
On Fri, Jun 28, 2013 at 10:57 AM, Stephan Beal wrote: > On Fri, Jun 28, 2013 at 7:48 PM, Andreas Kupries > wrote: >> >> As a side note, are people aware of >> https://github.com/msteveb/linenoise >> ? > > > THANK you! The thing which always keeps me

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

2013-06-28 Thread Andreas Kupries
And an important, IMHO, piece of info I forgot to note before! The msteveb linenoise variant is portable, i.e. it works on Windows, not just Unix. On Fri, Jun 28, 2013 at 11:11 AM, Andreas Kupries wrote: > On Fri, Jun 28, 2013 at 10:57 AM, Stephan Beal wrote: >> On Fri, Jun 28, 201

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

2013-07-25 Thread Andreas Kupries
> graph lib. Link ? Do you know lodepng / picopng ? http://lodev.org/lodepng/ -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster™ F: 778.786.1133 andre...@activestate.com http://www.activestate.com Learn about Stackato for Private PaaS: http://www.activestat

[fossil-users] Registration Open for 19th Annual Tcl/Tk Conference (Tcl'2012)

2013-08-06 Thread Andreas Kupries
edule.html Conference Committee Clif Flynt Noumena CorpGeneral Chair, Website Admin Andreas Kupries ActiveState Software Inc. Program Chair Cyndy Lilagan Nat. Museum of Health & Medicine, Chicago Site/Fa

Re: [fossil-users] Registration Open for 19th Annual Tcl/Tk Conference (Tcl'2012)

2013-08-06 Thread Andreas Kupries
cm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster™ F: 778.786.1133 andre...@activestate.com http://www.activestate.com Learn about Stackato for Private PaaS: http://www.activestate.com/stackato Tcl'2013,

[fossil-users] Hotel Room Rate Reminder - 20th Annual Tcl/Tk Conference (Tcl'2013)

2013-08-13 Thread Andreas Kupries
that page. Our schedule can be found at http://www.tcl.tk/community/tcl2013/schedule.html Conference Committee Clif Flynt Noumena CorpGeneral Chair, Website Admin Andreas Kupries ActiveState Software Inc. Program Chair Gerald Lester

[fossil-users] John Ousterhout Featured Speaker at Tcl New & Proven User Conference in New Orleans (Tcl'2013)

2013-08-18 Thread Andreas Kupries
Founder of Tool Command Language to talk about Tcl Past, Present & Future Ann Arbor, MI -- August 16, 2013 -- The Tcl/Tk User Association, which is celebrating over 20 years of innovation using the Tool Command Language (Tcl), confirmed today that John Ousterhout will be a Featured Speaker at the

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

2013-08-19 Thread Andreas Kupries
What makes tcl so special in this regard? -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster™ F: 778.786.1133 andre...@activestate.com http://www.activestate.com Learn about Stackato for Private PaaS: http://www.activestate.com/stackato Tcl'2013, Sep 23-27, Ne

Re: [fossil-users] Bikeshedding opportunity: back to the topic of "libfossil"'s name

2013-08-22 Thread Andreas Kupries
the moment (I don't > personally like seeing rm -r in a script ... especially one that I run > infrequently) > > On the other hand it has been working quite well for me with multiple pushes > looking as expected on the remote for a while, so maybe it can be a starting > p

Re: [fossil-users] Bikeshedding opportunity: back to the topic of "libfossil"'s name

2013-08-22 Thread Andreas Kupries
On Thu, Aug 22, 2013 at 1:13 PM, Stephan Beal wrote: > On Thu, Aug 22, 2013 at 9:50 PM, Andreas Kupries > wrote: >> >> Mirroring of fossil to git ? >> I use >> >> http://core.tcl.tk/akupries/fossil2git/index > > > @Chad: Andreas wins :) There

Re: [fossil-users] Incompatible and undocumented output change between 1.24 and 1.27

2013-10-07 Thread Andreas Kupries
formation out of the raw manifest we get this way. > The username > was therefore removed from the primary display in order to reduce the amount > of clutter and to make the output easier for humans to read. > > We will take your email as a feature request to add the username back in

Re: [fossil-users] Incompatible and undocumented output change between 1.24 and 1.27

2013-10-07 Thread Andreas Kupries
On Mon, Oct 7, 2013 at 12:18 PM, Ron Wilson wrote: > On Mon, Oct 7, 2013 at 2:37 PM, Andreas Kupries > wrote: >> >> (*) With bisect we have the change, and this know who made it. However >> sometimes it is possible to determine a problematic line without >> having

Re: [fossil-users] ticket management

2013-10-15 Thread Andreas Kupries
free text choice would probably be good to have? See /tktsetup_com That is the TH1 code defining the contents of the various predefined drop-downs. You have to be logged in as admin. Generally look at /tktsetup -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster

Re: [fossil-users] full-text search for tickets

2013-10-23 Thread Andreas Kupries
oesn't care if there are other tables in the > database, so nothing changes from fossil's perspective. Yes. > > -J > > PS: I've included the script as an attachment, if the mailing list strips > that I'll resend or share it somewhere else. The attachment c

Re: [fossil-users] full-text search for tickets

2013-10-23 Thread Andreas Kupries
On Wed, Oct 23, 2013 at 10:45 AM, Stephan Beal wrote: > On Wed, Oct 23, 2013 at 7:38 PM, Andreas Kupries > wrote: >> >> > >> > The nice thing is that fossil doesn't care if there are other tables in >> > the >> > database, so nothing changes

[fossil-users] On Ticket Notifications (Re: full-text search for tickets)

2013-10-23 Thread Andreas Kupries
: I.e. The repositories under akupries/, or any other personal repositories are not checked by the scripts on core.tcl.tk. As the akupries/* are my personal ones I am checking these from my home machine. === -- Andreas Kupries Senior Tcl Developer Code to Clou

Re: [fossil-users] full-text search for tickets

2013-10-23 Thread Andreas Kupries
On Wed, Oct 23, 2013 at 10:53 AM, Stephan Beal wrote: > > On Wed, Oct 23, 2013 at 7:52 PM, Andreas Kupries > wrote: >> >> Ok, so it has to be a separate database ... > > > i was going to wait until libfossil gets a rebuild op to propose this, but > now's as

Re: [fossil-users] full-text search for tickets

2013-10-23 Thread Andreas Kupries
On Wed, Oct 23, 2013 at 11:17 AM, Stephan Beal wrote: > On Wed, Oct 23, 2013 at 8:08 PM, Andreas Kupries > wrote: >> >> I generally agree ... >> >> "fx_" ? (Fossil eXtension) > > > Sounds good to me (i was thinking something similar but longer

Re: [fossil-users] ChiselApp ChangeOver Complete

2014-01-07 Thread Andreas Kupries
repo by other means. On Tue, Jan 7, 2014 at 8:51 AM, Gour wrote: > On Tue, 30 Apr 2013 13:22:55 -0700 > Andreas Kupries > wrote: > >> People visiting the chiselapp.com domain should see, well, a slight >> difference on the homepage. >> Backups are listed as weekly n

Re: [fossil-users] looking for interesting new fossil skins

2014-02-11 Thread Andreas Kupries
om will have to do." -- Bigby Wolf > > ___________ > fossil-users mailing list > fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- Andreas Kupries Senior Tcl Developer Code to Cloud

[fossil-users] A fossil GUI ...

2014-02-11 Thread Andreas Kupries
... just seen on the Tcler's Wiki http://wiki.tcl.tk/39369 -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster(tm) F: 778.786.1133 andre...@activestate.com http://www.activestate.com Learn about Stackato for Private PaaS: http://www.activestate.com/sta

Re: [fossil-users] Emailing graphical diffs

2014-02-27 Thread Andreas Kupries
available for generating > graphical diffs of unmanaged files, which can be shared in the same way -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster(tm) F: 778.786.1133 andre...@activestate.com http://www.activestate.com Learn about Stackato for Private PaaS:

Re: [fossil-users] libfossil milestone: first checkin

2014-03-11 Thread Andreas Kupries
the only guaranteed byproduct of > those who insist on a perfect world, freedom will have to do." -- Bigby Wolf > > ___ > fossil-users mailing list > fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman/lis

Re: [fossil-users] libfossil milestone: first checkin

2014-03-11 Thread Andreas Kupries
quicker. (I asked Richard about the delta-m's in the past, and this I remember). -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster(tm) F: 778.786.1133 andre...@activestate.com http://www.activestate.com Learn about Stackato for Private PaaS: http:

Re: [fossil-users] Fossil server load control

2014-03-12 Thread Andreas Kupries
difficult as the disk cache over time extends its net of quickly served assets). -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster(tm) F: 778.786.1133 andre...@activestate.com http://www.activestate.com Learn about Stackato for Private PaaS: http://ww

Re: [fossil-users] Fossil server load control

2014-03-12 Thread Andreas Kupries
On Wed, Mar 12, 2014 at 10:25 AM, Richard Hipp wrote: > On Wed, Mar 12, 2014 at 1:13 PM, Andreas Kupries > wrote: >> >> On Wed, Mar 12, 2014 at 6:40 AM, Richard Hipp wrote: >> >> > And if you have alternative suggestions about how to keep a light-weight &

Re: [fossil-users] Partial hash collision

2014-03-25 Thread Andreas Kupries
-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster(tm) F: 778.786.1133 andre...@activestate.com http://www.activestate.com Learn about Stackato for Private Pa

Re: [fossil-users] Long lines in tickets shift summary off page.

2014-03-31 Thread Andreas Kupries
sers mailing list > fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster(tm) F: 778.786.1133 andre...@activestate.com http://www.activestate.com Learn about St

Re: [fossil-users] RCS import

2014-04-02 Thread Andreas Kupries
maintenance has been abandoned you should still be able to find it in the tools/cvs2fossil directory of the fossil sources. As a CVS repository is "just" a collection of RCS files this code had a parser for rcs files ... tools/cvs2fossil/lib/rcsparser.tcl -- Andreas Kupries Senior Tc

Re: [fossil-users] RCS import

2014-04-02 Thread Andreas Kupries
gt; -- > Andy Goth | > ___ > fossil-users mailing list > fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Fa

Re: [fossil-users] RCS import

2014-04-02 Thread Andreas Kupries
great lengths with lots of heuristics to assemble proper branches, as the information is dispersed in all the RCS files of the CVS repo and may not even match up properly, in terms of revision times, etc. IIRC the cvs2svn people had the best writeup of the horrors they encountered. -- Andreas

Re: [fossil-users] can fossil try harder on sync failure?

2014-04-17 Thread Andreas Kupries
ory structure, but not that he created a new project. > Like, if for some strange reason, Mr. Sonnenberger > decided to replace the NetBSD repo with the fossil repo, I'd be > pulling fossil source into my repo/ticket/wiki without a warning? > > Or is my ignorance showing ag

Re: [fossil-users] minor milestone: libfossil interactive shell

2014-04-21 Thread Andreas Kupries
27;, a CLI > editing library used here...) Linenoise is pretty awesome, as is the work Steve did with it (win portability, and quite a bit of extensions over antirez original). -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster(tm) F: 778.786.1133 andre...@active

Re: [fossil-users] Fossil update goes not get lastest checkin

2014-04-23 Thread Andreas Kupries
/ > http://gplus.to/sgbeal > "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of > those who insist on a perfect world, freedom will have to do." -- Bigby Wolf > > ___ > fossil-users mailing list > foss

Re: [fossil-users] Fossil update goes not get lastest checkin

2014-04-23 Thread Andreas Kupries
On Wed, Apr 23, 2014 at 9:15 AM, Stephan Beal wrote: > On Wed, Apr 23, 2014 at 6:12 PM, Andreas Kupries > wrote: >> >> I am wondering if the rebuild will also redo the cluster artifacts. > > > i have no idea - i'm not at all familiar with the sync-related code

Re: [fossil-users] Skip "Preview" step when editing a ticket?

2014-04-23 Thread Andreas Kupries
_ > fossil-users mailing list > fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster(tm) F: 778.786.1133 andre...@activestate.com http://www.activestate.com

Re: [fossil-users] Skip "Preview" step when editing a ticket?

2014-04-23 Thread Andreas Kupries
is definitely derived from Tcl tough. -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster(tm) F: 778.786.1133 andre...@activestate.com http://www.activestate.com Learn about Stackato for Private PaaS: http://www.activestate.com/stackato EuroTcl'2014, July 12-13,

[fossil-users] Question on config syncing

2014-04-28 Thread Andreas Kupries
at the local "user" table and lots of users are _not_ shown, especially not the new "mi" entry. It seems to happen for the self-registered user entries. Older entries of this type were apparently not pulled for my initial run either. Any idea why these are not retrieved by the c

Re: [fossil-users] Question on config syncing

2014-04-28 Thread Andreas Kupries
On Mon, Apr 28, 2014 at 5:27 PM, Richard Hipp wrote: > On Mon, Apr 28, 2014 at 8:23 PM, Richard Hipp wrote: >> On Mon, Apr 28, 2014 at 5:09 PM, Andreas Kupries >> wrote: >>> and lots of users are _not_ shown, especially not the new "mi" entry. >> Fos

Re: [fossil-users] Deleting user?

2014-04-29 Thread Andreas Kupries
r accounts but can't >> find any way to do that. > > That said, i would recommend (until we see a definitive answer) that you > simply disable the accounts. e.g. > > fossil user password NAME XYZ > > will set the password to XYZ (which the attacker presumably does not kno

Re: [fossil-users] Question on config syncing

2014-04-29 Thread Andreas Kupries
On Mon, Apr 28, 2014 at 6:55 PM, Andreas Kupries wrote: > On Mon, Apr 28, 2014 at 5:27 PM, Richard Hipp wrote: >> On Mon, Apr 28, 2014 at 8:23 PM, Richard Hipp wrote: >>> On Mon, Apr 28, 2014 at 5:09 PM, Andreas Kupries >>> wrote: > >>>> and lots of

  1   2   >