
|
|
I'm one of those people that find web programming quite annoying. I admit that ASP.NET is heads and shoulders above ASP.
The main thing that I like about MMC is how well organized programming against nodes is. The base class for nodes in MMC is the ScopeNode. I have created several derived classes to handle the different nodes. Each encapsulates the correct icon to use, the actions for the node, and any other custom logic for each node. This way of coding has sped my adding of needed functionality.
I now only have 4 more main features to add, before I start beta testing
- Hot copy command for repositories
- Dump command for repositories
- Info command for all Subversion objects
- Proplist command for all Subversion objects
What made this all posible is the SVNManagerLib library that I have been hosting at SourceForge. This is an assembly that sits between PainlessSVN and the Subversion server. The URL is https://sourceforge.net/projects/svnmanagerlib
Previous Page | Next Page