* git svn fetch -with -r doesn't fetch anything
@ 2009-05-05 20:18 Martin
2009-05-05 20:30 ` Martin
0 siblings, 1 reply; 2+ messages in thread
From: Martin @ 2009-05-05 20:18 UTC (permalink / raw)
To: git
Hi,
I upgraded to:
> git svn --version
git-svn version 1.6.2.5 (svn 1.5.6)
(svn 1.6.1 doesn't compile, see
http://www.nabble.com/Re:-svn-commit:-r37415---trunk-subversion-include-td23170203.html
:-( )
Now I create a git repositiory:
> git svn init https://myserver.com/repo
and want to fetch the latest revision (or a little bit in the past) with
> git svn fetch -r1234
But git svn rebase runs in an error:
> git svn rebase
fatal: ambiguous argument 'HEAD': unknown revision or path not in the
working tree.
Use '--' to separate paths from revisions
log --no-color --first-parent --pretty=medium HEAD: command returned
error: 128
With earlier version of git-svn I could fetch only a few revisions. Now only
> git svn fetch
works. But it fetches *all* revisions (and this takes a while ...)
Is it a bug or a feature?
Thanks
Martin
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: git svn fetch -with -r doesn't fetch anything
2009-05-05 20:18 git svn fetch -with -r doesn't fetch anything Martin
@ 2009-05-05 20:30 ` Martin
0 siblings, 0 replies; 2+ messages in thread
From: Martin @ 2009-05-05 20:30 UTC (permalink / raw)
To: git
Okay,
I found it:
> and want to fetch the latest revision (or a little bit in the past) with
> > git svn fetch -r1234
>
> git svn fetch -r1234:HEAD
will do what I want ...
Martin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-05-05 20:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-05 20:18 git svn fetch -with -r doesn't fetch anything Martin
2009-05-05 20:30 ` Martin
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).