Thanks - I think I have this figured out. It doesn't actually matter if it's SVN, the main hurdle for me was allowing multiple members of a team that use an existing repository (in svn, git, or whatever) push to heroku. You can't get clone first, so you just need to init (if you're on svn), commit, and push using the -f (force) option.

http://docs.heroku.com/git#how-heroku-uses-git-remotes

Thanks for the help!


On Sep 10, 2010, at 10:10 AM, Chandrakanth S. wrote:

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] . 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 .

--
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.

Reply via email to