Is there a way to get all repos
The server provided by VisualSVN includes a web interface. On the homepage, it is possible to view a list of all repositories accessible to users. Does SharpSvn offer a similar functionality that allows listing all repositories associated with a specific user?
Is there a way to get the property's value of a file from server, such as: "check_sum", without download the file from server?
Subversion doesn't provide such an api, and as such we don't have one either. The repository apis only work on repositories not outside.
VisualSVN was originally a server product... so they manage the server they are talking to, so they can apply some assumptions. And then they probably scrape some html to provide the info.
Thank you for your relay.