
|
|
I've been working on the server version of PainlessSVN. I'm mostly doing research and some prototyping. This version will be a Windows Service that will be the backend to something I call (for now) "Subversion Management Server."
This server will be using JSON-RPC over sockets as the communications protocol. I've had some experience writing socket servers in the past, so this is not a daunting task for me. I have a hobby project that has a lot of the technologies that I will be using for effort.
I'm doing this in parallel with the current PainlessSVN architecture. So, I'm not abandoning what is currently on this website.
I don't have very much to show yet, because it is mostly server (no UI) code that I'm writing. I have a nice system to debug Windows Services interactively, though. It lets me run the service without having to first install it into the service management system.
Here's a couple screenshots of what this debug harness looks like:


This system is still in its infancy, and I don't expect to have a beta before the end of 2009. There's a LOT of coding involved in something like this. The nicest thing about this system is that you will be able to administer your server across the Internet.
Previous Page | Next Page