Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

rails svn:externals for plugins and rails edge

export SVN_EDITOR=/usr/bin/vim
svn propedit svn:externals vendor
--[sample file]--
rails http://dev.rubyonrails.org/svn/rails/trunk/
plugins/acts_authenticated http://svn.techno-weenie.net/projects/plugins/acts_as_authenticated
plugins/exception_logger http://svn.techno-weenie.net/projects/plugins/exception_logger
--[end of sample file] --

svn ci -m "added plugins and rails source to svn externals"
svn --ignore-externals stat
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS