I am very new to svn. I finally upgraded to subversion-1.6.17, running with apache : Apache/2.0.59 and openssl: Apache/2.0.59
First had to configure neon with “—with-ssl” option and then configure subversion with the following command:
./configure --prefix=/usr/local --with-neon --with-ssl
Then make and make install off course.
First time I did a commit, seemed like it worked but gave me a warning :
Warning: post-commit FS processing had error 'Can't remove '/users/repos/db/transactions/9208-1.txn''.
After that all my commits are failing with the following error:
Transmitting file data ..svn: Commit failed (details follow):
svn: Error running context: APR does not understand this error code
Again I have been googling all day today and nothing of any use. Would this be a bug with svn 1.6.17? or am I doing something wrong?
I would welcome any suggestions.
Kathy Khaghani
Sr. Unix Admin
Office 949.476.1180 x8414 • Fax 949.851.2756
STEC, Inc. | The SSD CompanyTM
NASDAQ STEC • Web www.stec-inc.com
I am very new to svn. I finally upgraded to subversion-1.6.17, running with apache : Apache/2.0.59 and openssl: Apache/2.0.59
First had to configure neon with “—with-ssl” option and then configure subversion with the following command:
./configure --prefix=/usr/local --with-neon --with-ssl
Then make and make install off course.
First time I did a commit, seemed like it worked but gave me a warning :
Warning: post-commit FS processing had error 'Can't remove '/users/repos/db/transactions/9208-1.txn''.