Re: [fossil-users] Using ssh forced command

2013-02-13 Thread Sverre Bisgaard Rasmussen
as well, if it could be done. -- Sverre ___ 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] Most "future-proof" way to query fossil repositories (and checked out copies!)

2013-01-09 Thread Sverre
version of the repository current="$("$fossil" info current | sed -n "$uuid")" # Get the version of the tip tip="$("$fossil" info tip | sed -n "$uuid")" If current and tip are equal, an update should be unnecessary. Regards, Sverre __

Re: [fossil-users] Still ask for password with ssh protocol

2012-08-31 Thread Sverre Bisgaard Rasmussen
fossil. However it sure looks like a simple, straight-forward patch, so it might be good, if it also works without keys set up. Regards, Sverre On Fri, 31 Aug 2012 17:25:43 +0200, Martin Gagnon wrote: Is there anyone else thinking this patch should be applied ? Le 2012-07-10 12:30, Martin

Re: [fossil-users] Help needed: fossil clone user authentication does not seem to work over ssh

2012-02-06 Thread Sverre Bisgaard Rasmussen
sh-command'.) This is a design error, not at least because of the password requests. E.g. 2 password requests when only one username is given to the fossil clone command. The only difference is that the second request specifies the (remote) domain (which means this is the ssh password request