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, Swards <[email protected]> wrote: > 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 has not yet been initialized in > git, initialize it, and allow that to be pushed to Heroku, essentially > overwriting the existing code on Heroku? > > I'm trying to allow multiple team members to checkin to svn and push > to Heroku via Git. > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<heroku%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
