You could import mercurial repositories in 3 easy steps:
- clone your existing repository, e.g. hg clone
https://bitbucket.org/sdorra/scm-manager
- change the default url in the .hg/hgrc file of the clone to your new
repository (created in scm-manager something like this
http://yorserver:8080/scm/hg/imported)
- than push the repository to your new scm-manager repository, e.g: hg push
Now your repository is imported.
Sebastian
2012/1/5 Michael Grossberg <mich...@gmail.com>:
curl -u 'scmadmin:scmadmin' -X POST -H "Content-Type: application/xml"
-d '<repositories><name>test</name><type>hg</type><public>true</public><contact>te...@example.com</contact><description>Test
repository</description></repositories>'
http://localhost:8080/scm/api/rest/repositories.xml
Sebastian
2012/1/9 Michael Grossberg <mich...@gmail.com>:
2012/1/12 Michael Grossberg <mich...@gmail.com>: