Thus said Richard Hipp on Sat, 10 Aug 2013 20:45:31 -0400:

> (2) Run "fossil server -port 8888 /home/fossil/repos"

This too is also amazing functionality! Furthermore, apparently ``fossil
http'' also handles a directory! This would  have saved me a lot of time
had I known about it earlier. Guess I should RTFM a little more. :-)

Dr. Hipp, you're a life saver!

This is awesome  primarily in the case  where SSH keys are  in use. This
nearly obviates the need for anything more than:

command="bin/fossil http repos" ssh-rsa ...

And now  my remote client can  request any fossil from  within the repos
directory:

$ fossil clone ssh://amb@remote//new test.fossil
Password for Fossil user amb: 
remember password (Y/n)? y
ssh -e none -T amb@remote fossil http /new
Round-trips: 2   Artifacts sent: 0  received: 76
Clone finished with 522 bytes sent, 11702 bytes received
Rebuilding repository meta-data...
  100.0% complete...
project-id: 3aeaa6385a3e39cf1f654e4ab54f3ecd36ed1e6b
admin-user: amb (password is "dabccb")

$ fossil clone ssh://amb@remote//test prime.fossil
Password for Fossil user amb: 
remember password (Y/n)? y
ssh -e none -T amb@remote fossil http /test
Round-trips: 2   Artifacts sent: 0  received: 76
Clone finished with 526 bytes sent, 11702 bytes received
Rebuilding repository meta-data...
  100.0% complete...
project-id: 3aeaa6385a3e39cf1f654e4ab54f3ecd36ed1e6b
admin-user: amb (password is "d61b03")


Thanks,

Andy
--
TAI64 timestamp: 400000005206fd68
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to