tags:

views:

122

answers:

0

I'm trying to build a simple ;) repository browser into a web application and have been looking into using SharpSvn to help.

I can find all the usual physical commands, like update, commit, that would actually make changes to the repository or a working copy but am struggling to find a way to query a repositories structure or contents.

Is there any way I can read the structure of the repository so I can display a simple explorer like interface in a web page (i.e. tree view of directories plus a list of files)