git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] git pull and importers
@ 2007-04-07  2:48 Daniel Barkalow
  2007-04-07 14:21 ` Junio C Hamano
  2007-04-07 20:24 ` Eric Wong
  0 siblings, 2 replies; 7+ messages in thread
From: Daniel Barkalow @ 2007-04-07  2:48 UTC (permalink / raw)
  To: git

There's an SVN project I'm trying to track with git-svn. "git svn fetch" 
fetches and imports the commits perfectly, but I can't figure out a way to 
merge upstream commits into my branch automatically.

It seems like the right solution should be:

[remote "origin"]
	importer = svn
	url = svn://ixion.tartarus.org/main
	fetch = puzzles:refs/remotes/puzzles
[branch "master"]
	remote = origin
	merge = puzzles

Which would mean that it would use "git svn fetch" instead of "git fetch" 
for that remote, and "git svn fetch" would use that config section instead 
of its current config section.

Any reason this couldn't be made to work?

	-Daniel
*This .sig left intentionally blank*

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-04-07 23:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-07  2:48 [RFC] git pull and importers Daniel Barkalow
2007-04-07 14:21 ` Junio C Hamano
2007-04-07 17:41   ` Daniel Barkalow
2007-04-07 20:24 ` Eric Wong
2007-04-07 21:32   ` Junio C Hamano
2007-04-07 21:50     ` Eric Wong
2007-04-07 23:12   ` Daniel Barkalow

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).