On Fri, Jun 11, 2010 at 7:19 PM, Andy Levy <andy.l...@gmail.com> wrote:
> On Fri, Jun 11, 2010 at 21:37, kedar mhaswade <kedar.mhasw...@gmail.com> > wrote: > > svn creates a rev of the repository when you create and commit a tag. How > do > > I then know that rev when a particular tag was created. svn info > > .../tags/tag_1 seems to only provide me current revision and last-changed > > revision. I couldn't find any way of getting that information. > > svn log --stop-on-copy should give you all the logs for the tag back > to and including when it was created. > Thank you! That works.