extract latest tag from source branch in SVN with PHP

Fabrizzio

New Member
I have two branches in my application:
  • 01
  • 02
When I tag from these branches for a code release I create a tag called \[code\]01.01\[/code\], for example.Is there a way to extract the latest tag from subversion or the revision graph? Is it possible to have a PHP script and pass it the branch URL and it can parse the revision graph or something similar to give me the latest tag?
 
Back
Top