Hi:
Everything seems to work except that all of my git repos (under ~/repositories) show up as dangling repos, except for testing.git.
I've also tried running:
gitolite compile
gitolite setup --hooks-only
gitolite trigger POST_COMPILE
In my gitolite.conf file, I use a wild card for access:
repo @all
RW+ = ray
I've upgraded gitolite from version 3.6.6 (old server) to the latest version (v3.6.13-4-ga546e5e) on the new server.
Is there an easy way to add back my git repos for gitolite access?
Thanks.
Ray