An open API service indexing awesome lists of open source software.

https://github.com/diahon/diahon.versioncontrol.subversion

Minimal cross-platform subversion client fully written in c#
https://github.com/diahon/diahon.versioncontrol.subversion

csharp subversion subversion-client tcp

Last synced: about 1 year ago
JSON representation

Minimal cross-platform subversion client fully written in c#

Awesome Lists containing this project

README

          

# Diahon.VersionControl.Subversion
This is a minimal cross-platform subversion client fully written in c# implementing [version 2](https://github.com/apache/subversion/blob/260d47d5813f86ed02272a73e1d84b035252c31c/subversion/libsvn_ra_svn/protocol) of the svn protocol.

Have a look at our [Roadmap](Roadmap.md)!

## Building
- Download the [`net8.0` sdk](https://dotnet.microsoft.com/en-us/download/dotnet/)
- Run `dotnet build`

## Contribute
Contributions are welcome!
- Submit bugs and feature requests via issues.
- Submit pull requests to fix those bugs or implement a new feature!