Le Farfadet Spatial <[email protected]> writes: > So, what I want to do now, is to push my local repository onto this server. I > have gone into the local directory of the project (where I already have > created > a Darcs project without trouble) and I have typed: > > $ darcs push [email protected]:/var/www/yoann/repos/MIT-2010/ > [email protected]'s password: > [email protected]'s password: > [email protected]'s password: > withSignalsHandled: Interrupted!
You need to either use the ControlMaster feature of ssh or set up private key and ssh-agent (google for more info). The former, you can try darcs push --ssh-cm x...@... (this is not default because the ControlMaster thingy is broken on some systems, unfortunately). (With either of those, you should be able to type your password just once. Right now, ssh is asking you about your password for every file darcs tries to download or upload.) Yours, Petr. _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
