Questions tagged [mercurial-server]

Mercurial-server is a set of python scripts to manage and share your mercurial repositories easily

Useful links:

20 questions
0
votes
2 answers

Is there a way to get users and groups for mercurial repository from remote

Is there a way to get users and groups for mercurial repository from remote? I am a newbie to mercurial world and not being able to get much details on this. I wish to get and set the groups and users on a repository from remote (application). The…
Kangkan
  • 15,267
  • 10
  • 70
  • 113
0
votes
2 answers

directory '/var/lib/mercurial-server/' is missing

After reinstall mercurial-server, directory '/var/lib/mercurial-server/' missing apt-get purge mercurial-server sudo rm -rf /var/lib/mercurial-server sudo apt-get update sudo apt-get install mercurial mercurial-server i…
Nikolay Shabak
  • 576
  • 1
  • 7
  • 18
0
votes
1 answer

mercurial-server hook not working

mercurial-server runs on Ubuntu 12.04 LTS myserver@ip:/etc$ hg --version Mercurial Distributed SCM (version 2.0.2) myserver@ip:/etc$ dpkg -s mercurial-server Package: mercurial-server Version: 1.2-1 …
yodhevauhe
  • 765
  • 3
  • 11
  • 33
0
votes
1 answer

Move mercurial-server home and repo location

How to move mercurial-server (hg) home directory from /etc/mercurial-server/ to different location.I would like to store keys and repo in different disk In Ubuntu 12.10 sudo apt-get install mercurial-server sudo usermod -d /SOURCE/mercurial-server…
yodhevauhe
  • 765
  • 3
  • 11
  • 33
0
votes
2 answers

Prevent access to some files in webserver - mercurial/ssh

I have a centos server with code maintained using a mercurial repo. To allow a new person to commit code to mercurial, I create a new user, add them to the webdev group, and they can push / pull code by hg pull ssh://name@server.com. However,…
crazyphoton
  • 623
  • 5
  • 20
1
2