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

Subversion 0.14.0 problems/bugs (memory fault with -m & svn update)

From: Jason White <jasonjgw_at_pacific.net.au>
Date: 2002-08-10 06:51:27 CEST

After reading the announcement of the Subversion alpha release
(v0.14.0), I decided to contribute by testing it.

I found the following bug: if a relatively long log message is specified as a single
command line argument, between single quotes under the Bourne shell,
svn produces a memory fault.

Example:
svn ci filename -m 'This is a very long and detailed log message which
would probably trigger a memory fault under svn 0.14.0, and possibly
later versions.'

Second problem: I decided to check out the latest sources from
subversion.collab.net. Upon my first attempt, most of the source code
was downloaded, but then a network error occurred and the download was
aborted ("network read error", if I remember correctly, but I didn't
capture the output). I deleted the subversion directory containing the
partial download and started afresh the next day. This time, the
download was completed successfully.

However, when I now run svn update
[subversion@jdc]$ svn update

apr_error: #20014, src_err 0 : <Error string not specified yet>
  REPORT request failed on /repos/svn/trunk

apr_error: #20014, src_err 0 : <Error string not specified yet>
  The REPORT status was 400, but expected 200.
[subversion@jdc]$ svn --version
Subversion Client, version 0.14.0 (r2667)
   compiled Aug 7 2002, 11:26:31

Copyright (C) 2000-2002 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' schema
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' schema

Regards,

Jason.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 12 18:00:38 2002

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.