SharpSvn icon indicating copy to clipboard operation
SharpSvn copied to clipboard

Is there a way to get all repos

Open Brent-bai opened this issue 8 months ago • 3 comments

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?

Brent-bai avatar Jul 31 '25 06:07 Brent-bai

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?

Brent-bai avatar Aug 01 '25 00:08 Brent-bai

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.

rhuijben avatar Oct 06 '25 11:10 rhuijben

Thank you for your relay.

Brent-bai avatar Oct 27 '25 01:10 Brent-bai