Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/deluan/rtc_hg_bridge
- Owner: deluan
- Created: 2011-10-17T11:35:14.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-18T11:13:46.000Z (about 13 years ago)
- Last Synced: 2024-10-14T10:22:16.893Z (3 months ago)
- Language: Groovy
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 bridgeParameters (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)