IMPORTANT: repository has been changed from SVN to git!
The existing SVN repository has been relocated and retired, and its contents and history migrated to a git repository.
To re-orient an existing SVN working directory and look for changes with respect to the final state of the remote repository:
svn switch --relocate svn+ssh://p-messagefacility@cdcvs.fnal.gov/cvs/projects/messagefacility{,-svn} svn diff > local.patch
To check out a fresh copy of the git repository:
git clone ssh://p-messagefacility@cdcvs.fnal.gov/cvs/projects/messagefacility
If you have problems applying your diffs patch against the repository and resolving conflicts, please contact Chris G. for help.