Mat Schaffer on 26 Sep 2007 17:02:14 -0000


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PhillyOnRails] SVN for Plugin Distribution

  • From: Mat Schaffer <schapht@gmail.com>
  • To: talk@phillyonrails.org
  • Subject: Re: [PhillyOnRails] SVN for Plugin Distribution
  • Date: Wed, 26 Sep 2007 13:01:47 -0400
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; bh=EaN4HT8ahjxX6OTxDKf8S/GHb86Qg8q7/YRjzi8tk+Y=; b=W5shqE3t9spMYk3rz66CpbFo56jIetUBC1C5YRm0mpOzBDSTTNH3I4X/JJDx42jjRK+8kg4PGC8k1+L1PAPnj1eBM3GEHjjUos+OpRJKlgF4AekdzDB80P95i4XeBmkEDbqbz6ltjROtPVSzF96dTB6s+MfI3e0a+ASImdM91uI=
  • List-archive: <http://lists.phillyonrails.org/pipermail/talk>
  • Reply-to: talk@phillyonrails.org
  • Sender: talk-bounces@phillyonrails.org

On Sep 26, 2007, at 10:55 AM, Justin W. Reagor wrote:
       AuthType Basic
       AuthName "svn"
       AuthExternal unixauth
       GroupExternal unixgroup
       Require group svn

Just a guess, but I doubt script/plugin provides Auth credentials. It's possible that if the CLI SVN client has them cached it'll use them, but even that's a guess. You'll probably have to turn on anonymous read-only access for you repository with a line like this:


                <LimitExcept GET PROPFIND OPTIONS REPORT>
                        Require valid-user
                </LimitExcept>

There might be a way to get script/plugin to provide credentials, but I've never tried.
-Mat



_______________________________________________ To unsubscribe or change your settings, visit: http://lists.phillyonrails.org/mailman/listinfo/talk