Angel Pizarro on 27 Sep 2007 13:14:37 -0000 |
As Mat pointed out in a previous post, the command line svn client caches your credentials. I do believe, though, that script/plugin install does use the svn command line client as the method to check out a plugin. From plugin.rb : def use_svn?and def best_install_method Try giving the "-o" option to the install command: # script/plugin install -o https://xxx.xxx.com/svn/plugins/has_pageflex You may get a message stating that the plugin is already installed, just add "--force" to the set of options. -angel On 9/27/07, Justin W. Reagor < justinwr@gmail.com> wrote: > > 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 > > Plugin not found: > ["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 > :: justinwr@gmail.com > > > > _______________________________________________ To unsubscribe or change your settings, visit: http://lists.phillyonrails.org/mailman/listinfo/talk
|
|