On Jul 5, 2012, at 10:46 AM, David Precious wrote:

> On Thu, 5 Jul 2012 09:30:01 -0400
> Phil Pinkerton <pcpinker...@gmail.com> wrote:
>> ok using the example input file I got errors
>> 
>> Use of uninitialized value $current_resource in string eq
>> at /Library/Perl/5.12/SVN/Access.pm line 70, <ACL> line 3.
> [...]
>> Invalid resource format in ! (format 'repo:/path')!
> 
> Ah, I recall now I had to uncomment the "#[groups]" line in the example
> input you originally supplied before the script would work.
> 
> 
>> but substituting a copy of our actual svn access file I get
>> 
>> Can't add new group cvs_cscda_owners: group already exists!
>> 
>> So I may have a format issue with the example inout file
> 
> Yeah, sounds like there's something potentially wrong with the input
> file - have you perhaps defined the cvs_cscda_owners group twice?
> 

The script also stops when a single user is entered instead of a group

This should not happen

example:

[code]

[foo:/]
@group1 = rw
@group2 = rw

[foo:/trunk]
userID = r  <<<<  I believe for Subversion this is a valid entry  >>>>>  but 
script stops when not a group

[/code]

phil


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to