-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ben Collins-Sussman wrote:
Hi,
Apologies for the delay, I've been busy with some other tasks.
Tonight I just upgraded Subversion on the server to the latest release,
0.28.2 -- I installed it over the top of the old version using the
commands: (The server hasn't got a lot of CPU grunt, and therefore this
takes a while -- hence why it's taken me a while to get back around to
fixing it)
# tar -xzvf /home/public/subversion-0.28.2.tar.gz.bz2
...
...
# cd subversion-0.28.2/
# rm -f /usr/local/lib/libsvn*
# rm -f /usr/local/lib/libapr*
# rm -f /usr/local/lib/libexpat*
# rm -f /usr/local/lib/libneon*
# ./autogen.sh
# ./configure --enable-maintainer-mode
# make all install
All went well, the new version installed without a hitch.
I fire up Apache 2 (which had been shut down prior to the upgrade), blow
away the old repository (there was only 1 file) and recreated it (as
nobody).
# cd /home/cvs
# rm -fr atomiclinux
# su nobody
$ svnadmin create atomiclinux
$ exit
Now, I logged in via SSH as a user, and tried adding a file to the
repository.
$ rm -fr atomiclinux/.svn
$ svn co http://localhost:1280/svn/atomiclinux/
Checked out revision 0.
$ cd atomiclinux
$ svn add LICENCE
A LICENCE
$ svn commit
Log message unchanged or not specified
a)bort, c)ontinue, e)dit
c
Authentication realm: <http://localhost:1280> Atomic Linux Subversion
Repository
stuartl's password:
subversion/libsvn_client/commit.c:735: (apr_err=175002)
svn: RA layer request failed
svn: Commit failed (details follow):
subversion/libsvn_ra_dav/util.c:257: (apr_err=175002)
svn: MKACTIVITY of
/svn/atomiclinux/!svn/act/486bf925-82c6-0310-af05-b039ed03e2e9: Could
not read status line: connection was closed by server.
(http://localhost:1280)
Inside the server's log files, I record the following messages...
/usr/local/apache2/logs/error_log:
[Fri Sep 05 00:53:47 2003] [notice] child pid 4078 exit signal
Segmentation fault (11)
[Fri Sep 05 00:53:47 2003] [notice] child pid 4052 exit signal
Segmentation fault (11)
I get similar results using the latest version of TortiseSVN under Windows.
Some module somewhere in the system did not respond well to the upgrade,
and hence, all hell has broken loose. Is there anywhere I can look to
get this problem fixed?
- --
+-------------------------------------------------------------+
| Stuart Longland stuartl at longlandclan.hopto.org |
| Brisbane Mesh Node: 719 http://stuartl.cjb.net/ |
| I haven't lost my mind - it's backed up on a tape somewhere |
| Griffith Student No: Course: Bachelor/IT (Nathan) |
+-------------------------------------------------------------+
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/V1LsIGJk7gLSDPcRAkyAAJ0evTyZPWv0jEt7pMoN0Bi5bJhCIACfax18
3LD4AvauI748LEjKOAfpWWI=
=96Tt
-----END PGP SIGNATURE-----
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 4 16:59:14 2003