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#
- Host: GitHub
- URL: https://github.com/diahon/diahon.versioncontrol.subversion
- Owner: Diahon
- License: mit
- Created: 2023-10-23T17:48:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T23:14:24.000Z (over 1 year ago)
- Last Synced: 2025-02-15T00:32:41.039Z (over 1 year ago)
- Topics: csharp, subversion, subversion-client, tcp
- Language: C#
- Homepage: https://www.nuget.org/packages/Diahon.VersionControl.Subversion/
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Roadmap: Roadmap.md
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!