Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deluan/rtc_hg_bridge

Simple one-way bridge for syncing changes to an RTC SCM repository into a Mercurial repository. A direct port from https://github.com/ThoughtWorksStudios/rtc-hg-bridge. It was used as a "spike" to exercise RTC's scm command line interface.
https://github.com/deluan/rtc_hg_bridge

Last synced: about 2 months ago
JSON representation

Simple one-way bridge for syncing changes to an RTC SCM repository into a Mercurial repository. A direct port from https://github.com/ThoughtWorksStudios/rtc-hg-bridge. It was used as a "spike" to exercise RTC's scm command line interface.

Awesome Lists containing this project

README

        

usage: rtc_hg_bridge [--init | --run] [parameters]

Actions (give one):
-i,--init Initialize the bridge
-r,--run Run the bridge

Parameters (all but '-m' are mandatory):
-d,--directory Working directory
created or emptied on
initialization
do not delete between runs
-m,--mercurial-repository URL of Mercurial repository
If specified, will push changes
to it
-p,--rtc-password RTC user password
-s,--rtc-stream Stream to use in RTC repository
created during initialization
-t,--rtc-repository URL of RTC SCM repository
-u,--rtc-user RTC user name
-w,--rtc-workspace Workspace to use in RTC
repository
created during initialization
-v,--verbose Verbose mode (show executed
commands)