[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

make install warning

From: Michael Hanna <taojones_at_sympatico.ca>
Date: 2004-08-20 03:22:16 CEST

Hello, I'm installing 1.1rc2 onto Mac OS X 10.2.8

I get a warning like this, and I'm not sure of its degree of
seriousness:

/Users/tao/Desktop/subversion-1.1.0-rc2/ac-helpers/install-sh -c -d
/usr/local/lib
cd subversion/libsvn_ra_dav ; /bin/sh
/Users/tao/Desktop/subversion-1.1.0-rc2/libtool --mode=install
/Users/tao/Desktop/subversion-1.1.0-rc2/ac-helpers/install-sh -c
libsvn_ra_dav-1.la /usr/local/lib/libsvn_ra_dav-1.la
libtool: install: warning: relinking `libsvn_ra_dav-1.la'
cd /Users/tao/Desktop/subversion-1.1.0-rc2/subversion/libsvn_ra_dav;
/bin/sh /Users/tao/Desktop/subversion-1.1.0-rc2/libtool --mode=relink
gcc -g -O2 -g -O2 -DNEON_ZLIB -L/usr/local/BerkeleyDB.4.2/lib
-L/Users/tao/Desktop/subversion-1.1.0-rc2/apr-util/xml/expat/lib -rpath
/usr/local/lib -o libsvn_ra_dav-1.la commit.lo fetch.lo file_revs.lo
log.lo merge.lo options.lo props.lo session.lo util.lo
../../subversion/libsvn_delta/libsvn_delta-1.la
../../subversion/libsvn_subr/libsvn_subr-1.la
/Users/tao/Desktop/subversion-1.1.0-rc2/apr-util/libaprutil-0.la
-ldb-4.2
/Users/tao/Desktop/subversion-1.1.0-rc2/apr-util/xml/expat/lib/
libexpat.la /Users/tao/Desktop/subversion-1.1.0-rc2/apr/libapr-0.la
-lpthread /Users/tao/Desktop/subversion-1.1.0-rc2/neon/src/libneon.la
-L/usr/local/lib -lz

*** Warning: This library needs some functionality provided by
/Users/tao/Desktop/subversion-1.1.0-rc2/neon/src/libneon.la.
*** I have the capability to make that library automatically link in
when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

what does this mean?

regards,
Michael

On 19-Aug-04, at 8:12 PM, Lewis Hall wrote:

> Hi All,
>
> Praises for Subversion:
> As our company was starting, we evaluated the different options and
> decided that Subversion was the best choice for us.
> Our subversion repository is on a linux server, and we connect to it
> from linux, windows, and mac clients.
> We have now imported all of our code and documents into the repository,
> have been using it flawlessly for about a month now.
> We have all been tremendously impressed so far.
> Thanks to everyone for all of their work.
>
> Disclaimer:
> I have perused the book and the mailing list archives and this is still
> not clear, so forgive me if this has already been answered.
>
>
> Questions:
>> From the book in regards to:
>
> $ svn list svn+ssh://host.example.com/repos/project
>
> "What's happening here is that the Subversion client is invoking a
> local
> ssh process, connecting to host.example.com, authenticating as the user
> harry, then spawning a private svnserve process on the remote machine,
> running as the user harry. The svnserve command is being invoked in
> tunnel mode (-t) and all network protocol is being “tunneled” over the
> encrypted connection by ssh, the tunnel-agent. svnserve is aware that
> it's running as the user harry, and if the client performs a commit,
> the
> authenticated username will be attributed as the author of the new
> revision."
>
> When svnserve is started manually, a -r option can be specified, ie:
>
> $ svnserve -d -r /usr/local/repositories
>
>
> Is there a *nice* way to pass a -r option to the ssh invoked svnserver
> process?
>
> And can the ssh invoked svnserve processes be forced to use any option
> beyond (-t) ?
>
>
> This thread gave a few hints:
>
> http://www.contactor.se/~dast/svnusers/archive-2003-08/0548.shtml
>
> It states:
>
> "To get around this, you can use the "-r" switch to svnserve. Just bare
> in mind that in "tunnel" mode (i.e. when using the svnserve protocol
> over SSH etc.) svnserve must be run with the -t switch. Otherwise
> everything will still be anonymous. You can do this by using SSH keys
> and then putting something like this in the authorized_keys file:
>
> command="svnserve -t -r /home/svn" ssh-dss AAAAB3...
>
> (see the ssh docs for more details.)"
>
> Once I have modified the authorized_keys file, what is the exact syntax
> of the ssh svn commands? I don't think it is still this?
>
> $ svn list svn+ssh://host.example.com/repos/project
>
>
> Has anyone done this and is willing to provide a complete example or
> hints?
>
>
>
> Thanks,
>
> Lewis
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 20 04:09:13 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.