Re: t9020 broken on pu ?

2012-08-26 Thread Torsten Bögershausen

 The reason is that contrib/svn-fe, where remote-svn is in,  is not yet built 
 automatically by the toplevel makefile, so the remote helper can't be found.
 If you build it manually it should work.
 Working on it ..

Hi Florian,

the compilation as such is started, but gives problems on Mac OS X:

CC remote-testsvn.o
remote-testsvn.c: In function ‘check_or_regenerate_marks’:
remote-testsvn.c:142: warning: implicit declaration of function ‘getline’
CC vcs-svn/line_buffer.o
CC vcs-svn/sliding_window.o
CC vcs-svn/fast_export.o
CC vcs-svn/svndiff.o
CC vcs-svn/svndump.o
AR vcs-svn/lib.a
LINK git-remote-testsvn
Undefined symbols:
  _getline, referenced from:
  _cmd_import in remote-testsvn.o
 (maybe you meant: _strbuf_getline)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [git-remote-testsvn] Error 1


--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: t9020 broken on pu ?

2012-08-26 Thread Florian Achleitner
On Sunday 26 August 2012 21:32:58 Torsten Bögershausen wrote:
  The reason is that contrib/svn-fe, where remote-svn is in,  is not yet
  built automatically by the toplevel makefile, so the remote helper can't
  be found. If you build it manually it should work.
  Working on it ..
 
 Hi Florian,
 
 the compilation as such is started, but gives problems on Mac OS X:
 
 CC remote-testsvn.o
 remote-testsvn.c: In function ‘check_or_regenerate_marks’:
 remote-testsvn.c:142: warning: implicit declaration of function ‘getline’
 CC vcs-svn/line_buffer.o
 CC vcs-svn/sliding_window.o
 CC vcs-svn/fast_export.o
 CC vcs-svn/svndiff.o
 CC vcs-svn/svndump.o
 AR vcs-svn/lib.a
 LINK git-remote-testsvn
 Undefined symbols:
   _getline, referenced from:
   _cmd_import in remote-testsvn.o
  (maybe you meant: _strbuf_getline)
 ld: symbol(s) not found
 collect2: ld returned 1 exit status
 make: *** [git-remote-testsvn] Error 1

Seems you also don't have getline on Mac OS X. Others already reported that 
this function may not be available on some platforms. Will be replaced in the 
next reroll.
Thanks for your reviews!

I'm still hesitating to send a new version out, as long as new fixups come in 
continuously.

-- 
Florian
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


t9020 broken on pu ?

2012-08-20 Thread Torsten Bögershausen

t9020 from pu doesn't work for me (neither linux nor Mac OS)

I haven't been able to find out more than this:

Initialized empty Git repository in /home/tb/projects/git/git.pu/t/trash 
directory.t9020-remote-svn/.git/

expecting success:
init_git 
git fetch svnsim 
test_cmp .git/refs/svn/svnsim/master 
.git/refs/remotes/svnsim/master  

cp .git/refs/remotes/svnsim/master master.good

Initialized empty Git repository in /home/tb/projects/git/git.pu/t/trash 
directory.t9020-remote-svn/.git/

fatal: Unable to find remote helper for 'svn'
not ok - 1 simple fetch
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: t9020 broken on pu ?

2012-08-20 Thread Florian Achleitner
On Monday 20 August 2012 22:56:35 Torsten Bögershausen wrote:
 t9020 from pu doesn't work for me (neither linux nor Mac OS)
 
 I haven't been able to find out more than this:
 
 Initialized empty Git repository in /home/tb/projects/git/git.pu/t/trash
 directory.t9020-remote-svn/.git/
 expecting success:
  init_git 
  git fetch svnsim 
  test_cmp .git/refs/svn/svnsim/master
 .git/refs/remotes/svnsim/master  
  cp .git/refs/remotes/svnsim/master master.good
 
 Initialized empty Git repository in /home/tb/projects/git/git.pu/t/trash
 directory.t9020-remote-svn/.git/
 fatal: Unable to find remote helper for 'svn'
 not ok - 1 simple fetch

The reason is that contrib/svn-fe, where remote-svn is in,  is not yet built 
automatically by the toplevel makefile, so the remote helper can't be found.
If you build it manually it should work.
Working on it ..


--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html