Re: git svn clone a non-standard repository

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: John Locke
Date: Thursday, June 26, 2008 - 6:06 pm

Okay. I think I've closed the loop, and have this updating successfully, 
if not necessarily easily.

John Locke wrote:
To update, we need a local branch for each submodule:

git checkout -b dojo dojo-trunk <- create local branch and switch to it 
(only create it the first time through)

git svn rebase dojo-trunk  <- do this to update each local branch from 
the remote svn repository version--must have corresponding branch 
checked out.

... now that we've merged the remote changes to a local branch, we can 
update our work branch from each module's branch:

git checkout work
git pull -s subtree ./ dojo
git pull -s subtree ./ dijit
....




-- 
John Locke
"Open Source Solutions for Small Business Problems"
published by Charles River Media, June 2004
http://www.freelock.com

--
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git svn clone a non-standard repository, John Locke, (Tue Jun 24, 11:32 am)
Re: git svn clone a non-standard repository, Michael J Gruber, (Wed Jun 25, 8:25 am)
Re: git svn clone a non-standard repository, John Locke, (Thu Jun 26, 11:29 am)
Re: git svn clone a non-standard repository, John Locke, (Thu Jun 26, 11:39 am)
Re: git svn clone a non-standard repository, John Locke, (Thu Jun 26, 6:06 pm)