“NETDEV WATCHDOG: eth0: transmit timed out” error appears in openSUSE 10.2 Linux after updating the Realtek 8139 driver in Windows XP via Microsoft Update. Problem solved my rolling back the driver update.
While rereading the SVN Book, I noticed instructions for creating a branch on a subdirectory of the trunk. So I decided to create a branch on just the php subdirectory of a project: svn copy http://localhost/svn/ll/trunk/php http://localhost/svn/ll/branches/phpMVC The branch development was adopted, thus requiring merging the code back into the trunk. Overall, using a branch […]