Not liking the following error while doing SVN commit? svn: Commit failed (details follow): svn: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the –message (-m) or –file (-F) options svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR is set, and no ‘editor-cmd’ run-time […]
Fix a “E: The method driver /usr/lib/apt/methods/http could not be found.” error
Following is an error encountered on Ubuntu 12.04 LTS $ sudo apt-get update E: The method driver /usr/lib/apt/methods/http could not be found. This can be easily fixed by installing apt-transport-https as follows. sudo apt-get install apt-transport-https



