#1793 Make the whole scm clone/checkout commands configurable NEEDS PROD.INI SOG#18257

v1.0.0
closed
sf-2 (994)
General
nobody
2015-08-20
2011-03-23
No

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.

Related

Tickets: #1688

Discussion

  • Rick Copeland - 2011-03-23
    • Description has changed:

    Diff:

    --- old 
    +++ new 
    @@ -1,1 +1,3 @@
     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
    
     
  • Rick Copeland - 2011-03-24
    • Description has changed:

    Diff:

    --- old 
    +++ new 
    @@ -1,3 +1,5 @@
     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.
    
     
  • Dave Brondsema

    Dave Brondsema - 2011-03-24

    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.

     
  • Dave Brondsema

    Dave Brondsema - 2011-03-24
    • size: --> 2
     
  • Wolf - 2011-03-25
    • assigned_to: Wolf
     
  • Dave Brondsema

    Dave Brondsema - 2011-03-25

    The SVN checkout should also include "trunk" in the path

     
  • Wolf - 2011-03-30
    • status: open --> code-review
    • assigned_to: Wolf --> David Brondsema

    code on (forge) wo/1793

     
  • Dave Brondsema

    Dave Brondsema - 2011-03-30
    • status: code-review --> closed
     
  • Dave Brondsema

    Dave Brondsema - 2011-03-30
    • summary: Make the whole scm clone/checkout commands configurable --> Make the whole scm clone/checkout commands configurable NEEDS PROD.INI SOG#18257
     

Log in to post a comment.