Hi,
I'm trying to write a notification application which would monitor specific repositories and pop-up a dialog when an update has been detected. I noticed that 'svn log svn+ssh://...' launches 'svnserve -t' via ssh and believe this to be the best way for me to proceed. I tried running 'svnserve -t' on the command line and entering sample 'client' responses (following the syntax described in subversion/libsvn_ra_svn/protocol) to see if that approach would work, but no responses were visible. What is the best way for me to interact with svnserve in tunnel mode?
Any and all help and suggestions will be much appreciated.
Thanks,
Pete

Reply via email to