DotSVN
From Wikipedia, the free encyclopedia
DotSVN | |
---|---|
Latest release | 1.1[1] / Sep 08, 2007 |
OS | Microsoft Windows |
Genre | revision control |
License | GNU General Public License v2 |
Website | www.dotsvn.net |
DotSVN is a Free open source .Net port of Subversion. It is released under the GNU General Public License.
Current version of DotSVN implements the repository access layer using 'file://' protocol to access a local FSFS repository. With this version, it is possible to implement applications similar to WebSVN that can read the contents of an SVN repository, display the history of files in the repository etc.
DotSVN is designed to be 100% compatible with the Subversion back-end. This will facilitate side-by-side deployment of Subversion and DotSVN which in turn will help in leveraging the ecosystem of existing tools like TortoiseSVN. DotSVN implements a layered architecture similar to Subversion, thereby enabling developers to create solutions suitable for each layer.
[edit] See also
- Subversion - an open source application used for revision control
- Comparison of Subversion clients
[edit] External links
This article related to software which runs on Microsoft Windows is a stub. You can help Wikipedia by expanding it.