On Wed, Sep 3, 2008 at 10:03 AM, Ralph B <[EMAIL PROTECTED]> wrote: > > At the moment I am doing this: > 1. SVN checkout a repository from http://away3d.googlecode.com/svn/trunk > 2. Display the revision graph > 3. Identify which rev goes with the given tag, e.g. tag 2.1.0 is rev > 547 > 4. Do an SVN update to this rev. > > Is there a smarter way?
Yes, you should checkout the desired tag, instead of the 'trunk': svn co http://away3d.googlecode.com/svn/tags/2.1.0/ that way you get the snapshot of the repo that was tagged as '2.1.0' hope this helps, -- Alberto Brealey-Guzmán +506 88.18.55.74
