Comment 0 for bug 43523

Revision history for this message
sickpig (sickpig) wrote :

after updating my system (ubuntu dapper beta)
if I try to update my working copy with
this command:

svn update

this is what i get:

svn: Unrecognized URL scheme for 'https://svn.sourceforge.net/svnroot/yaacs/trunk'

also a checkout for a fresh working copy doesn't work
(fails with the same error msg)

the currently installed packages version are:

ii subversion 1.3.0-1ubuntu3
ii subversion-tools 1.3.0-1ubuntu3

AFAIK you need to compile subversion with DAV and SSL
support enabled in order to make things work with "https:" repos

sickpig