Re: Is there a way to know when a tag was created?

2010-06-11 Thread kedar mhaswade
On Fri, Jun 11, 2010 at 7:19 PM, Andy Levy wrote: > On Fri, Jun 11, 2010 at 21:37, kedar mhaswade > 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 > > .

Is there a way to know when a tag was created?

2010-06-11 Thread kedar mhaswade
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. Does anyone know?