I’m looking for a viewer to be used over a subversion repository. I saw this link but I don’t want a web based viewer, but rather one I can combine into software.
The purpose of this viewer is to enable the SW’s users to save versions of the code they write in it and to search for content written by others.
Since our SW is written in C#, I’d prefer something with C# API.
Any suggestions?
Thanks.
Edit:
Viewing different versions of files is also important.
If you want to include SVN-based functionality into your software, you might want to use
It’s licensed under the Apache License, so you can use it in commercial projects (with some conditions, read the license for details). I have no personal experience with it, so I don’t know if it already includes a viewer component or just the bare SVN client code. In any case, the front page lists a lot of open-source projects built upon sharpsvn, maybe one of those would be a suitable candidate for inclusion in your software (if the license fits your needs).