Recover Corrupted Svn DB
To recover your repository if you’re getting Corrupted error messages : $ sudo svnadmin recover /home/svn/repository/your_repository_name
To recover your repository if you’re getting Corrupted error messages : $ sudo svnadmin recover /home/svn/repository/your_repository_name
Assuming you are using the Generic Phone, edit the following file : C:\Program Files\Macromedia\Flash 8\en\Configuration\Mobile\Devices\Generic_Phone.xml and change the line <device id="8502" width="176" height="208" heap="1024"> to <device id="8502" width="176" height="208" heap="2048"> Increase the heap value as necessary.
Simple one-liner for getting the svn revision number - useful for shell scripts : svn log --revision "HEAD" | head -2 | tail -1 | awk '{print $1}' | cut -c 2-
Update There is a better walk-through for installing subversion with apache here . ...
A couple of useful functions for .bashrc : ...
Firstly, check that the vim-enhanced package is installed : rpm -qa | grep vim You should see something like : ...
If you’re getting NameError (uninitialized constant UnknownAction) using UnknownAction in the ‘rescue_action_in_public’ method, try to use the full reference (::ActionController::UnknownAction) instead of ActionController::UnknownAction. For example : ...
...
...