Forum archive
Redmine Appliance and HG
I've started up the Redmine appliance, redmine loads up fine.
Now it's time to move my existing hg repository into the turnkey instance. I don't see any way to create a new hg repo from the web interface, so I ssh in, cd to /srv/repos/hg, mkdir, and hg init MyProj. At this point I can load http://192.168.150.176:8080/MyProj, so I'm almost in business.
C:\dev\MyProj>hg push
pushing to http://192.168.150.176:8080/MyProj/
searching for changes
remote: Permission denied: .hg/store/lock
I added
[web]
push_ssl=False
allow_push=*
to the .hg/hgrc file in the turnkey instance, still no dice. Not sure where to go from here.
But it may be worth checking group permissions/membership.
Webmin can be quite handy for playing around with permissions, fine tuning etc. Permissions can be checked and altered from the file manager, just click on the folder in the right pane and click the Info button.