Mac 下的终端居然没有高亮。 先看最终效果: 将以下代码拷贝到 ~/.bash_profile 中: 1 2 3 4 5 6 7 8 9 10 #enables colorin the terminal bash shell export export CLICOLOR=1 #sets up thecolor scheme for list export export LSCOLORS=gxfxcxdxbxegedabagacad #sets up theprompt color (currently a green similar to linux terminal) export
When I tried svn up, I got an error.
1 2 3 4 5 6 E200030: sqlite[S11]: database disk image is malformed ```I found a solution on [stackoverflow](https://stackoverflow.com/questions/13675615/svn-cleanup-sqlite-database-disk-image-is-malformed).``` sqlite3 .svn/wc.db "pragma integrity_check" sqlite3 .svn/wc.db "reindex nodes" sqlite3 .svn/wc.db "reindex pristine"