https://github.com/ampscm/ankhsvn
AnkhSVN provides first class Subversion support for all recent Visual Studio versions.
https://github.com/ampscm/ankhsvn
scm sharpsvn subversion
Last synced: 10 months ago
JSON representation
AnkhSVN provides first class Subversion support for all recent Visual Studio versions.
- Host: GitHub
- URL: https://github.com/ampscm/ankhsvn
- Owner: AmpScm
- License: apache-2.0
- Created: 2021-05-12T10:34:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T04:12:31.000Z (about 2 years ago)
- Last Synced: 2024-12-07T23:42:10.517Z (over 1 year ago)
- Topics: scm, sharpsvn, subversion
- Language: C#
- Homepage:
- Size: 73.6 MB
- Stars: 142
- Watchers: 15
- Forks: 36
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# AnkhSVN - Subversion Support for Visual Studio
Contents:
1. Welcome
2. Documentation References
3. Participating in the AnkhSVN community
## 1. Welcome
Thank you or checking out the sourcecode of AnkhSVN. You can always find
the last version of this document on
https://github.com/AmpScm/AnkhSVN
If you have a Subversion client you can get the latest version of the
AnkhSVN sourcecode with the command:
$ svn co https://github.com/ampscm/ankhsvn/trunk/ AnkhSVN
If you have AnkhSVN 2.0 or later installed you can also automatically open the project
directly in Visual Studio with AnkhSVN itself
Click: File -> Open -> Subversion Project
And then choose the right Solution (.sln) file below:
https://github.com/ampscm/ankhsvn/trunk/src/
In the next dialog choose a location where you wish to store your local
working copy and click Ok.
Of course you can also use your favorite git client to access our GitHub repository.
Please read src/BUILD.txt for more information on how to test development
versions of AnkhSVN after the checkout completes.
## 2. Documentation
The development documentation of the AnkhSVN project is available in
src/BUILD.txt - How to build your own AnkhSVN version
src/CONTRIBUTORS.txt - List of committers and writers of patches
LICENSE - The sourcecode license of AnkhSVN
A lot more information about what is going on can be found on
https://github.com/AmpScm/AnkhSVN
## 3. Participating in the AnkhSVN community
If you have any questions you can join the AnkhSVN user group on
users@ankhsvn.open.collab.net
Talk on IRC with developers: irc.freenode.net, channel #ankhsvn
Or just use the discussion, issue and pull request support on GitHub