Cynic <cynic@mail.cz> writes:
> "$ svnadmin create" also crashes for me with 3.2.9 on NT 5.
> I couldn't get the debug config build -- missing symbol:
>
> libsvn_ra_local.lib(ra_plugin.obj) : error LNK2001: unresolved external symbol _svn_repos_open
Oh. For Unix builds, I edited build.conf to reflect the fact that
svnadmin now depends on libsvn_repos. Something similar needs to be
done for the Windows build, I think.
gauss$ cvs diff -u -r 1.28 -r 1.29 build.conf
diff -u -r1.28 -r1.29
--- build.conf 2001/08/09 17:04:53 1.28
+++ build.conf 2001/08/12 23:12:36 1.29
@@ -58,7 +58,7 @@
type = exe
path = subversion/svnadmin
group = fs-programs
-libs = libsvn_fs libsvn_delta libsvn_subr $(SVN_APR_LIBS) libexpat
+libs = libsvn_repos libsvn_fs libsvn_delta libsvn_subr $(SVN_APR_LIBS) \
libexpat
install = sbin
# The subversion repository inspection tool
gauss$
-Karl
> At 16:46 8/13/2001, Mats Nilsson wrote the following:
> --------------------------------------------------------------
> >Hi,
> >
> >Just a quick observation for anyone who's interested.
> >
> >I've just verified that Berkeley db-3.3.11 still doesn't solve the problem reported earlier for db-3.2.x on Win98. 'svnadmin create' still creates a corrupt db environment.
> >
> >However, running the same binaries on W2k succeeds.
> >
> >Mats
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> >For additional commands, e-mail: dev-help@subversion.tigris.org
> ------end of quote------
>
>
> cynic@mail.cz
> -------------
> And the eyes of them both were opened and they saw that their files
> were world readable and writable, so they chmoded 600 their files.
> - Book of Installation chapt 3 sec 7
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:36 2006