Plugin install file_column - svn: not working copy

I did this:
./script/plugin install http://opensvn.csie.org/rails_file_column/
plugins/file_column/trunk

and I guess it installed, but this was at the end of the added files
list:

Exported revision 27.
subversion/libsvn_wc/lock.c:370: (apr_err=155007)
svn: ‘plugins/file_column’ is not a working copy

Anything to worry about?

thanks
csn


Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com

Hmm… is your project under SVN? If so, try doing an svn clean and
update
and then reinstalling the plugin.

hi ramin,
I also had problems with this, I was hoping perhaps you could shed
some light? I have my project set up under svn, and have tried both
plugin-installing and svn-checking-out file_column, but then I have a
hard time updating it and commiting the main project… get errors
like the one above, for instance.

what’s fuzzy to me is how to do either of the above and then add them
to the main project working copy… so far I’ve been svn-adding them
after install or checkout, but then I get problems commiting
everything, or updating just the plugin.

hope I’m making sense… been looking for a better explanation of
this, I couldn’t quite figure out how exactly to use svn:externals
props from the wiki and the svn book

2005/11/18, Ramin [email protected]:

On 11/19/05, Oliver B. [email protected] wrote:

everything, or updating just the plugin.
I think, if your working directory is under svn, you should use
“plugin install -x” to use svn’s external feature.

Sebastian