Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

merikonjatta/redsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Sync redmine wiki to local filesystem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages