fusilaeh wrote:hey max,
any news on that?
i just came along the same problem:
i installed attachment fu, which created folders and files which are not under version control.
when i try to commit using netbeans it tells me:
'/home/richard/NetBeansProjects/gidl/vendor/plugins/attachment_fu' is not a working copy
Can't open file '/home/richard/NetBeansProjects/gidl/vendor/plugins/attachment_fu/.svn/entries': No such file or directory
so i can't commit anymore...
Basically - no.
Where you adding attachment_fu for the first time? If so you should just need to do an svn add. If you were replacing it, then you might have to go back to the old 'script':
- delete it
- do an svn update to get the repos version back
- svn delete that version
- commit the change
- install latest version
- svn add it
- commit the change
Sometimes it gets confused - there's an svn folder in every folder under source control which hass files keeping track of what's in there (or what it thinks is in there). I've got in a mess before copying something from one place to another, forgetting it had an svn folder inside. I'm not an expert on svn by any means, i'd love to know a cleaner way to update plugins.
###########################################
#If i've helped you then please recommend me at Working With Rails:
#
http://www.workingwithrails.com/person/
i-williams