svn import fail (pycsp)

Asked by bognolo

Im having a problem with the initial import from the svn repo at googlecode.

The error is: "pysvn._pysvn_2_4.ClientError: Malformed URL for repository"

But as the link http://pycsp.googlecode.com/svn/trunk/ is valid and pointing to the trunk i thought everything was good.

Can someone with better understanding please point to why it is not a valid link to a svn trunk?

/Bognolo

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Henning Eggers
Solved:
Last query:
Last reply:
Revision history for this message
bognolo (simon-gondol) said :
#1

I see I forgot the link to the project.
So here it is. https://code.launchpad.net/~vcs-imports/pycsp/trunk

Revision history for this message
Best Henning Eggers (henninge) said :
#2

The url had had trailing whitespace. I also removed the trailing slash (/) although I don't know if that was problematic, too. The import is running now.

Revision history for this message
bognolo (simon-gondol) said :
#3

Thanks Henning Eggers, that solved my question.