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

Re: Locking branch has been merged [Re: svn commit: r13571]

From: Ph. Marek <philipp.marek_at_bmlv.gv.at>
Date: 2005-03-22 14:43:49 CET

On Tuesday 22 March 2005 07:03, Ben Collins-Sussman wrote:
> After four months of work, the locking branch is merged and gone.
>
> Huge thanks to Fitz and Lundblad, you guys were amazing. And thanks to
> Sander for helping with the libsvn_fs_base schema, and cmpilato and
> kfogel for undying support... and ... um... I'd like to thank the
> Academy...
>
> So start playing around. Find the bugs. I'd like to branch for 1.2 in
> a week. :-)
Compiling 13579 gives me

> cd subversion/clients/cmdline && /bin/sh /home/flip/svn/svn-trunk/libtool --tag=CC --silent --mode=link gcc -g -pipe -I/usr/include/xmltok -I/usr/include/openssl -Wall -pthread -L/usr/lib -rpath /usr/local/lib -o svn add-cmd.o blame-cmd.o cat-cmd.o checkout-cmd.o cleanup-cmd.o commit-cmd.o copy-cmd.o delete-cmd.o diff-cmd.o export-cmd.o help-cmd.o import-cmd.o info-cmd.o log-cmd.o ls-cmd.o main.o merge-cmd.o mkdir-cmd.o move-cmd.o notify.o prompt.o propdel-cmd.o propedit-cmd.o propget-cmd.o proplist-cmd.o props.o propset-cmd.o resolved-cmd.o revert-cmd.o status-cmd.o status.o switch-cmd.o update-cmd.o util.o ../../../subversion/libsvn_client/libsvn_client-1.la ../../../subversion/libsvn_wc/libsvn_wc-1.la ../../../subversion/libsvn_ra/libsvn_ra-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/lib/libaprutil-0.la -lldap -llber -ldb-4.2 -lexpat /usr/lib/libapr-0.la -lrt -lm -lnsl -lpthread
> main.o(.rodata+0x5aa4): undefined reference to `svn_cl__lock'
> main.o(.rodata+0x66e4): undefined reference to `svn_cl__unlock'
> /home/flip/svn/svn-trunk/subversion/libsvn_wc/.libs/libsvn_wc-1.a(status.o)(.text+0x3018): In function `svn_wc_dup_status':
> subversion/libsvn_wc/status.c:1922: undefined reference to `svn_lock_dup'
> /home/flip/svn/svn-trunk/subversion/libsvn_wc/.libs/libsvn_wc-1.a(util.o)(.text+0x328): In function`svn_wc_dup_notify':
> subversion/libsvn_wc/util.c:150: undefined reference to `svn_lock_dup'
> /home/flip/svn/svn-trunk/subversion/libsvn_ra_local/.libs/libsvn_ra_local-1.a(ra_plugin.o)(.text+0x278): In function `cleanup_access':
> subversion/libsvn_ra_local/ra_plugin.c:167: undefined reference to `svn_fs_set_access'
> /home/flip/svn/svn-trunk/subversion/libsvn_ra_local/.libs/libsvn_ra_local-1.a(ra_plugin.o)(.text+0x38a): In function `get_username':
and more ...

That's with my dir-auto-props, which should do nothing here - it just doesn't find some functions.

I updated to 13579, ./configure, make

Regards,

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 22 14:45:39 2005

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

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