rvanlaar / djangorecipe

A django recipe for buildout
67 stars 44 forks source link

[patch] Username being part of svn url doesn't work with the current form of searching for revision #13

Closed rvanlaar closed 12 years ago

rvanlaar commented 12 years ago

When using a username in the SVN url like: http://user@testing/trunk@2531 the current way of searching for the revision breaks. Not a big deal when using the main django svn, but not very handy when you have django in private subversion repos. The patch fixes this by using a regular expresssion.


Imported from Launchpad using lp2gh.

rvanlaar commented 12 years ago

(by shanx)

rvanlaar commented 12 years ago

(by jvloothuis) Thanks for the patch. The has been updated.