91
edits
Changes
→Rake Tasks to Aid in Management of Local Locations
:Runs svn status on all local directory locations at once.
If you need to create an svn repo on a Linux box it's as easy as:
mkdir /home/username/svn
svnadmin create /home/username/svn
Then you can run the above rake tasks.
== A Locally Customized Layout ==