Contributor(s): Andres Montano
svn export https://ndlb.svn.sourceforge.net/svnroot/ndlb/portal/ror/plugins/authenticated_system/trunk authenticated_system
git archive master | tar -x -C /path/to/another/folder
rm -rf acts_as_tree
cd authenticated_system git init
.DS_Store
*.tmproj
config/database.yml
config/environments/quandu_*.rb
doc/plugins/*
public/javascripts/tiny_mce/
**/* *
*.log
Save and run the following commands to ensure vendor folder is added to the repos:
touch vendor/.gitignore
.DS_Store
git add .
git commit -m "Initial commit"
git submodule add git://github.com/thl/authenticated_system.git vendor/plugins/authenticated_system
After adding all plugins then you need to commit to local repository:
git commit -m "Adding plugins as submodules."
git remote add origin git@github.com:thl/authenticated_system.git git push origin master
git tag v1.0.0 git push origin --tags