The first thing to do is create a file ~/.pydistutils.cfg with the
following content:
[install]
install_lib = ~/py-lib
install_scripts = ~/bin
| #!/bin/bash | |
| DEBUG_FILE="debug.log" | |
| LOG_FILE="info.log" | |
| FAILURE=1 | |
| SUCCESS=0 | |
| # Outputs a message to the console | |
| _print_msg () { |
| # LS_COLORS | |
| # Maintainers: Magnus Woldrich <m@japh.se>, | |
| # Ryan Delaney <ryan.delaney@gmail.com> OpenGPG: 0D98863B4E1D07B6 | |
| # URL: https://github.com/trapd00r/LS_COLORS | |
| # Version: 0.254 | |
| # Updated: Sun Jun 1 14:36:30 PDT 2014 | |
| # | |
| # This is a collection of extension:color mappings, suitable to use as your | |
| # LS_COLORS environment variable. Most of them use the extended color map, | |
| # described in the ECMA-48 document; in other words, you'll need a terminal |
This guide on how to convert an SVN repository to a git repository was mostly taken from John Albin Wilkins post on Converting a Subversion repository to Git.