On Tue, May 29, 2007 at 08:28:04PM -0000, Andrew wrote: > > Sorry, should have been more explicit: > > The question is what the SVN revision number is for the 0.96 release > -- (I'm assuming that things were pinned to trunk for the release, and > not released from some branch) > > We already have a local copy of the distro -- revision 4313 from > January 12 2007.
Try this: $ svn log --stop-on-copy http://code.djangoproject.com/svn/django/tags/releases/0.96 Since it is a tag, there should be only one line to the log, and it will be the revision the tag was created. -Forest
signature.asc
Description: Digital signature

