Justin W. Reagor on 26 Sep 2007 14:56:04 -0000


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

[PhillyOnRails] SVN for Plugin Distribution

  • From: "Justin W. Reagor" <justinwr@gmail.com>
  • To: Philly on Rails <talk@phillyonrails.org>
  • Subject: [PhillyOnRails] SVN for Plugin Distribution
  • Date: Wed, 26 Sep 2007 10:55:40 -0400
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:to:message-id:content-type:from:subject:date:x-mailer; bh=VNeUuL+denqRgsZW2QYLhKJmWh3ekoTbHSdp07fCV0w=; b=F3mbksIyCf7Tj10KfOwP7ALz8/MeJ/lezwIkWZ4Us91HP7DJFu08Wtdk8kT0DqyL31JjUFhgv8acJVJOVhMEX2kvda/4si9qPvSvmuEFVIK4sAwUzxWIimzi/MCYa1RTy8ZTBj78iqYOOOXDsoQaYfNd+1S4/VehYUMt8t2L8lU=
  • List-archive: <http://lists.phillyonrails.org/pipermail/talk>
  • Reply-to: talk@phillyonrails.org
  • Sender: talk-bounces@phillyonrails.org

Anyone on here have success setting up SVN for distributing plugins internally? 

We are running into a "Plugin not found" error with Rails "script/plugin install". At first we figured it was because we were using HTTPS, which is definitely not the issue (as there are plenty of public SVN plugin repo's over SSL). We can successfully check in and out of SVN itself, but just not with "script/plugin install", which is our primary goal.

Currently we are running an apache conf of....

    <Location /svn>
       DAV svn
       SVNParentPath /usr/local/svn
       SSLRequireSSL

       AuthType Basic
       AuthName "svn"
       AuthExternal unixauth
       GroupExternal unixgroup
       Require group svn
    </Location>

Any help, insight or links to blogs tutorials are greatly appreciated, thanks!

:: Justin Reagor



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