[fossil-users] ticket editing

2014-03-14 Thread j. van den hoff
stupid question maybe: it seems that ticket editing is restricted to "append only" or am I mistaken? this prevents elimination of errors (factual or typographical) in previous edits to the ticket content. e.g. some of my colleagues copy+paste-attached some comment to a previously issued ticket

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Andy Bradford
Thus said Michael Weise on Fri, 14 Mar 2014 11:03:20 +0100: > Doesn't fossil store the password for future use? fossil version? Andy -- TAI64 timestamp: 4000532314e6 ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fo

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Stephan Beal
On Fri, Mar 14, 2014 at 2:05 PM, Jan Nijtmans wrote: > > apparently, the isatty() call under Windows doesn't give the > right answer here, that's what prevents the prompt to be generated. > A potential fix: replace the fileno(

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Michael Weise
On Fri, 14 Mar 2014 14:05:18 +0100 Jan Nijtmans wrote: > 2014-03-14 13:54 GMT+01:00 Michael Weise : > > Can you point me to more information about this problem? > > I don't know much about all the trickery used in mSys, but the > coolpit in fossil is here: >

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Jan Nijtmans
2014-03-14 13:54 GMT+01:00 Michael Weise : > Can you point me to more information about this problem? I don't know much about all the trickery used in mSys, but the coolpit in fossil is here: apparently, the isatty() call under

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Michael Weise
On Fri, 14 Mar 2014 12:47:17 +0100 Jan Nijtmans wrote: > 2014-03-14 12:20 GMT+01:00 Michael Weise : > > $ fossil remote https://user@sweserver/fossil/test_helloworld > > missing or incorrect password for user "user" > > > > => No prompt :-( > > > > > >> FWIW: Lots of us do this kind of thing dai

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Jan Nijtmans
2014-03-14 12:20 GMT+01:00 Michael Weise : > $ fossil remote https://user@sweserver/fossil/test_helloworld > missing or incorrect password for user "user" > > => No prompt :-( > > >> FWIW: Lots of us do this kind of thing daily with no problem whatsoever. >> So we are all at a loss as to what is g

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Michael Weise
On Fri, 14 Mar 2014 07:10:23 -0400 Richard Hipp wrote: > On Fri, Mar 14, 2014 at 7:04 AM, Michael Weise > wrote: > > > On Fri, 14 Mar 2014 06:39:33 -0400 > > Richard Hipp wrote: > > > > > On Fri, Mar 14, 2014 at 6:36 AM, Michael Weise > >wrote: > > > > > > > $ fossil push https://user:pass@sw

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Richard Hipp
On Fri, Mar 14, 2014 at 7:04 AM, Michael Weise wrote: > On Fri, 14 Mar 2014 06:39:33 -0400 > Richard Hipp wrote: > > > On Fri, Mar 14, 2014 at 6:36 AM, Michael Weise >wrote: > > > > > $ fossil push https://user:pass@sweserver/fossil/test_helloworld > > > Round-trips: 1 Artifacts sent: 0 recei

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Michael Weise
On Fri, 14 Mar 2014 06:39:33 -0400 Richard Hipp wrote: > On Fri, Mar 14, 2014 at 6:36 AM, Michael Weise > wrote: > > > $ fossil push https://user:pass@sweserver/fossil/test_helloworld > > Round-trips: 1 Artifacts sent: 0 received: 0 > > Push finished with 386 bytes sent, 276 bytes received >

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Stephan Beal
On Fri, Mar 14, 2014 at 12:01 PM, Michael Weise wrote: > $ fossil clone https://user:pass@sweserver/fossil/test_helloworld \ > test_helloworld.fossil > admin-user: user (password is "583f59") > ... > tags: trunk comment: initial empty check-in (user: user) > checkins: 1 > > $ f

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Michael Weise
On Fri, 14 Mar 2014 11:40:00 +0100 Stephan Beal wrote: > On Fri, Mar 14, 2014 at 11:36 AM, Michael Weise > wrote: > > > 4) > > $ scp test_helloworld.fossil user@server: > > user@server's password: > > test_helloworld.fossil100% 57KB 57.0KB/s 00:00 > > > > > > 5) Now doing

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Michael Weise
On Fri, 14 Mar 2014 06:16:03 -0400 Martin Gagnon wrote: > Le 14 mars 2014 06:03, "Michael Weise" a écrit : > > > > Hi, > > > > I'm a new user of fossil and I've setup a remote fossil server > > using apache2 / https and cgi. > > > > Now I want to push or sync my local repository to the one on th

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Richard Hipp
On Fri, Mar 14, 2014 at 6:36 AM, Michael Weise wrote: > $ fossil push https://user:pass@sweserver/fossil/test_helloworld > Round-trips: 1 Artifacts sent: 0 received: 0 > Push finished with 386 bytes sent, 276 bytes received > > Try just: fossil push https://user@sweserver//fossil/test_hell

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Michael Weise
On Fri, 14 Mar 2014 11:36:49 +0100 Michael Weise wrote: > $ fossil push https://user@server/fossil/test_helloworld > $ fossil push https://user:pass@sweserver/fossil/test_helloworld Just to explain the difference of the names "server" and "sweserver": sweserver is the real name of the server, f

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Stephan Beal
On Fri, Mar 14, 2014 at 11:36 AM, Michael Weise wrote: > 4) > $ scp test_helloworld.fossil user@server: > user@server's password: > test_helloworld.fossil100% 57KB 57.0KB/s 00:00 > > > 5) Now doing some stuff on my own: > > $ fossil open test_helloworld.fossil > project-name:

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Michael Weise
On Fri, 14 Mar 2014 11:08:32 +0100 Stephan Beal wrote: > On Fri, Mar 14, 2014 at 11:03 AM, Michael Weise > wrote: > > > $ fossil sync https://user:pass@server/fossil/test_helloworld > > Round-trips: 1 Artifacts sent: 0 received: 0 > > Sync finished with 502 bytes sent, 420 bytes received > >

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Martin Gagnon
Le 14 mars 2014 06:03, "Michael Weise" a écrit : > > Hi, > > I'm a new user of fossil and I've setup a remote fossil server > using apache2 / https and cgi. > > Now I want to push or sync my local repository to the one on the > server: > > > $ fossil sync https://user:pass@server/fossil/test_hello

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Stephan Beal
On Fri, Mar 14, 2014 at 11:03 AM, Michael Weise wrote: > $ fossil sync https://user:pass@server/fossil/test_helloworld > Round-trips: 1 Artifacts sent: 0 received: 0 > Sync finished with 502 bytes sent, 420 bytes received > > $ fossil sync > missing or incorrect password for user "user" > > > D

[fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Michael Weise
Hi, I'm a new user of fossil and I've setup a remote fossil server using apache2 / https and cgi. Now I want to push or sync my local repository to the one on the server: $ fossil sync https://user:pass@server/fossil/test_helloworld Round-trips: 1 Artifacts sent: 0 received: 0 Sync finished

Re: [fossil-users] minor fossil-website documentation issue

2014-03-14 Thread Michai Ramakers
thanks; this is indeed much clearer (anything indicating that the things are in question are generated by the user's own fossil would do, IMHO) Michai ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bi

Re: [fossil-users] minor fossil-website documentation issue

2014-03-14 Thread Stephan Beal
On Fri, Mar 14, 2014 at 10:47 AM, j. van den hoff wrote: > sure, whatever, but I believe some sort of explicit statement that the > pages are generated by the internal fossil html server would help to avoid > misunderstandings. > i first thought that, too, but the wiki pages and embedded docs ar

Re: [fossil-users] minor fossil-website documentation issue

2014-03-14 Thread j. van den hoff
On Fri, 14 Mar 2014 10:44:14 +0100, Stephan Beal wrote: On Fri, Mar 14, 2014 at 10:43 AM, j. van den hoff wrote: "fossil-served html pages" 30 seconds too late ;). i like UI pages a bit better. i'm still opened to suggestions, though. sure, whatever, but I believe some sort of expl

Re: [fossil-users] minor fossil-website documentation issue

2014-03-14 Thread Stephan Beal
On Fri, Mar 14, 2014 at 10:40 AM, Arseniy Terekhin wrote: > > >> On the surface that change sounds easy to make, but after staring at it >> for 5 minutes i cannot seem to find a better/clearer alternative. "WWW >> pages" is just as ambiguous. >> >> Any suggestions? >> > >

Re: [fossil-users] minor fossil-website documentation issue

2014-03-14 Thread Stephan Beal
On Fri, Mar 14, 2014 at 10:43 AM, j. van den hoff wrote: > "fossil-served html pages" 30 seconds too late ;). i like UI pages a bit better. i'm still opened to suggestions, though. -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But si

Re: [fossil-users] minor fossil-website documentation issue

2014-03-14 Thread j. van den hoff
On Fri, 14 Mar 2014 10:40:38 +0100, Arseniy Terekhin wrote: On the surface that change sounds easy to make, but after staring at it for 5 minutes i cannot seem to find a better/clearer alternative. "WWW pages" is just as ambiguous. Any suggestions? "fossil-serv

Re: [fossil-users] minor fossil-website documentation issue

2014-03-14 Thread Arseniy Terekhin
> On the surface that change sounds easy to make, but after staring at it > for 5 minutes i cannot seem to find a better/clearer alternative. "WWW > pages" is just as ambiguous. > > Any suggestions? > "Available web ui pages" -- Best regards, Arseniy Terekhin

Re: [fossil-users] minor fossil-website documentation issue

2014-03-14 Thread Stephan Beal
On Fri, Mar 14, 2014 at 5:56 AM, Michai Ramakers wrote: > perhaps 'Available pages' on > https://www.fossil-scm.org/index.html/help would be better named > somethign else - for a user it's not clear 'pages' is seen in context > of CGI/html of fossil instead of, say, available doc-/wiki-pages of >