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

subversion/libsvn_delta/text_delta.c:609

From: <garof+_at_cs.cmu.edu>
Date: Mon, 18 Aug 2008 15:43:57 -0400

Hello,

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Using Fedora Core F7,

garof_at_chi.cimds-205> svn --version
svn, version 1.5.1 (r32289)
   compiled Aug 12 2008, 18:44:36

Copyright (C) 2000-2008 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - with Cyrus SASL authentication
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
  - handles 'http' scheme
  - handles 'https' scheme

garof_at_chi.cimds-206>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I just experienced the following error for the first time:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
garof_at_chi.cimds-224> svn update
U trunk/WebInterface/app/helpers/application_helper.rb
U trunk/WebInterface/app/controllers/experiment_controller.rb
U trunk/WebInterface/app/views/experiment/index.html.erb
D trunk/WebInterface/log/limnio_svr_20080814_2142.log
D trunk/WebInterface/log/limnio_jn_20080814_2139.log
D trunk/WebInterface/log/limnio_jn_20080815_0033.log
D trunk/WebInterface/log/20080814-2205_2008-08-14.log
D trunk/WebInterface/log/20080815-0035_2008-08-15.log
D trunk/WebInterface/log/none_2008-08-03.log
D trunk/WebInterface/log/limnio_svr_20080815_0034.log
U trunk/WebInterface/log/production.log
svn: subversion/libsvn_delta/text_delta.c:609: apply_window: Assertion `window->sview_len == 0 || (window->sview_offset >= ab->sbuf_offset && (window->sview_offset + window->sview_len >= ab->sbuf_offset + ab->sbuf_len))' failed.
Abort
garof_at_chi.cimds-225> svn update
svn: Working copy '.' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
garof_at_chi.cimds-226> svn cleanup
garof_at_chi.cimds-227> svn update
svn: subversion/libsvn_delta/text_delta.c:609: apply_window: Assertion `window->sview_len == 0 || (window->sview_offset >= ab->sbuf_offset && (window->sview_offset + window->sview_len >= ab->sbuf_offset + ab->sbuf_len))' failed.
Abort
garof_at_chi.cimds-228> svn cleanup
garof_at_chi.cimds-229> svn status
! .
! trunk
M trunk/Agents/scripts/Party-A.clp
M trunk/Agents/scripts/Party-B.clp
M trunk/Agents/scripts/model.clp
M trunk/Agents/src/edu/cmu/cs/isal/policyagent/PolicyAgent.java
? trunk/Agents/bin/uk
? trunk/Agents/bin/edu
! trunk/WebInterface
! trunk/WebInterface/public
? trunk/WebInterface/public/agents_joe.jar
garof_at_chi.cimds-230> svn update trunk/WebInterface/public
svn: subversion/libsvn_delta/text_delta.c:609: apply_window: Assertion `window->sview_len == 0 || (window->sview_offset >= ab->sbuf_offset && (window->sview_offset + window->sview_len >= ab->sbuf_offset + ab->sbuf_len))' failed.
Abort
garof_at_chi.cimds-231>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I tried searching the database of known errors and did not see anything like
this.

Any suggestions?

Where do I need to look for a possible reply? I am not subscribed to any
bboards.

Thank you, -Joe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-19 02:53:08 CEST

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.