* git-svn merging into branch?
@ 2008-03-27 17:30 Joe Fiorini
2008-03-28 6:32 ` Joe Fiorini
0 siblings, 1 reply; 3+ messages in thread
From: Joe Fiorini @ 2008-03-27 17:30 UTC (permalink / raw)
To: git
My company uses Subversion for their SCM. I'd like to start using git
on my dev box to eventually show how useful it is. We're working on a
new deploy process that involves merging changes into an svn branch.
I have a feeling this will be accomplished much more easily with Git,
however I also know our team will not take kindly to switching SCM
products at the moment. I couldn't find this in the documentation,
but is is possible to use git-svn to merge changes from a git
repository into a particular Subversion branch?
Thanks all!
Joe Fiorini
http://www.faithfulgeek.org // agile web development
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: git-svn merging into branch?
2008-03-27 17:30 git-svn merging into branch? Joe Fiorini
@ 2008-03-28 6:32 ` Joe Fiorini
2008-03-28 8:34 ` Jean-Baptiste Quenot
0 siblings, 1 reply; 3+ messages in thread
From: Joe Fiorini @ 2008-03-28 6:32 UTC (permalink / raw)
To: Joe Fiorini; +Cc: git
I'll take that as a no? :-)
-Joe
On Mar 27, 2008, at 1:30 PM, Joe Fiorini wrote:
> My company uses Subversion for their SCM. I'd like to start using
> git on my dev box to eventually show how useful it is. We're
> working on a new deploy process that involves merging changes into
> an svn branch. I have a feeling this will be accomplished much more
> easily with Git, however I also know our team will not take kindly
> to switching SCM products at the moment. I couldn't find this in
> the documentation, but is is possible to use git-svn to merge
> changes from a git repository into a particular Subversion branch?
>
> Thanks all!
> Joe Fiorini
> http://www.faithfulgeek.org // agile web development
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: git-svn merging into branch?
2008-03-28 6:32 ` Joe Fiorini
@ 2008-03-28 8:34 ` Jean-Baptiste Quenot
0 siblings, 0 replies; 3+ messages in thread
From: Jean-Baptiste Quenot @ 2008-03-28 8:34 UTC (permalink / raw)
To: Joe Fiorini; +Cc: git
You can either use SVN-specific tools, namely svn merge or svnmerge,
or GIT-specific tools, namely git merge, git rebase or git cherry
pick. If you choose the latter, once done you can simply git-svn
dcommit your changes.
Cheers,
--
Jean-Baptiste Quenot
http://caraldi.com/jbq/blog/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-03-28 8:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-27 17:30 git-svn merging into branch? Joe Fiorini
2008-03-28 6:32 ` Joe Fiorini
2008-03-28 8:34 ` Jean-Baptiste Quenot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).