ActiveState Powered by ActiveState

ActiveState Community


Problem downloading files from SVN repostory using TortoiseSVN

Posted by kochar on 2008-03-31 11:20

Hi,

I was trying to checkout files (http://svn.openkomodo.com/openkomodo/browse/openkomodo/trunk/src/modules...)
using TortoiseSVN.

When I enter the above link as URL of repository. I get the following error messages:

Error: PROPFIND request failed on 'openkomodo/browse/openkomodo/trunk/src/modules/casper'

Error: PROPFIND of 'openkomodo/browse/openkomodo/trunk/src/modules/casper': 200 OK (http://openkomodo.com)

Any suggestions would be very highly appreciated.

Thanks

jeffg | Mon, 2008-03-31 12:41

That's the SVN::WEB url for the repo, you'll want to use the direct url instead:

http://svn.openkomodo.com/repos/openkomodo/trunk/src/modules/casper/

--
JeffG

kochar | Mon, 2008-03-31 13:00

Thanks.. will try it out

-->