21Sep/07Off
CopyDotFiles.py
I use Linux and other Unices (BSD, OSX) everday and needed a script that would setup my configuration files. In unix most user defined configuration options are defined in a user's home directory, but I wanted to keep them all under Subversion (version control rocks) and needed an easy way of copying them back and forth.
After taking a few minutes I whipped up a python script to copy my config files to a local machine, and back into the subversion directory.
[Download]



