tags:

views:

200

answers:

1

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?

+4  A: 

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

Richard Slater