Project

redsync

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Sync Redmine's wiki pages to your local filesystem. Edit as you like, then upsync.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.7.3
>= 0
 Project Readme

Redsync

What’s this?

Sync your Redmine’s wiki contents to your local filesystem.
Edit them while offline, then upsync them to Redmine.
(Requires Ruby 2.0)

Install

gem install redsync

Usage

Usage: redsync [options]
    -v, --verbose                    Output verbose logs
    -c, --config FILE                Use specified config file instead of ~/redsync.yml
    -s, --status                     Status check. No uploads or downloads will happen
    -i, --interactive                Interactive mode (pry)

How it works

Uses Redmine’s REST API.

Warnings

This software has NOT BEEN TESTED :(
Use it at your own risk.
Please beware that it may not work on all versions of Redmine (it’s working fine with my installation of 2.5-stable)

Conflicts

Redsync does not deal with conflicts well.
In fact, it does not deal with conflics AT ALL.
A default run of redsync will downsync first, overwriting any local changes if pages are updated on Redmine.
Then it will upsync any remaining changes.

License

The MIT License

Copyright © 2011 Shinya Maeyama.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.