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

Re: Bug introduced over the weekend

From: <rooneg_at_electricjellyfish.net>
Date: 2003-01-20 21:22:06 CET

On Monday, January 20, 2003, at 03:12 PM, Eric M. Hopper wrote:

 I use the svn:// URL form for my repositories. My repository is
 accessed via an ssh invocation, not through a forwarded port or some
 such.

 After compiling the changes that were committed over the weekend and
 copying the code over to the server, I get this message at the end of
 every version control operation the requires access to the remote
 repository:

 lt-svnserve: relocation error: lt-svnserve: undefined symbol:
 svn_repos_close

 I don't know why this is happening, but I get the impression that the
 access method I use isn't commonly used by the other Subversion people,
 so I thought I'd report this.

this has nothing to do with using ra_svn over ssh, it's just that we
removed the svn_repos_close function recently, and you've got some
binary that's still looking for it. did you copy over a new svnserve
binary? how about all the various libraries (if you're compiling
things dynamically linked)?

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:03:02 2006

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.