简体   繁体   中英

How set external gem into project using svn?

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

I add external using RubyMine:

Right click in folder, then choose 'Subversion' and 'Edit properties', and add gem with it's svn path.

在此处输入图片说明

And run svn up after this actions.

PS But I still don't know how can I do it using terminal.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM