Re: CVS to Subversion - complete I think

"Mark Hammond" <[email protected]> Mon, 16 Jul 2007 16:13:36 +1000
Newsgroups gmane.mail.spam.spambayes.devel
Message-ID <[email protected]>
> 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://montanaro-4h9KtQdq+ArmbK/Hy6phlZG/[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