svn likes --user=foo better than foo@ in the url
As part of this, we can unify all the clone_url methods in the sundry SCM repo classes
Note that 'configurable' here means configured in the production.ini/development.ini, not configurable on a project-by-project basis.
Diff:
Diff:
Our clone configuration should work like this:
I'd actually like to see us modify the clone command so it takes project_shortname/mount_point and converts slashes to dashes:
git clone git://git.code.sf.net/p/turbogears2/tg2 turbogears2-tg2
git clone git://git.code.sf.net/p/turbogears2/tg2devtools turbogears2-tg2devtools
git clone git://git.code.sf.net/p/turbogears2/tg2docs turbogears2-tg2docs
This will also fix the problem of subprojects trying to clone to nested directories.
The SVN checkout should also include "trunk" in the path
code on (forge) wo/1793