notzippy / repo-tool

Git multiple repositories and put them were you want (Git it ?)
MIT License
7 stars 3 forks source link

Dev #1

Open pedromorgan opened 7 years ago

pedromorgan commented 7 years ago

Ok so looking at this cos it will kinda fit my needa also..

The manifest file is disturbing..

But maybe we add 2 candidates..

notzippy commented 7 years ago

Checkout in develop mode

...revel>mkdir p
...revel>cd p
...p>repo-tool init -u git@github.com:notzippy/revel-manifest.git -b develop

Switch to production mode

...p>repo-tool sync -b master

Switch to develop branch

...p>repo-tool sync -b branch
pedromorgan commented 7 years ago

its the manifest format i got a problem with, probably as i rearely touch andorid..

Just a simple yaml of git repos would be cool.. But in my case, it in revelframwowork.com land and runnign tw o versions concurrnet

notzippy commented 7 years ago

The manifest is good for arranging where a project is place, so you can checkout a project to the proper place in your folder structure to form a valid gopath. There is only 2 real sections to the manifest, the definition of repository servers and the projects. Details are here https://github.com/notzippy/repo-tool/blob/master/doc/manifest.md