Hi,

When trying to use darcs via ssh, I keep getting prompted for my
password.

I'm using version 1.0.7.

Sorry if this got sent twice.

Thanks in advance for any help!

Cheers,
David
  

cd ~/tmp
mkdir myproject
cd myproject
darcs init
cp /tmp/test.lisp .
darcs add test.lisp
darcs record -am "Initial import."
Darcs needs to know what name (conventionally an email address) to use as the
patch author, e.g. 'Fred Bloggs <[EMAIL PROTECTED]>'.  If you provide one
now it will be stored in the file '_darcs/prefs/author' and used as a default
in the future.  To change your preferred author address, simply delete or edit
this file.

What is your email address? [EMAIL PROTECTED]
Finished recording patch 'Initial import.'
cd /tmp
darcs get [EMAIL PROTECTED]:tmp/myproject
password:
password:
password:
etc.
  
OR

darcs get [EMAIL PROTECTED]:~/tmp/myproject
password:
password:
password:
etc.

_______________________________________________
darcs-users mailing list
darcs-users@darcs.net
http://www.abridgegame.org/mailman/listinfo/darcs-users

Reply via email to