Re: [fossil-users] translating fossil

2013-02-06 Thread Александр Орефков
Imho, need more develop json interface to enable construction of a quick and flexible UI ___ 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] translating fossil

2013-02-06 Thread Александр Орефков
I try some little translation user's web ui to Russian for my web-site. Its really hard and dirty work :( Some text I can translate by modifying header and footer, but other ui was rewriting in sources by many #ifdef LANG_RU ... #elif LANG_EN ... #endif and add -DLANG_RU in Makefile Many problem

Re: [fossil-users] ssh transport and tcsh

2013-02-06 Thread Matt Welland
On Wed, Feb 6, 2013 at 5:31 PM, Richard Hipp wrote: > > On Wed, Feb 6, 2013 at 6:22 PM, Matt Welland wrote: >> >> I got some help from a co-worker to test this fix. He ran 1000's of clones >> with bash as a login shell and with tcsh as a login shell with zero >> problems. Can a couple other fol

Re: [fossil-users] ssh transport and tcsh

2013-02-06 Thread Richard Hipp
On Wed, Feb 6, 2013 at 6:22 PM, Matt Welland wrote: > I got some help from a co-worker to test this fix. He ran 1000's of clones > with bash as a login shell and with tcsh as a login shell with zero > problems. Can a couple other folks test it and can it then get into the > official release (assu

Re: [fossil-users] ssh transport and tcsh

2013-02-06 Thread Matt Welland
I got some help from a co-worker to test this fix. He ran 1000's of clones with bash as a login shell and with tcsh as a login shell with zero problems. Can a couple other folks test it and can it then get into the official release (assuming no problems found)? It would be a real boon for me and s

Re: [fossil-users] ssh transport and tcsh

2013-02-06 Thread Richard Hipp
On Wed, Feb 6, 2013 at 5:45 PM, Martin Gagnon wrote: > > With some experimentation, it seems that on my Linux Debian computer, this > is not true, If I put a "echo" on top of my bashrc file, don't matter if I > specify a command or not, I will see the "echo". But on my OpenBSD box, I > will see i

Re: [fossil-users] ssh transport and tcsh

