I'm totally lost. I'd like to use a method that fits Sebb's documentation:
# DRAFT DRAFT DRAFT
# checkout file and update it using svnmucc put
# the block can return additional info, which is used
# to generate extra commands to pass to svnmucc
# which are included in the same
My apologies. I was only looking at the syntax error.
Sebb has developed a method that takes four positional parameters.
You can call it as ASF::SVN.multi_update.
Alternately, you can add a mutl_update method to
www/roster/models/svn.rb which will take care of passing the env and _
arguments for
Here's the memstat.json.rb block:
# update members.txt only for secretary actions
_svn.multiUpdate members_txt, message do |dir, text|
# default command is empty
command = ""
# remove user's entry
unless text.sub! entry, '' # e.g. if the workspace was out of date
raise Exception.new("
On Fri, Jun 5, 2020 at 6:55 PM Craig Russell wrote:
>
> I've pushed my changes (including debug messages) to github/gitbox, so
> roster-emeritus branch is current.
>
> Testing one of the current non-test emeritus requestors, I have a failure in
> memstat.json.rb.
>
> _ERROR # /Users/clr/apache/g
I've pushed my changes (including debug messages) to github/gitbox, so
roster-emeritus branch is current.
Testing one of the current non-test emeritus requestors, I have a failure in
memstat.json.rb.
_ERROR #
...ers_txt, message: message, env, _ do |dir, text|
...