Feature - Implemented Release numbers for svn list

Ethelred

Member
It would be helpful if the "svn list" CLI command could show the release (version?) numbers for the scipts it is listing. I was trying to find the release no. for a script with which I am having problems, and thought "svn list" might provide that. Not a major issue, but it would be nice to have if it's not too hard to do.

Alternatively, if there is already a way to get this info, please enlighten me.

Thanks for considering my request.
 
Last edited:

lostcalpolydude

Developer
Staff member
The ASH function svn_info( scriptname ) will give that to you. The script name is case sensitive and generally needs to go in quotes to make it a string.
 

Ethelred

Member
The ASH function svn_info( scriptname ) will give that to you. The script name is case sensitive and generally needs to go in quotes to make it a string.

Thanks for the enlightenment. I should have know there was a way to get that info and dug deeper. Sorry for wasting your time.
 
Top