Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tendant/teamcity-git-svn
Enable git to work with teamcity and subversion.
https://github.com/tendant/teamcity-git-svn
Last synced: about 13 hours ago
JSON representation
Enable git to work with teamcity and subversion.
- Host: GitHub
- URL: https://github.com/tendant/teamcity-git-svn
- Owner: tendant
- License: mit
- Created: 2011-12-06T19:06:39.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T08:35:12.000Z (over 7 years ago)
- Last Synced: 2024-10-12T13:31:21.704Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 6.26 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.txt
- License: LICENSE
Awesome Lists containing this project
README
A simple script for git to work with Teamcity and subversion server.
Prerequisition
====* tcc.jar
> Download the tcc.jar from the "My Settings & Tools" > "TeamCity Tools" side panel > "Command Line Remote Run" to any directory.
> http://confluence.jetbrains.net/display/TW/Command+Line+Remote+Run+Tool
* Python 3
If you have Python 2.7+, please check out branch "python-2.7" intead.
Configuraiton
====* Copy tc.cfg.sample to tc.cfg, and update tcc_jar, tc_user, tc_password, tc_server in tc.cfg.
* Run below command.
git config --global alias.tc \\!/home/neil/workspace/teamcity-git-svn/tc.py
Note: update file path, there is only one backslash before '!'
Usage
====Run below command in git-svn enabled respository.
$ git tc