├── .gitignore ├── CHANGELOG.md ├── README.md └── sync.sh /.gitignore: -------------------------------------------------------------------------------- 1 | git 2 | svn 3 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rayrutjes/wp-plugin-git-svn-sync/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rayrutjes/wp-plugin-git-svn-sync/HEAD/README.md -------------------------------------------------------------------------------- /sync.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rayrutjes/wp-plugin-git-svn-sync/HEAD/sync.sh --------------------------------------------------------------------------------