I have a project with version.2 and i have to start working on it to develop a new version.3 . I want to create a new repo on a remote server (i.e. a mercurial-server) so that my team member could access that repo .I have my project file on my local machine .
I have two concerned questions :
How can I create it in
/home/hg/repositories/private/project3
(Lets say new repo name would be project3) of remote mercurial-server with my project files. What steps should I follow to do this.How can I create a access permission (usrname/pword) so that my team will access this repo on http://dev.myproject.com/private/project3 .
Note: /home/hg/repositories/
is default for http://dev.myproject.com/ and I have no repo of version 2 (clone is not possible I guess! )