is there an easy way to report empty repositories in stash? We've got a lot of repositories in stash, but some of them are empty (there was never anything pushed to it).
I can do a query on filesize per project, but that's very expensive and causes a really high load on the stash server.
Is there some thing more lightweight to report all empty repositories in stash?
ended up writing a script via rest api to get all the repository sizes. takes a long time, and puts a heavy load on the server, but I don't see any other way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
around 5000 repositories
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.