It looks like your radiant_app directory is not in subversion, as far
as I remember from my limited experience with subversion you need to
have your Radiant application in svn (i.e. the directory containing
vendor/extensions) prior to adding externals – another possibility is
to just use svn export instead.
I believe however the core team is dropping the svn repo completely
soon, so an svn:external pointing there is probably not the best
longer term solution. You might want to look into git submodules, i.e.
git submodule add git://github.com/radiant/radiant-reorder-
extension.git vendor/extensions
You can also find tar/zip files for everything on github, i.e.
wget http://github.com/radiant/radiant-reorder-extension/tarball/master
On 2008/07/13, at 10:47, Jan frederik Poulsen wrote:
Whenever I try to install an extension via subversion like this for
example:
cd /path/to/radiant
svn propset svn:externals "reorder -r881
http://svn.radiantcms.org/radiant/tags/rel_0-6-7/extensions/reorder/"
vendor/extensions/.
I get this:
svn: 'vendor/extensions' is not a working copy
What is the problem?
I have also tried to manually download and upload the extension via
ftp,
but then the rake command fails:
rake aborted!
uninitialized constant ApplicationController
Sorry for asking this many questions, couldn't find a google-
solution -
I would think that a lot of people just give up when trying this but I
really like Radiant, - maybe I could help a bit with the "getting up
and
running quick" documentation, when I finally succeed?
--
Posted via http://www.ruby-forum.com/.
_______________________________________________
Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant
_______________________________________________
Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant