login
Header Space

 
 

Re: git-svn questions: how to clone/init non-standard layout branches/tags?

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Luke Lu <git@...>
Cc: Lars Hjemli <hjemli@...>, Benoit SIGOURE <tsuna@...>, <git@...>
Date: Wednesday, November 7, 2007 - 6:56 pm

In case others encounter this problem and want to find a solution...

On Nov 3, 2007, at 2:26 PM, Luke Lu wrote:

After some permutations, this is the config that worked for me:

[svn-remote "svn"]
	url = svn+ssh://host/svn
	fetch = project/trunk:refs/remotes/git-svn
	fetch = project/production:refs/remotes/svn/production

The primary difference is that I moved 'project' from url to the  
fetch specs. My original single trunk config looked like this:

[svn-remote "svn"]
	url = svn+ssh://host/svn/project/trunk
	fetch = :refs/remotes/git-svn

I wish that "git svn fetch" could be more verbose about what's going  
on in this case.

__Luke
-
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:
Re: git-svn questions: how to clone/init non-standard layout..., Luke Lu, (Wed Nov 7, 6:56 pm)
speck-geostationary