On Fri, Mar 14, 2014 at 11:36 AM, Michael Weise <michael.we...@ek-team.de>wrote:

> 4)
> $ scp test_helloworld.fossil user@server:
> user@server's password:
> test_helloworld.fossil                100%   57KB   57.0KB/s   00:00
>
>
> 5) Now doing some stuff on my own:
>
> $ fossil open test_helloworld.fossil
> project-name: temp_helloworld
> repository:
> ... more output ...
>
> $ fossil push https://user@server/fossil/test_helloworld
> missing or incorrect password for user "user"
>

i'm not sure if push can work like that (never tried). Try this instead:

4.5)

fossil clone https://user:pass/my.com/repo.cgi repo.fsl

Then 'open' that one. Then you don't need to pass a URL to push.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
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