I'm trying to push to my remote server using SSH protocol:

fossil push --verbose 
ssh://userid@host//absolute/path/to/the/fossil/repo/fossil.fossil
                Bytes      Cards  Artifacts     Deltas
waiting for server...bash: fossil: command not found

server did not reply

Then I tried by passing path to fossil binary:

fossil push --verbose
ssh://userid@host//absolute/path/to/the/fossil/repo/fossil.fossil \
fossil=/path/to/my/fossil/binary/fossil
                Bytes      Cards  Artifacts     Deltas
waiting for server...bash: fossil: command not found

server did not reply

which is very strange considering that on the remote server the Fossil
binary is in $HOME/bin which is in my $PATH.

Any hint?


Sincerely,
Gour

-- 
A person is considered still further advanced when he regards honest 
well-wishers, affectionate benefactors, the neutral, mediators, the envious, 
friends and enemies, the pious and the sinners all with an equal mind.


_______________________________________________
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