rsync - Access per-repository rsync space ========================================= Gitano will accept rsync server commands when the rsync plugin is enabled. SCENARIO rsync ASSUMING rsync is possible Files may be copied into this space with `rsync filename gituser@gitanoserver:repository/filename`. GIVEN a standard instance AND testfile contains foo WHEN testinstance adminkey rsync's testfile to gitano-admin.git This copies into the `rsync` directory in the git repository on the server. THEN server-side gitano-admin.git file rsync/testfile contains foo Files may be copied back out again as you normally would with rsync i.e. `rsync gituser@gitanoserver:repository/filename filename`. GIVEN testfile contains bar WHEN testinstance adminkey rsync's testfile from gitano-admin.git THEN testfile contains foo FINALLY the instance is torn down