Closed sushain97 closed 6 years ago
The easiest way to do lists is still use svn but instead svn ls on the Git metarepos. Then there's no need for interaction with the GitHub API.
svn
svn ls
svn ls doesn't actually work on the metarepos so GH API curl or svn export on the .gitmodules files would work.
svn export
.gitmodules
The easiest way to do lists is still usesvn
but insteadsvn ls
on the Git metarepos. Then there's no need for interaction with the GitHub API.svn ls
doesn't actually work on the metarepos so GH API curl orsvn export
on the.gitmodules
files would work.