0

I found piston seems a decent tool for managing rails plugins, but when I try to do piston convert for my project with git based plugins, it just went dead completely and seems its trying to look for .svn with svn tools.

I am on piston 1.4.0, is that git natively supported or I would have to build from edge?

Stargateur
  • 24,473
  • 8
  • 65
  • 91
William Yeung
  • 10,368
  • 9
  • 36
  • 42

2 Answers2

3

I'm using piston 1.9.x for exactly this reason - since 1.9, it has supported Git importing.

Instructions on installing can be found here.

Codebeef
  • 43,508
  • 23
  • 86
  • 119
0

check out braid.

Simple tool to help track git and svn vendor branches in a git repository

Seki
  • 11,135
  • 7
  • 46
  • 70
Mike Breen
  • 2,610
  • 1
  • 19
  • 13