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

Re: svn 1.3.0 <-> apache httpd 2.2.0

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-02-17 00:41:17 CET

On Feb 16, 2006, at 23:51, Mark Galbreath wrote:

> hmmm...okay, I was reading the manual with the wrong assumption. I
> wonder why you are forced to checkout an entire directory if you
> only need to work on a single file?

The ability to check out a single file is an open enhancement request.

http://subversion.tigris.org/issues/show_bug.cgi?id=823

It's been open for four years, though, so don't expect it to change
soon.

Most people use Subversion to version code, for example a program
that gets compiled, or maybe a dynamic web site. You can't confirm
that your changes to foo.c are correct until you compile the entire
program and test it; for that, you need a working copy with all the
other files, not just foo.c. If I'm changing an included file in my
PHP web site, I can't test that the change worked unless I have all
the rest of the web site's infrastrtucture checked out too.

> Apache httpd will not start. apachectl returns the following error:
>
> Cannot load /usr/local/apache2/modules/mod_dav_svn.so into server:
> /usr/local/apache2/modules/mod_dav_svn.so: undefined symbol:
> svn_fs_access_add_lock_token
> I am pulling what hair I have left out. Does anybody have a clue
> as to what is wrong now?

Do you perhaps still have components (libraries?) left over from a
previous Subversion installation of an earlier version?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 17 00:54:33 2006

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.