Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What should I do with the vendor directory with respect to subversion?

So I have a problem. I checked in my frozen gems and rails even though you aren't supposed to do that. I figured it was easy and wouldn't be that big of a deal anyway. Well, later I updated rails and in doing so deleted all the .svn files in the vendor/rails directories. I have heard that what I really should do is just do something to do with svn:externals to my vendor directory. What exactly do I need to do and will capistrano still use my frozen gems if they aren't in my repo? If it will not use my frozen gems how can I regenerate those .svn files correctly, because this will happen again.

Thanks!

like image 647
Frew Schmidt Avatar asked Sep 23 '08 03:09

Frew Schmidt


1 Answers

Personally, I'm partial to using Piston to manage the vendor directory.

like image 175
Avdi Avatar answered Oct 06 '22 10:10

Avdi