SVN monitor on your phone
-
Evening everyone! I was caught out today, as someone had done a check in, and I knew not of it. I know (and have used) CommitMonitor from the same people as Tortoise SVN, but I'm sure it must be possible on a google phone. I don't need a full svn client, I'm not doing any check ins or outs, I just want to keep an eye on the repository/ies. Any recommendations? Iain.
I am one of "those foreigners coming over here and stealing our jobs". Yay me!
-
Evening everyone! I was caught out today, as someone had done a check in, and I knew not of it. I know (and have used) CommitMonitor from the same people as Tortoise SVN, but I'm sure it must be possible on a google phone. I don't need a full svn client, I'm not doing any check ins or outs, I just want to keep an eye on the repository/ies. Any recommendations? Iain.
I am one of "those foreigners coming over here and stealing our jobs". Yay me!
Have you looked at post-commit hooks? https://www.google.co.uk/search?ix=aca&sourceid=chrome&ie=UTF-8&q=svn+commit+hooks[^] Not incredibly complex, and you can get svn to (for example) call to a php script which mails you with commit details. Using it at codesion (hosted svn) and on our DIY svn server.
-
Have you looked at post-commit hooks? https://www.google.co.uk/search?ix=aca&sourceid=chrome&ie=UTF-8&q=svn+commit+hooks[^] Not incredibly complex, and you can get svn to (for example) call to a php script which mails you with commit details. Using it at codesion (hosted svn) and on our DIY svn server.
Nope, that's a new one for me! Will take a peek. Iain.
I am one of "those foreigners coming over here and stealing our jobs". Yay me!