> I believe the CVS-to-Subversion migration is complete.  I've
> not yet been
> able to do a checkout that allows me to commit.  I think I'm
> just missing
> some flags on my svn co command.  My laptop login is "skip"
> while my SF
> login is "montanaro".
>
> I checked it out using
>
>     svn co --username=montanaro
> https://[EMAIL PROTECTED]/svnroot/spamba
> yes/trunk spambayes
>
> When I try to check in a change using
>
>     svn commit --username=montanaro -m 'first commit - note
> version control change'
>
> I get this output:
>
>     Authentication realm:
> <https://spambayes.svn.sourceforge.net:443> SourceForge
> Subversion area
>     Password for 'montanaro':
>     Authentication realm:

That last step worked for me after I typed my SF password.  I'm not sure why
my ssh2 key isn't being used here - it worked ok for CVS.  I've got an SSH2
key in my "account preferences" page, so I'm not sure why that is failing.

I'm guessing that your problem is your ssh agent expecting to be doing
authentication, but instead getting confused by the interactive prompts?

Mark

_______________________________________________
spambayes-dev mailing list
spambayes-dev@python.org
http://mail.python.org/mailman/listinfo/spambayes-dev

Reply via email to