All of lore.kernel.org
 help / color / mirror / Atom feed
* git svn fetch error
@ 2011-05-22 23:39 Dave Zarzycki
  2011-05-23  8:16 ` Michael Haggerty
  0 siblings, 1 reply; 3+ messages in thread
From: Dave Zarzycki @ 2011-05-22 23:39 UTC (permalink / raw)
  To: git

Has anybody seen the following error with git svn fetch? I've seen this both with 1.7.4.4 and top-of-tree.

Argument "195270*" isn't numeric in numeric le (<=) at /usr/libexec/git-core/git-svn line 3840.
Argument "195270*" isn't numeric in numeric le (<=) at /usr/libexec/git-core/git-svn line 3840.
Argument "195270*" isn't numeric in numeric gt (>) at /usr/libexec/git-core/git-svn line 3822.
Argument "195270*" isn't numeric in numeric ge (>=) at /usr/libexec/git-core/git-svn line 3823.
Argument "195270*" isn't numeric in numeric gt (>) at /usr/libexec/git-core/git-svn line 3118.

How alarmed should I be?

Thanks,

davez

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

* Re: git svn fetch error
  2011-05-22 23:39 git svn fetch error Dave Zarzycki
@ 2011-05-23  8:16 ` Michael Haggerty
  2011-06-19 15:57   ` Dave Abrahams
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Haggerty @ 2011-05-23  8:16 UTC (permalink / raw)
  To: Dave Zarzycki; +Cc: git

On 05/23/2011 01:39 AM, Dave Zarzycki wrote:
> Has anybody seen the following error with git svn fetch? I've seen this both with 1.7.4.4 and top-of-tree.
> 
> Argument "195270*" isn't numeric in numeric le (<=) at /usr/libexec/git-core/git-svn line 3840.
> Argument "195270*" isn't numeric in numeric le (<=) at /usr/libexec/git-core/git-svn line 3840.
> Argument "195270*" isn't numeric in numeric gt (>) at /usr/libexec/git-core/git-svn line 3822.
> Argument "195270*" isn't numeric in numeric ge (>=) at /usr/libexec/git-core/git-svn line 3823.
> Argument "195270*" isn't numeric in numeric gt (>) at /usr/libexec/git-core/git-svn line 3118.
> 
> How alarmed should I be?

I haven't looked into the code, but from the argument shown in the error
message my guess is that git-svn is being confused by Subversion's
non-inheritable merge information.  Non-inheritable merge information
can arise from partial-tree merges.  The hairy details about
non-inheritable merge information are in the section entitled "Mergeinfo
Inheritance and Non-Inheritable Ranges" in [1].

Michael

[1] http://www.collab.net/community/subversion/articles/merge-info.html

-- 
Michael Haggerty
mhagger@alum.mit.edu
http://softwareswirl.blogspot.com/

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

* Re: git svn fetch error
  2011-05-23  8:16 ` Michael Haggerty
@ 2011-06-19 15:57   ` Dave Abrahams
  0 siblings, 0 replies; 3+ messages in thread
From: Dave Abrahams @ 2011-06-19 15:57 UTC (permalink / raw)
  To: git

Michael Haggerty <mhagger <at> alum.mit.edu> writes:

> On 05/23/2011 01:39 AM, Dave Zarzycki wrote:
> > Has anybody seen the following error with git svn fetch?
> > I've seen this both with 1.7.4.4 and top-of-tree.
> > 
> > Argument "195270*" isn't numeric in numeric le (<=) at 
> > /usr/libexec/git-core/git-svn line 3840.

<snip>
 
> I haven't looked into the code, but from the argument shown in the error
> message my guess is that git-svn is being confused by Subversion's
> non-inheritable merge information.  [1].
> 
> [1] http://www.collab.net/community/subversion/articles/merge-info.html

I"m seeing this problem too.  What do I need to do to get this treated as a
bug report?

Thanks,
--
Dave Abrahams
BoostPro Computing
http://boostpro.com

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

end of thread, other threads:[~2011-06-19 15:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-22 23:39 git svn fetch error Dave Zarzycki
2011-05-23  8:16 ` Michael Haggerty
2011-06-19 15:57   ` Dave Abrahams

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.