Announce: PySVN 1.7.5 - binary kits built against SVN 1.6.15

2011-03-05 Thread Barry Scott
PySVN home page: http://pysvn.tigris.org/

The kits have been built against SVN 1.6.15 release
for python 2.6, 2.7 and 3.1.

This release include:
* bug fixes for reported issues
* On Mac OS X it is now possible to install pysvn kits for multiple versions of 
python
* New binary kit for Apple's Python 2.6 on Mac OS X 10.6, 32 and 64 bit
* New binary kit for Python.org's Python 2.7 on Mac OS X 10.5 and 10.6, 32 and 
64 bit

Features of PySVN:

* Natural python interface to Subversion
* Supports Subversion 1.2.0 thru 1.6.15
* Supports Python 2.2, 2.3, 2.4, 2.5, 2.6, 2.7 and 3.1
* Full reference documentation
* Working example of svn command line written in python
* Binary kits for:
   - Windows
   - Mac OS X 10.5 Intel for Python.Org python
   - Mac OS X 10.6 Intel for both Apple Python and Python.Org python
* Source kit tested:
   - Linux Fedora 13
   - Windows XP Visual C++ 2008 Express edition
   - Mac OS X 10.6 Snow Leopard

Download page: http://pysvn.tigris.org/project_downloads.html

Source kits:
http://pysvn.tigris.org/servlets/ProjectDocumentList?folderID=1762
http://pysvn.barrys-emacs.org/ (recommended for distribution packagers)

Windows Binary Kits:
http://pysvn.tigris.org/servlets/ProjectDocumentList?folderID=1768

Mac OS X Binary Kits:
http://pysvn.tigris.org/servlets/ProjectDocumentList?folderID=2860

Barry



Announce: PySVN WorkBench 1.6.5 - built against SVN 1.6.15

2011-03-05 Thread Barry Scott
PySVN home page: http://pysvn.tigris.org/

PySVN Workbench documentation http://pysvn.tigris.org/docs/WorkBench.html

The kits have been built against SVN 1.6.15 release.

Features of this release:
* Bug fixes for reported issues

Features of PySVN WorkBench:

* Easy to use working copy management
* Same Look and Feel across Windows, Mac OS X and Unix
* Integration of custom command shell, diff tools and editor
* Bookmark working copy directories for fast navigation in large projects
* Instant filtering of files lists to allow you to find the file you are 
looking for quickly.
* OS File Open on Windows, Mac OS X and Unix
* Binary kits for:
  - Windows
  - Mac OS X 10.5 and later Intel

Download page: http://pysvn.tigris.org/project_downloads.html

Source kits:
http://pysvn.tigris.org/servlets/ProjectDocumentList?folderID=1763
 http://pysvn.barrys-emacs.org/ (recommended for distribution packagers)

Windows Binary Kits:
http://pysvn.tigris.org/servlets/ProjectDocumentList?folderID=1765

Mac OS X Binary Kits:
http://pysvn.tigris.org/servlets/ProjectDocumentList?folderID=2867

Barry



'Could not get next bucket brigade' error

2011-03-05 Thread Konstantin Boyandin
Hello,

Setup: there's a server where Subversion repository is located (working
via Apache backend), OS CentOS 5.5, Subversion installed as RPM
subversion-1.4.2-4.el5_3.1

Client: Fedora 14, Subversion installed from RPM
subversion-1.6.15-1.fc14.x86_64

Problem: until yesterday, everything was fine. Yesterday and from now
on, when I try to commit changes, I see messages like this on client side:

$ svn commit -m "Test update"
Sending05/0/sh05p2.lyx
Transmitting file data .svn: Commit failed (details follow):
svn: Server sent unexpected return value (500 Internal Server Error) in
response to PUT request for
'/books/!svn/wrk/03fb3e1c-cd66-4799-ad3d-3d68c5787936/private/Shamteran/05/0/sh05p2.lyx'

On the server side, the following appears in Apache logs:
[error] [client xx.xx.xx.xx] Could not get next bucket brigade  [500, #0]

I have rebuilt the repository from scratch, loaded the yesterday's dump
(made prior to update that started to cause error), result is the same.

I would appreciate advice on
- how to find the reason for the error
- how to fix it without creating a new repository from scratch and
losing all the history of changes so far

Running fsfsverify.py against the several latest rev file resulted in
nothing.

Thank you.
Sincerely,
Konstantin