2013-02-06 Thread Martin Gagnon
On Wed, Feb 6, 2013 at 5:07 PM, Martin Gagnon wrote: > On Wed, Feb 6, 2013 at 2:27 PM, Richard Hipp wrote: > >> >> >> On Wed, Feb 6, 2013 at 2:18 PM, Matt Welland wrote: >> >>> Hmmm... your point about the remote login is curious. I assumed that >>> fossil was doing something like this (I'm us

Re: [fossil-users] ssh transport and tcsh

2013-02-06 Thread Matt Welland
On Wed, Feb 6, 2013 at 3:12 PM, Matt Welland wrote: > > > > On Wed, Feb 6, 2013 at 1:52 PM, Richard Hipp wrote: > >> >> >> On Wed, Feb 6, 2013 at 3:39 PM, Matt Welland wrote: >> >>> >>> On Wed, Feb 6, 2013 at 12:27 PM, Richard Hipp wrote: >>> On Wed, Feb 6, 2013 at 2:18 PM, Matt

Re: [fossil-users] ssh transport and tcsh

2013-02-06 Thread Matt Welland
On Wed, Feb 6, 2013 at 1:52 PM, Richard Hipp wrote: > > > On Wed, Feb 6, 2013 at 3:39 PM, Matt Welland wrote: > >> >> On Wed, Feb 6, 2013 at 12:27 PM, Richard Hipp wrote: >> >>> >>> >>> On Wed, Feb 6, 2013 at 2:18 PM, Matt Welland wrote: >>> Hmmm... your point about the remote login is cu

Re: [fossil-users] ssh transport and tcsh

2013-02-06 Thread Martin Gagnon
On Wed, Feb 6, 2013 at 2:27 PM, Richard Hipp wrote: > > > On Wed, Feb 6, 2013 at 2:18 PM, Matt Welland wrote: > >> Hmmm... your point about the remote login is curious. I assumed that >> fossil was doing something like this (I'm using faux code here): >> >> inport, outport = popen2("ssh", "-e",

Re: [fossil-users] ssh transport and tcsh

2013-02-06 Thread Richard Hipp
On Wed, Feb 6, 2013 at 3:39 PM, Matt Welland wrote: > > On Wed, Feb 6, 2013 at 12:27 PM, Richard Hipp wrote: > >> >> >> On Wed, Feb 6, 2013 at 2:18 PM, Matt Welland wrote: >> >>> Hmmm... your point about the remote login is curious. I assumed that >>> fossil was doing something like this (I'm

Re: [fossil-users] ssh transport and tcsh

2013-02-06 Thread Matt Welland
On Wed, Feb 6, 2013 at 12:27 PM, Richard Hipp wrote: > > > On Wed, Feb 6, 2013 at 2:18 PM, Matt Welland wrote: > >> Hmmm... your point about the remote login is curious. I assumed that >> fossil was doing something like this (I'm using faux code here): >> >> inport, outport = popen2("ssh", "-e"

Re: [fossil-users] RSS feeds

2013-02-06 Thread Martijn Coppoolse
Op 6-2-2013 18:46, David Given schreef: Checkin: http://fossil-scm.org/index.html/vinfo/d244452bda?sbs=1 I haven't figured out how to get the web interface to give me a diff of just one file against trunk, though. If you go to the file's timeline at http://fossil-scm.org/index.html/finfo?name

Re: [fossil-users] RSS feeds

2013-02-06 Thread Martijn Coppoolse
Op 6-2-2013 19:53, Stephan Beal schreef: Normally i love Google Chrome but right now it tells me "oops, there is no service available for this file type" and refuses to do anything useful with the RSS feed. Aarrgghh. i don't have another browser on this machine and am too tired to fight with it.

Re: [fossil-users] ssh transport and tcsh

2013-02-06 Thread Richard Hipp
On Wed, Feb 6, 2013 at 2:18 PM, Matt Welland wrote: > Hmmm... your point about the remote login is curious. I assumed that > fossil was doing something like this (I'm using faux code here): > > inport, outport = popen2("ssh", "-e", "none", "user@host", "fossil", ... ) > > but it sounds like what

Re: [fossil-users] ssh transport and tcsh

2013-02-06 Thread Matt Welland
Hmmm... your point about the remote login is curious. I assumed that fossil was doing something like this (I'm using faux code here): inport, outport = popen2("ssh", "-e", "none", "user@host", "fossil", ... ) but it sounds like what is actually being done is (I have not grokked the code well eno

Re: [fossil-users] RSS feeds

2013-02-06 Thread Stephan Beal
On Wed, Feb 6, 2013 at 6:46 PM, David Given wrote: > Stephan Beal wrote: > [...] > > This seems to not _quite_ do it: > > > > http://localhost:8080/timeline?y=t&tkt=cd201d69bb > > timeline.rss, surely? > Doh - that explains it. (And don't call me Shirley.[1]) Normally i love Google Chrome but r

Re: [fossil-users] TortoiseFossil to BSD license

2013-02-06 Thread Ruediger Haertel
Am Donnerstag, 31. Januar 2013, 13:28:50 schrieb Edward Blake: > Hello all, > > I was wondering how important it would be to have TortoiseFossil > BSD-licensed? > > Right now I stuck a GPL license as a path of least resistance simply because > all the other Tortoise are GPL. I've noticed since th

Re: [fossil-users] casE-senSitive?

2013-02-06 Thread sky5walk
Well, it is easier than that since I review the diffs in winmerge and 90% of the time I can ignore all diffs and commit. And what does trickle through sticks out quite nicely. Being a small development team, I only use a few fossil cmds and in a tight flow. fcom=fossil commit --user me fpull=fossil

Re: [fossil-users] casE-senSitive?

2013-02-06 Thread Themba Fletcher
What about setting up diff-command to suit, then exporting the diff to a patch file, fossil revert and then apply the patch? On Wed, Feb 6, 2013 at 10:25 AM, wrote: > Yes, I definitely have mixes of meaningful and non-meaningful [white > space, case sensitive, empty lines] diffs to review. > Whi

Re: [fossil-users] casE-senSitive?

2013-02-06 Thread sky5walk
Yes, I definitely have mixes of meaningful and non-meaningful [white space, case sensitive, empty lines] diffs to review. While I would love to 'one-tool it' with fossil's diff tech, I find it way easier to pop into winmerge and all its ignore goodies. Maybe I'm too optimistic to expect that much p

Re: [fossil-users] ssh transport and tcsh

2013-02-06 Thread j. van den hoff
On Wed, 06 Feb 2013 18:48:01 +0100, Matt Welland wrote: Using ssh for transport still doesn't work if a users login shell is tcsh. I'm looking for help on this problem as I've not yet found a solution. If anyone can confirm that the problem exists or if anyone has yes, I can confirm this

Re: [fossil-users] casE-senSitive?

2013-02-06 Thread Themba Fletcher
So sounds like the problem you're trying to solve is that * you have lots of *real* changes to a set of files * most of those changes are meaningless in your environment * so you're trying to separate the signal from the noise. You can use fossil set diff-command 'diff -iw' to ignore case on the d

[fossil-users] ssh transport and tcsh

2013-02-06 Thread Matt Welland
Using ssh for transport still doesn't work if a users login shell is tcsh. I'm looking for help on this problem as I've not yet found a solution. If anyone can confirm that the problem exists or if anyone has suggestions or insights as to what the problem might be it'd be much appreciated. To rep

Re: [fossil-users] RSS feeds

2013-02-06 Thread David Given
Stephan Beal wrote: [...] > This seems to not _quite_ do it: > > http://localhost:8080/timeline?y=t&tkt=cd201d69bb timeline.rss, surely? In fact, it hadn't occurred to me to look at the timeline code, which I have now done, and have fixed my performance issues by copying what it did. Checkin:

Re: [fossil-users] casE-senSitive?

2013-02-06 Thread sky5walk
Well, I agree, but the diff tools I use always have an 'ignore case' option. Seems logical to me that would be an option in fossil also. Unless text vs binary file assignments are super difficult? While I prefer to seek the root of a problem, I cannot guarantee syntax highlighting of source code.

Re: [fossil-users] casE-senSitive?

2013-02-06 Thread Richard Hipp
On Wed, Feb 6, 2013 at 10:20 AM, wrote: > > The problem arises from code edits without syntax highlighting. > So 'PI2' might be 'pi2' and fossil traps this as a diff. > Because it is a diff. 'p' and 'P' might mean the same thing in some contexts, but that does not mean they are themselves the s

Re: [fossil-users] casE-senSitive?

2013-02-06 Thread sky5walk
Ok, Added a feature request after not finding similar request: http://www.fossil-scm.org/index.html/tktview/c6afac6dee54d6658e66ed7b7ad8d5b18bd899a1 Thanks for fossil! On Wed, Feb 6, 2013 at 10:30 AM, Stephan Beal wrote: > On Wed, Feb 6, 2013 at 4:20 PM, wrote: >> >> Oh wow! Didn't realize ther

Re: [fossil-users] casE-senSitive?

2013-02-06 Thread Stephan Beal
On Wed, Feb 6, 2013 at 4:20 PM, wrote: > Oh wow! Didn't realize there was no global case-insensitive setting > for file contents? > The problem arises from code edits without syntax highlighting. > So 'PI2' might be 'pi2' and fossil traps this as a diff. > There isn't one - that was a misunderst

Re: [fossil-users] casE-senSitive?

2013-02-06 Thread sky5walk
Oh wow! Didn't realize there was no global case-insensitive setting for file contents? The problem arises from code edits without syntax highlighting. So 'PI2' might be 'pi2' and fossil traps this as a diff. Where do I edit globs for file contents? "...with that possibility in mind, e.g. *.[fF][oO]

Re: [fossil-users] translating fossil

2013-02-06 Thread Stephan Beal
On Wed, Feb 6, 2013 at 3:45 PM, john francis lee wrote: > Well, I asked for it, didn't I? > PS: the JSON API was developed with this more in mind, and uses result codes instead of natural language to convey information (insofar as possible/feasible). When building a custom HTML interface on top

Re: [fossil-users] translating fossil

2013-02-06 Thread john francis lee
On 02/06/2013 09:30 PM, Stephan Beal wrote: On Wed, Feb 6, 2013 at 1:53 PM, john francis lee > wrote: I need to translate the fossil interface. I have cloned the repository and taken a quick look at the code structure. I didn't find any .pot or .po files.

Re: [fossil-users] translating fossil

2013-02-06 Thread Richard Hipp
On Wed, Feb 6, 2013 at 9:30 AM, Stephan Beal wrote: > On Wed, Feb 6, 2013 at 1:53 PM, john francis lee wrote: > >> I need to translate the fossil interface. I have cloned the repository >> and taken a quick look at the code structure. I didn't find any .pot or .po >> files. >> >> I suppose I can

Re: [fossil-users] RSS feeds

2013-02-06 Thread Stephan Beal
On Wed, Feb 6, 2013 at 2:32 PM, David Given wrote: > The reason it's not checked in is that there's an unfortunate > consequence: specifying tag=trunk causes my fossil session to spin > endlessly evaluated the query, presumably because the select from > tagxref is returning a huge number of value

Re: [fossil-users] translating fossil

2013-02-06 Thread Stephan Beal
On Wed, Feb 6, 2013 at 1:53 PM, john francis lee wrote: > I need to translate the fossil interface. I have cloned the repository and > taken a quick look at the code structure. I didn't find any .pot or .po > files. > > I suppose I can just start reading the code and proceeding on my own. > > Doe

Re: [fossil-users] RSS feeds

2013-02-06 Thread David Given
David Given wrote: [...] > I think I can do better than that, anyway. What I'd really like is to be > able to specify a particular Thing (is 'artifact' the right word here?) > and get an RSS feed for that Thing --- be it a file, wiki page, ticket, > branch etc. I'll need to study the schema to see

[fossil-users] translating fossil

2013-02-06 Thread john francis lee
Hi, I've downloaded fossil and am very impressed. I have several projects in mind, not involving computer software but political software : citizen drafted legislation. I need to translate the fossil interface. I have cloned the repository and taken a quick look at the code structure. I didn

Re: [fossil-users] RSS feeds

2013-02-06 Thread Stephan Beal
On Wed, Feb 6, 2013 at 12:55 PM, Martijn Coppoolse < li...@martijn.coppoolse.com> wrote: > If the error message is to be returned as-is, perhaps a different HTTP > status could be issued, like 500 (instead of 200). Though I seem to > remember that Fossil had trouble returning other status codes, o

Re: [fossil-users] RSS feeds

2013-02-06 Thread Martijn Coppoolse
On 6-2-2013 1:03, David Given wrote: It lives! https://cowlark.com/calculon/tktview?name=9e114e9de0 https://cowlark.com/calculon/timeline.rss?tkt=9e114e9de0 Thanks a lot! I’d forgotten that the UUID is not the original ticket ID. http://www.fossil-scm.org/xfer/info/3f43ab397e Am I right wh

Re: [fossil-users] System problem leads to Fossil problem on OpenBSD/sparc64

2013-02-06 Thread Richard Hipp
On Wed, Feb 6, 2013 at 3:48 AM, Edward Berner wrote: > > (I should mention that SQLite's test suite ("make test") does catch the > problem. In fact it gives up after 1000 errors.) > SQLite (and Fossil) is tested on Solaris/sparc64 using gcc 4.3.3. So we do not see this problem. It looks like

Re: [fossil-users] RSS feeds

2013-02-06 Thread Stephan Beal
On Wed, Feb 6, 2013 at 11:05 AM, David Given wrote: > Grr. The entire server seems to have gone down. I don't believe that's > fossil-related. (It's a very small ARM box and is usually pretty > reliable, but...) I'll have to head home and reboot it. > No rush - i can't play with it before Friday

Re: [fossil-users] RSS feeds

2013-02-06 Thread David Given
Stephan Beal wrote: > On Wed, Feb 6, 2013 at 1:03 AM, David Given > wrote: [...] > https://cowlark.com/calculon/tktview?name=9e114e9de0 > https://cowlark.com/calculon/timeline.rss?tkt=9e114e9de0 [...] > "The webpage > at *https://cowlark.com/calculon/timeline.rss?t

Re: [fossil-users] RSS feeds

2013-02-06 Thread David Given
Stephan Beal wrote: [...] > "The webpage > at *https://cowlark.com/calculon/timeline.rss?tkt=9e114e9de0* might be > temporarily down or it may have moved permanently to a new web address." Grr. The entire server seems to have gone down. I don't believe that's fossil-related. (It's a very small ARM

Re: [fossil-users] RSS feeds

2013-02-06 Thread Stephan Beal
On Wed, Feb 6, 2013 at 1:03 AM, David Given wrote: > https://cowlark.com/calculon/tktview?name=9e114e9de0 > https://cowlark.com/calculon/timeline.rss?tkt=9e114e9de0 :-D "The webpage at *https://cowlark.com/calculon/timeline.rss?tkt=9e114e9de0* might be temporarily down or it may have moved per

Re: [fossil-users] casE-senSitive?

2013-02-06 Thread Stephan Beal
On Wed, Feb 6, 2013 at 7:50 AM, Themba Fletcher wrote: > It sounds like you're reporting that the file *contents* differ in > case as opposed to the file names. If that's your report -- the > case-sensitive flag only affects the file name comparisons: > A related point: the various glob settings

[fossil-users] System problem leads to Fossil problem on OpenBSD/sparc64

2013-02-06 Thread Edward Berner
Hello, Just in case anyone else is using Fossil on OpenBSD/sparc64 There is a problem, possibly a compiler bug, on OpenBSD/sparc64 that affects Fossil (and SQLite). (Note that "sparc64" is OpenBSD's name for any platform using a 64 bit SPARC processor, not just Fujitsu's SPARC64 processo