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/...
Adjudication asked 12/6, 2009 at 21:2

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: ...
Redon asked 6/5, 2009 at 11:54

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?
Hamish asked 26/1, 2009 at 20:39

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...
Imply asked 16/11, 2008 at 6:40

© 2022 - 2024 — McMap. All rights reserved.