cvs-importer v0.3 Copyright 2001-2002 Matthew Mueller Description: cvs-importer automates the task of importing all past versions of an existing project into cvs or subversion, including automatically removing generated files, creating .cvsignore files/svn:ignore properties, and tagging each version. Thus, you can gain some of the advantages of scm for the older versions that weren't actually developed in cvs/svn, by having all the changes in the history. cvs-importer requires: Python >= v2.1 http://www.python.org/ atool http://www.student.lu.se/~nbi98oli/ for cvs support: cvs http://www.cvshome.org/ file http://freshmeat.net/projects/file for subversion support: svn http://subversion.tigris.org Install: 1) optional: run test suite: cd test ; ./test_all.py (run test_svn.py or test_cvs.py individually if you don't have both cvs and subversion installed) 2) python setup.py install Copying: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See the file 'COPYING' for more information. I would appreciate it if you make modifications if you would send them to me for possible inclusion in the main source. You can get the latest version at http://www.azstarnet.com/~donut/programs/