On Wed, Apr 20, 2011 at 21:54, Joey Hess <[email protected]> wrote: > Sandro Tosi wrote: >> Package: mr >> Version: 1.02 >> Severity: wishlist >> >> Hi, >> the idea is to have a command like >> >> $ mr init $url >> >> that checkout $url in the current directory (or where -d<dir> says) and also >> register the new repository. > > I think that mr bootstrap mostly meets this need.
Probably I didn't express myself correctly enough because I tried bootstrap: $ mr bootstrap svn+ssh://svn.debian.org/svn/python-modules/packages/web2py/trunk web2py mr bootstrap: download of svn+ssh://svn.debian.org/svn/python-modules/packages/web2py/trunk failed and from what I can read from the manpage it seems it downloads a .mrconfig from the $url passed? what I actually have in mind is: $ mr init svn+ssh://svn.debian.org/svn/python-modules/packages/web2py/trunk web2py that does something like $ svn co svn+ssh://svn.debian.org/svn/python-modules/packages/web2py/trunk web2py $ mr register web2py Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

