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. On 11/17/05, CSN <cool_screen_name90001-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> > 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 > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- - Ramin http://www.getintothis.com/blog _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
Oliver Barnes
2005-Nov-19 13:23 UTC
Re: plugin install file_column - svn: not working copy
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 <i8ramin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> Hmm.. is your project under SVN? If so, try doing an svn clean and update > and then reinstalling the plugin. > > > On 11/17/05, CSN < cool_screen_name90001-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote: > > 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 > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > -- > - Ramin > http://www.getintothis.com/blog > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >
Sebastian Kanthak
2005-Nov-19 13:32 UTC
Re: plugin install file_column - svn: not working copy
On 11/19/05, Oliver Barnes <ol1barn3s-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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.I think, if your working directory is under svn, you should use "plugin install -x" to use svn''s external feature. Sebastian