Hey guys, I have a fossil repository I would like to push to a remote url via ssh. What steps am I missing?
1. (remote) $ cd repo-dir; fossil init repo.fsl 2. (local) $ cd repo-dir; fossil open repo.fsl; fossil push ssh://user@url:port//path-to/repo.fsl I get a password prompt and output indicates bytes are transferred, but on the remote side, nothing. What am I doing wrong? thanks _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

