With bundler and git repositories, this would be rather easy it seems.
However, we are forced to use .svn here…
Can anyone recommend a way to do this? Setting up a central gem server
and pushing to it? Or does it work somehow with bundler and svn?
I’m a little confused by this. Bundler doesn’t care what version
control system you’re using to store your own code. If the gem lives
in a Git repository, then yes, you’ll need Git to access it. But if
your own code is in SVN or CVS or Hg, that shouldn’t make a
difference, should it?