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

Re: Is fs_loader.c a mistake?

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-04-30 02:47:54 CEST

Greg Hudson <ghudson@MIT.EDU> writes:

> Yes, it's a mistake. I'm not entirely sure how it came to be; to
> address that directory after committing the renames, I ran:
>
> svn merge -r9488:9489 http://svn.collab.net/repos/svn/branches/fs-abstraction/subversion .
> cd libsvn_fs
> svn merge -r9489:HEAD http://svn.collab.net/repos/svn/branches/fs-abstraction/subversion/libsvn_fs .
>
> I figured the second merge would remove fs_loader.c, but it apparently
> didn't.

"make install" fails because it attempts to install libsvn_fs before
libsvn_fs_fs (I guess you may not see this if you are installing over
an existing installation that already provides libsvn_fs_fs). Looking
in build-outputs.mk I see that the install-lib target lists libsvn_fs
before libsvn_fs_fs, I haven't yet worked out how to fix that.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 30 03:07:22 2004

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.