cvssproxy build 1
Thursday, August 10th, 2006On the cvsnt list there has been a lot of activity recently regarding sserver. For some people, setting up and using sserver is a real pain, especially if they use a client/ide that only supports the pserver protocol.
Tony Hoyle made this observation:
I actually wonder if a local proxy would be useful – eg. you connect to localhost:2401 via pserver and it does the relevant handshake and connects in a secure manner. It’s basically what extnt does I guess, but people do seem to have problems configuring that.
I’ve been thinking about doing something similar for ages, so this was the very excuse I neeed to go and hack some code together. Yes, that right, I build a proof-of-concept sserver proxy for cvs, or cvssproxy for short.
More details are on the cvssproxy page. Enjoy!