Hi, We are using http protocal. Please find the server and client details below. We have to popup some window on the client machine either in pre or post commit operation.
Prototype is working fine so need to know how to get the client ip adress or hostnmae in pre/post commit trigger. SVN Server: Linux SVN Clients: Windows XP Regards, Ramkumar > Hi, > > > > I need your help. > > > > I need the client host information in either pre or post-commit trigger. Good luck with that!! If you're using a single protocol of access, such as ssh+svn or HTTPS, it's conceivable that you could adopt a wrapper to do something clever and deduce the hostname. But it seems awkward. Why do you want this?