[php-apt-parser-maint] Just errors from SVN

Daniel Leidert daniel.leidert.spam at gmx.net
Wed May 10 18:47:58 UTC 2006


Am Mittwoch, den 10.05.2006, 20:35 +0200 schrieb Daniel Leidert:
> Hello,
> 
> Can anybody help me, configuring SVN access to svn.debian.org? What
> works is:
> 
> svn co svn://svn.debian.org/php-apt-parser
> 
> What not works is:
> 
> ~/.subversion/config:
> [tunnels]
> ssh = $SVN_SSH
> alioth = $SVN_SSH -l dleidert-guest
> 
> ~/.ssh/config
> Host svn.debian.org
> Hostname svn.debian.org
> IdentityFile2 /path/to/my_id_dsa
> User dleidert-guest
> 
> svn co svn+alioth://svn.debian.org/php-apt-parser
> Password:
> svn: No repository found in 'svn+alioth://svn.debian.org/php-apt-parser'
> 
> svn co svn+ssh://dleidert-guest@svn.debian.org/php-apt-parser
> Password:
> svn: No repository found in 'svn+ssh://dleidert-guest@svn.debian.org/php-apt-parser'
> 
> Do you know, what's going wrong here?

Hmm. Seems I missed a '/svn'. But the following still fails

svn co svn+ssh://dleidert-guest@svn.debian.org/svn/php-apt-parser

because no password is accepted.

That is a bit frustrating.




More information about the php-apt-parser-maint mailing list