Undo that SVN rm
Thursday, May 7, 2009 1:11:55 AM
Use the svn revert command:
and your life saved
(can be also apply to svn add)
svn revert --recursive example_folder
and your life saved
(can be also apply to svn add)How to make Phusion Passenger run in development mode
Tuesday, March 3, 2009 4:37:58 AM
Simply add this to your virtual host configuration file
so it may looks like this
don't forget to restart your Apache.
RailsEnv development
so it may looks like this
<VirtualHost *> ServerName example.com DocumentRoot /home/yourname/htdocs/example.com/public RailsEnv development </VirtualHost>
don't forget to restart your Apache.

