Find the word definition

Wikipedia
DotSVN

DotSVN is revision control software, a port of Apache Subversion to the .NET Framework, which is released as free open-source software under a 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 SVN repository contents, display the history of files therein, etc.

DotSVN is designed to be 100% compatible with the Apache Subversion back-end. This will facilitate side-by-side deployment of Subversion and DotSVN, which in turn will help leverage 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.