On Wed, Aug 10, 2011 at 7:26 PM, Kathy Khaghani <kkhagani_at_stec-inc.com>wrote:
> 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''.****
>
>
>
Looks like you've not been careful with ownership of the files or
directories in your repository, consistent with whatever serviceds you're
accessing it with. In particular, if you access with Apache, the
/users/repo/db/ directory needs write access for the relevant apache user.
Isn't that "www-data". And frankly, Apache 2.0 is considered quite old a
tthis point. Why are you using it?
>
>
> 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 Company**TM*
> NASDAQ STEC • Web www.stec-inc.com****
>
> * *
>
> *[image: facebook-32x32.png]* <http://www.facebook.com/userstecinc>*[image:
> twitter-32x32.png]* <http://twitter.com/#!/stec_inc>*[image:
> youtube-32x32.png]* <http://www.youtube.com/user/stecincssd>*[image:
> linkedin-32x32.png]* <http://www.linkedin.com/in/stecinc>*[image:
> wordpress-32x32.png]* <http://www.stecblog.com/>*[image: rss-32x32.png]*<http://www.stec-inc.com/rss/>
> **
>
> ** **
>
> *PROPRIETARY-CONFIDENTIAL INFORMATION INCLUDED*
> This electronic transmission, and any documents attached hereto, may
> contain confidential, proprietary and/or legally privileged information. The
> information is intended only for use by the recipient named above. If you
> received this electronic message in error, please notify the sender and
> delete the electronic message. Any disclosure, copying, distribution, or use
> of the contents of information received in error is strictly prohibited, and
> violators will be pursued legally.
>
>
Received on 2011-08-11 15:00:30 CEST