2017 © Pedro Peláez
 

application bitbucket-repo-sync

Bitbucket Repo Sync Application

image

eabay/bitbucket-repo-sync

Bitbucket Repo Sync Application

  • Friday, July 1, 2016
  • by eabay
  • Repository
  • 0 Watchers
  • 0 Stars
  • 13 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Bitbucket Repo Sync Application

Bitbucket Repo Sync is a small Symfony Console application to keep all your bitbucket git repositories in synced. It utilizes Bitbucket API., (*1)

Installation and Usage

Basically, you give your Bitbucket credentials and it clones all your git repositories., (*2)

git clone git@bitbucket.org:eabay/bitbucket-repo-sync.git
cd bitbucket-repo-sync
// see http://getcomposer.org/download/ to install composer
php composer.phar install
php console.php bitbucket:sync username password

You can choose the path of repositories:, (*3)

php console.php bitbucket:sync username password -d /some/where

To get help about the command:, (*4)

php console.php help bitbucket:sync

Notice that repositories are cloned over HTTPS schema including your username and password. I mean repositories will have origins with URIs like https://username:password@bitbucket.org/…. If this is a security problem for you, don't use the application!, (*5)

Please use Bitbucket to file issues., (*6)

The Versions

01/07 2016

dev-master

9999999-dev https://bitbucket.org/eabay/bitbucket-repo-sync

Bitbucket Repo Sync Application

  Sources   Download

MIT

The Requires

 

repository git bitbucket sync synchronization