fschulze / mr.developer

A zc.buildout extension to ease the development of large projects with lots of packages.
http://pypi.python.org/pypi/mr.developer
114 stars 55 forks source link

svn checkout fails if URL points to a specific revision #5

Closed do3cc closed 14 years ago

do3cc commented 14 years ago

If my revision url has a pointer to a specific revision like https://svn.plone.org/collective/collective.aupair/trunk@100000, he claims not to know the url. A svn co with the same url does as desired.

chaoflow commented 14 years ago

I suggest to target this with a common syntax for all repo types, e.g. rev=trunk@100000 or trunk/100000. I implemented a first (maybe third) draft for syntax for git (see http://github.com/chaoflow/mr.developer). However, things are not behaving as they should and I got headaches using Popen to call git. Just mostlty finished a lib to execute arbitrary commands pain- and noise-free: http://github.com/chaoflow/chaoflow.os.cmdlets).

fschulze commented 14 years ago

This will be fixed in the next release.