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

RE: SVN commit issues (db related) after upgrade to version 1.4.0

From: Santhosh Raghunath <sraghunath_at_adteractive.com>
Date: 2006-09-14 00:22:04 CEST

I just wanted to update the thread on the progress.

We could not find the root cause of the issue. But it went away after
we upgraded Apache to version 2.0.59 from Apache/2.0.46 and re-installed
Subversion version 1.4.0

All seems normal back again - except for no luck on listing the
repositories under svn root.

Here is how our Apache httpd.conf <location> section configured as:
---------------------------------------------------
## Subversion stuff
<Location /svn>
  DAV svn

  SVNParentPath /home/svn/repositories
  SVNListParentPath on
  # authenticate
  AuthType Basic
  AuthName "Subversion repository"
  AuthUserFile /usr/local/apache2_0_59/conf/svn_htaccess

  # only authenticated users may access the repository
  Require valid-user

  # subversion auth/access control
  AuthzSVNAccessFile /home/svn/web/svn_authorization

  # for pretty display of src on a browser
  SVNIndexXSLT "/svnindex.xsl"
</Location>
-------------------------------------------------------

Error on browser:
        Forbidden
        You don't have permission to access /svn/ on this server.

If you find anything amiss please let me know.

Thank you
~Santhosh

-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2006c@ryandesign.com]
Sent: Tuesday, September 12, 2006 10:10 PM
To: Santhosh Raghunath
Cc: Subversion List
Subject: Re: SVN commit issues (db related) after upgrade to version
1.4.0

On Sep 13, 2006, at 06:00, Santhosh Raghunath wrote:

>> No idea. How much of that path (/home/svn/repositories/mortgage/db/
>> transactions/718-1.txn/718-1) does actually exist? Are the
>> permissions and ownership as they should be?
>>
>> This happened immediately after upgrading to 1.4.0 and it was working
>> fine before? What version of Subversion did you have before? BDB or
>> FSFS repositories? What OS?
>
> I appreciate your response.
>
> Yes, this happened immediately after Subversion upgrade to 1.4.0
> from 1.2.1
>
> I installed the tarball into a seperate folder. Downloaded APR
> 1.2.7 & APR-util 1.2.7 into seperate folders as subversion
> configure needed them. ran configure, make & make install for each
> of them in the order APR, APR-util & Subversion. This updated the
> apache2 folder and the /usr/local/lib folders.
>
> Then I re-pointed the /usr/local/subversion softlink to the above
> created subversion folder and re-started apache2 httpd instance.
> Repository is under /home/svn/repositories (multiple repositories).
>
> OS is redhat linux kernel version 2.4.21-4.ELsmp #1 SMP
>
> Not sure if the SVN db is BDB or FSFS - this was installed before I
> came onboard this project. How do I find out? :) - Not a
> question a SVN admin should be asking
>
> The path /home/svn/repositories/mortgage/db/transactions/718-1.txn
> exists as follows :
> total 40
> -rw-rw-r-- 1 svn dev 0 Sep 12 16:59 props
> -rw-rw-r-- 1 svn dev 177 Sep 12 16:59 node.
> 5.0.children
> -rw-rw-r-- 1 svn dev 142 Sep 12 16:59 node.5.0
> -rw-rw-r-- 1 svn dev 163 Sep 12 16:59 node.38z.0
> -rw-rw-r-- 1 svn dev 4832 Sep 12 16:59 node.2s.
> 0.children
> -rw-rw-r-- 1 svn dev 151 Sep 12 16:59 node.2s.0
> -rw-rw-r-- 1 svn dev 99 Sep 12 16:59 node.
> 0.0.children
> -rw-rw-r-- 1 svn dev 137 Sep 12 16:59 node.0.0
> -rw-rw-r-- 1 svn dev 4 Sep 12 16:59 next-ids
> -rw-rw-r-- 1 svn dev 62 Sep 12 16:59 changes
>
> Either the 'File or Directory does not exist' error occurs with the
> 718 folder or props folder.
>
> Let me know if you need more info.

I don't know the answer off the top of my head so I'm sending the
message back to the mailing list; maybe someone else will have an
answer for you.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 14 00:21:03 2006

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.