Justin W. Reagor on 27 Sep 2007 12:34:36 -0000


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

Re: [PhillyOnRails] SVN for Plugin Distribution

  • From: "Justin W. Reagor" <justinwr@gmail.com>
  • To: talk@phillyonrails.org
  • Subject: Re: [PhillyOnRails] SVN for Plugin Distribution
  • Date: Thu, 27 Sep 2007 08:34:16 -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:from:subject:date:to:x-mailer; bh=hkF/wQANYYsZ+RvYk5iqMr77F1rmkYZh63eLe3pV4zM=; b=PkDu/uZJoDm0yBERkWVgAalsGz4Knr/VQSV1NtY0xEvCDCWwvoTxOZ+FMfcOLM/TNcu6CzR9fHMWVg+IWCnTGoGZCTyXKZjXltgBW+mvj3ek/r5WthXqr4i492WaxpsZiJtSEH1TuO/t2eE2dmq947yLt8PjFgLt6AKTr1I+4+E=
  • List-archive: <http://lists.phillyonrails.org/pipermail/talk>
  • Reply-to: talk@phillyonrails.org
  • Sender: talk-bounces@phillyonrails.org

When I pull from a regular svn checkout everything is fine...

svn co https://xxx.xxx.com/svn/plugins/has_pageflex

But when we try to do this its a no-go...

# script/plugin install https://xxx.xxx.com/svn/plugins/has_pageflex

I have been able to use secured http/svn repo's before, but do not have a solid example right now. If there is a better way, other then SSL, to secure a closed SVN repo please let me know, thanks!

:: Justin Reagor



On Sep 26, 2007, at 6:17 PM, Evan Weaver wrote:

What is your exact script/plugin install command, and what error did you get?

Evan

On 9/26/07, Mat Schaffer <schapht@gmail.com> wrote:
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:



-- 
Evan Weaver
Cloudburst, LLC
_______________________________________________
To unsubscribe or change your settings, visit:

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