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

Subversion on a Parabuild remote builder.

From: Mark Coleman <Mark.Coleman_at_tomtom.com>
Date: 2007-05-25 10:59:56 CEST

Hello,

I am currently trying to run a BASH script on a remote Parabuild server.

For some reason svn checkout, add and stat work fine, but commit hangs
and never returns anything.

The commit works fine when I run the script manually in a BASH shell on
the machine in question, so it must be something to do with the account
that the Parabuild service is running on.

I realise that this is more of a Parabuild question, but I wanted to
find out what could be the possible causes of a commit hang from a
Subversion point of view.

Any help with this is greatly appreciated.

Kind regards,

Mark Coleman | Software Developer | TomTom | mark.coleman@tomtom.com |
+31 (0)20 8500955 office

 

-----Original Message-----
From: Denis SAGET [mailto:geodni@free.fr]
Sent: Friday, May 25, 2007 10:23 AM
To: Andy Levy
Cc: users@subversion.tigris.org
Subject: Re: per directory access control issue on multiple repository
with Apache

Andy Levy wrote:
> On 5/24/07, Denis SAGET <geodni@free.fr> wrote:
>> global_authz:
>> =============
>>
>> [groups]
>> admin = myusername
>> myrepocontrib = user1, user2, user3
>> myrepoV1contrib = user1, user2
>> otherrepo = user1, user4, user5
>>
>> [/]
>> @admin = rw
>> * =
>>
>> [myrepo:/]
>> @admin = rw
>> @myrepocontrib = rw
>> * = r
>>
>> [rmyrepo:/myrepo-core/taglib]
>> @admin = rw
>> @myrepocontrib = rw
>> user4 = rw
>> * = r
>>
>> [myrepo:/myrepo-coreV1]
>> @admin = rw
>> @myrepoV1contrib = rw
>> #* =
>>
>> [otherrepo:/]
>> @admin = rw
>> @otherrepo = rw
>> * =
>
> Reverse the order of these - put the * = lines FIRST, then the other
> settings after. IIRC, you're saying "give these groups RW access -
> then remove access for everyone."
I tried with this order in the authz file
[myrepo:/myrepo-coreV1]
* =
@myrepoV1contrib = rw
@admin = rw

It does change anything I still have "Access denied: - GET
myrepo:/myrepo-coreV1 and no authentication is prompted for anybody.
Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

This e-mail message contains information which is confidential and may be privileged. It is intended for use by the addressee only. If you are not the intended addressee, we request that you notify the sender immediately and delete or destroy this e-mail message and any attachment(s), without copying, saving, forwarding, disclosing or using its contents in any other way. TomTom N.V., TomTom International BV or any other company belonging to the TomTom group of companies will not be liable for damage relating to the communication by e-mail of data, documents or any other information.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 25 11:00:22 2007

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.