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

Re: Possible svn bug - add/import large numbers of files with file://

From: Bruce Elrick <bruce_at_elrick.ca>
Date: 2004-05-26 22:29:02 CEST

But what is the umask for the processes accessing the repository (httpd
for http:// and svn for file://)? If their umask is not 002, but rather
the typical 022, then any files (like BDB log files) they create will be
in the correct group but not be group-writable.

Check whether all files in the repos directory are group-writable.

Cheers...
Bruce

Ryan Schlesinger wrote:

> I have 6 other working repositories. My permissions consist of an svn
> user and group. Apache is in the svn group. All repository files are
> owned by svn.svn and are rw for group. If you run through the steps I
> detailed earlier but use http:// for the add/import (governed by the
> checkout in step 1) then everything works fine.
>
> At what point should I submit this to the issue tracker?
>
> Ryan
>
> John Peacock wrote:
>
>> kfogel@collab.net wrote:
>>
>>> Ryan Schlesinger <rschlesi@opentechinc.com> writes:
>>>
>>>> 6. Access with firefox gave error number 160029 (Could not open the
>>>> requested SVN filesystem.
>>>
>>>
>>>
>>>
>>> Hmm. What is firefox, how does it access the repository, and what
>>> kinds of ownership/permissions does it run under?
>>
>>
>>
>> Firefox is the new Mozilla standalone browser. I think he is saying
>> that in step 5 it works, but as soon as he hits it with Apache, it
>> messes up the repository. I'd suspect permissions are set wrong...
>>
>> John
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 26 22:29:56 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.