I need to add gem into vendor folder as external using SVN.
Path to add gem /vendor/gem_name
.
Path to svn repo path_to_svn_repos/gem_name/trunk
I try to do it, but it remove all another externals and add my gem :( I need to append this gem to existing externals list.
How can I do it? Please, help