Subversion Notes

Ignore Files

I use this to ignore the compiled .pyc files in my python projects. Makes svn status much cleaner.

svn propset svn:ignore *.pyc dirname

To make this happen on all directories and subversion respositories add *.pyc to the list of global-ignores in /etc/subversion/config.

Create a repository

svnadmin create --fs-type fsfs project_name
 
linux/application.notes/subversion.txt · Last modified: 14:41 14/07/2007 (external edit)