On 3/3/2011 12:01 PM, Armin Rigo wrote: > On Thu, Mar 3, 2011 at 8:37 AM, Laura Creighton <[email protected]> wrote: >> Do we need dcolish's bouncer to work for what used to be people's svn >> directories on codespeak? > > Actually, does bitbucket serve files straight from repositories, like > http://codespeak.net/svn/some/path did? I tried a bit, but seem to > only get links to specific revisions of files, not "whatever the > latest revision is".
AFAICT, you can substitute "tip" for the revision id in the URL and that will track the latest. For example, you can browse to a file and copy the raw link: https://bitbucket.org/pypy/pypy/raw/b9887cd8aab0/README And turn that into: https://bitbucket.org/pypy/pypy/raw/tip/README -Scott -- Scott Dial [email protected] [email protected] _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
