Dynalon / Rainy

Simple Tomboy/Tomdroid cloud/syncing server. Written in C# with AngularJS web frontend. Supports SQLite & Postgres Backends.
http://dynalon.github.io/Rainy
GNU Affero General Public License v3.0
88 stars 15 forks source link

wrong reference of tomboy-library submoudle #26

Closed addadi closed 11 years ago

addadi commented 11 years ago

Hi, I tried to compile rainy today, using master branch. make doesn't get to compile because there's a wrong reference in the tomboy-library git submoudle: fatal: reference is not a tree: c707dc647c42f6027b16574226ccf2d6c2589c44 Unable to checkout 'c707dc647c42f6027b16574226ccf2d6c2589c44' in submodule path 'tomboy-library'

Can you please push this commit to tomboy-library or correct the git submoudle? Thanks

Dynalon commented 11 years ago

I know it is tempting to try the master branch. But master is subject of development, and may not work or build at all and is only intended for developers (right now I know that there are things left to do in master). Please stick to the git tags, they are more stable and more tested. For the latest 0.5.0 release, there is a tag 0.5.0 that you can checkout.

If you want to contribute to Rainy, you can also of course opening up a pull request that fixes build issues against the master branch.

trepidity commented 11 years ago

Dynalon: Have you seen the Github workflow methodology? I wonder if Tomboy should utilize it.