문제

Seems like the Subversion Edge Restful API isn't able to (completely) delete a repository - only to create one. Also, sharpSvn seems to work only on repositorly-level and lower, which means, no deletion of repository also... So is there a way to programmatically remove a repository in Subversion Edge?

도움이 되었습니까?

해결책

No, there's no option to delete a repository using only the uberSVN APIs. This is an administrative task, one that is best accomplished using the command line tool "rm". Removing a repository is the same as removing a folder on a file system.

The creation of a repository was always a strange one to me, I don't think it should be part of the normal uberSVN APIs anyway, as it too is a admin-level task that gets used infrequently.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top