Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kompiro/gitrac
distributed Trac Ticket repository like git
https://github.com/kompiro/gitrac
Last synced: 11 days ago
JSON representation
distributed Trac Ticket repository like git
- Host: GitHub
- URL: https://github.com/kompiro/gitrac
- Owner: kompiro
- Created: 2009-11-24T12:55:05.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2009-12-02T13:38:47.000Z (almost 15 years ago)
- Last Synced: 2023-04-12T20:30:49.373Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GiTrac
======Distributed and integrated ticket system like git commands.
usage
-----gitrac [command] [options]
commands:
- init (URL)
Initialized repository and set some configs.
If you want to push and pull commands,
please add URL and install TracXMLRPC Plugin to your Trac site.
URL's format is followed.
http://[USERNAME]:[PASSWORD]@[PROJECT_URL]/login/xmlrpc
Example:
http://kompiro:test@localhost/test/login/xmlrpcWARNING:
Currently, This command supports only Basic Authentication.- add [summary]
added titled summary's ticket to local repository.- rm [id](NOT IMPREMENTED)
removed local's ticket.
if you choosed remote's ticket, gitrac returns error.- list
listed local repository's tickets- push
pushed tickets to remote repository.
current supports only defect.- pull(NOT IMPREMENTED)
pulled tickets from remote repository.
- config [KEY] [VALUE](NOT IMPREMENTED)
added config values like REPOSITORY.URL
License
-------EPL License
##### author #####
written by Hiroki Kondo(aka kompiro)