Git, SVN and Heroku

2010-09-10 Thread Swards
I work on a team that uses SVN for source control (a separate discussion is in the works to get them moved over to git), and we would like to check out of svn and push to Heroku. I can't figure out how to do this very easily. Is there a way to turn an existing directory (checked out by svn) that

Re: Git, SVN and Heroku

2010-09-10 Thread Chandrakanth S.
If you use git-svn locally for your remote subversion repo then it should not be that difficult. You could then just add the remote heroku repo and do a git push to heroku. But if you are using subversion client then I think it would be a bit tricky. -- Chandra On Wed, Sep 8, 2010 at 11:16 PM,

Re: Git, SVN and Heroku

2010-09-10 Thread Keenan Brock
Hi 1. Use git as your client (with git-svn). Then just update (from svn) and push to heroku. It works great. If you have trouble, ping me. I haven't done this recently, but can try and dig up some stuff if you need. Issues you may see: deleting directories (e.g. vendor/gems/* )in git doesn't