Can I clone a Kiln "repository group" in a single step? Ideally, using tortoise-hg...
|
5
|
No, you can't. But it could be a cool Mercurial extension for Kiln users. UPDATE: I have just released KilnClone Mercurial extension to make it possible to clone Kiln project, repository group and even all projects from specified Kiln account. Detailed information and source code you can find here. |
|||
|
|
|
4
|
You can do this using my kiln-local-backup script by passing the For example, if you had a project called
This script is designed for backup, but it creates a normal clone of your project, so it should be useful even if you aren’t using it strictly for backup. The |
|||
|
|
0
|
Hello Roddy. Are your repository groups fairly standard across the groups in terms of the repo names they contain? You could write an sh (Linux) or .bat (windows) script to take the project and the group parameters and then hg clone the repos; forming the repo URLs off the project and group and the known standardized repo names. If they differ, then you'd need customize a script for each repo group. Once written though it makes cloning many repos simpler. |
|||
|
|