sharpsvn Questions
2
Solved
I'm using SharpSvn to interact with my svn repository via C# code. I am using this code to retrieve svn log entries:
Collection<SvnLogEventArgs> logitems;
var uri = new Uri("http://myserver/...
1
I'm looking for a faster way to retrieve files from SVN than svn cat in .NET.
Currently I'm running a svn cat process for each revision, but it's extremely slow.
Then I've tried with SvnClient:
...
3
Solved
I'm looking to make calls out to a subversion repository, but I would like to write it in C#. Does anyone know of any good libraries?
3
Solved
I was hoping to automate some tasks related to SubVersion, so I got SharpSvn. Unfortunately I cant find much documentation for it.
I want to be able to view the changes after a user commits a new...
© 2022 - 2024 — McMap. All rights reserved.