Thursday, April 14, 2011

Query SVN repository from ASP.NET to get revision history

I want to query my SVN repository from an ASP.NET application to list the top XX latest revisions of my application.

What's the best way to do this? execute a shell execute command against the svn command line app? or can i access it via https?

From stackoverflow
  • Collabnet have a open source product called SharpSVN; which is a .NET 2.0 client API for subversion.

0 comments:

Post a Comment