Home ›
Having your Git and your SVN tooHaving your Git and your SVN too
Submitted by Benjamin Melançon on April 7, 2009 - 8:12am
Searched words:
subversion git integration
Via Stefan:
Kathleen wrote an email with the three commands you need.
git-svn fetch -s svn_repo
first it's git-svn clone -s ...
you can update it with git-svn fetch
and with git-svn rebase you can merge svn updates to your git workdir
and git-svn dcommit commits to subversion
Resolution
More like this
- Custom nodes module AND CCK: Bdragon serves you cake and lets you have it, too
- Find a term ID (working around the category module) to have a node behave differently
- Having the top-level menu items not be links (for use with dropdown menus)
- Keep .DS_Store files out of your Git projects when developing on a Mac
- Event views module calls views_invalidate_cache too often


Comments
Post new comment