git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* git-svn breakage
@ 2006-12-12  5:23 Dongsheng Song
  2006-12-12  9:19 ` Eric Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Dongsheng Song @ 2006-12-12  5:23 UTC (permalink / raw)
  To: n0dalus; +Cc: git

Hi,

I am trying to use git-svn synchronize git with svn.

When git-fetch failed midway, and resumed later.The git-svn log output
fine, but git-log output only before resumed.

How can I fix it ?

Any help greatly appreciated,


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

* Re: git-svn breakage
  2006-12-12  5:23 git-svn breakage Dongsheng Song
@ 2006-12-12  9:19 ` Eric Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Wong @ 2006-12-12  9:19 UTC (permalink / raw)
  To: Dongsheng Song; +Cc: git

Dongsheng Song <dongsheng.song@gmail.com> wrote:
> Hi,
> 
> I am trying to use git-svn synchronize git with svn.
> 
> When git-fetch failed midway, and resumed later.The git-svn log output
> fine, but git-log output only before resumed.
> 
> How can I fix it ?

git-svn only updates refs/heads/master to the last refs/remotes/git-svn
revision on the first time fetch runs.  Since git-log defaults
to HEAD (which most likely points to refs/heads/master, use git-branch
to find out), it'll only show the information in refs/heads/master.

So if you want to see the latest revisions that git-svn fetched,
then use 'git log remotes/git-svn'

To pull changes into your working copy (or HEAD) use:
  git rebase refs/remotes/git-svn

-- 

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

end of thread, other threads:[~2006-12-12  9:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-12  5:23 git-svn breakage Dongsheng Song
2006-12-12  9:19 ` Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).