I am having difficulties understanding this incomplete documentation for PECL SVN, so I am hoping someone with experience can tell me what to do. Basically I want to
- find out what the revision the repository is on (http://example.com/repository)
- find out what revision the local fold /var/repository/ is on
in other words if revision 69 was committed to the repository and the servers version of the application is 42 I want PHP to notify the admin that the library is not up to date
Thanks!