git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git svn pointing at svn branch instead of trunk?
@ 2009-08-22 18:40 skillzero
  2009-08-22 20:46 ` Eric Wong
  2009-08-30 20:30 ` Daniele Segato
  0 siblings, 2 replies; 5+ messages in thread
From: skillzero @ 2009-08-22 18:40 UTC (permalink / raw)
  To: git

When I used git svn to clone a repository, it ended up pointing master
at a tag in svn instead of trunk. For example, git svn info shows the
URL for the tag instead of trunk. git log master also shows the most
recent commit is the creation of that tag in svn, but then the next
commit is the most recent commit to trunk. It's like it's mixing
things from the tag with things from trunk. The most recent commit in
svn was to create the tag that master is now pointing to in case that
matters.

Is there something in the svn repository that might cause this? What's
the correct way to reset what git svn thinks master should point to?
And how should I get rid of the commit on master that created the tag
without messing up git svn (e.g. can I just git reset or will that
confuse git svn later?).

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

end of thread, other threads:[~2009-08-30 20:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-22 18:40 git svn pointing at svn branch instead of trunk? skillzero
2009-08-22 20:46 ` Eric Wong
2009-08-22 22:12   ` skillzero
2009-08-23  2:51     ` Eric Wong
2009-08-30 20:30 ` Daniele Segato

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