git svn - Team using git/git-svn to share work and only occasional svn commits -


I am new to git but read it by Martin Fowler where it describes a setup where a team git / git -Svn works and sometimes only committed to Central SVN Reposing Can anyone describe an article or screen-cast (or how to respond to off-course) workflows, commands and disadvantages?

see

The summary is that you have a rep with git - Svn. Everyone who wants to work with GIT only clones the clone and works with plain guit. From time to time, git-svn repo is to be subtracted from someone, it is merged into new commands from git and they are rolled back svn (it is not possible to transfer it individually, reduce both methods ) possible.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

ruby on rails - Convert a Activerecord result with has_one associations into a single hash per record -

javascript - Read complete data from stream from onMessage -