A ref change was pushed to the openldap-etc.git repository. It will pushed to the public mirror shortly.
http://www.openldap.org/devel/gitweb.cgi?p=openldap-etc.git;a=commit;h=1dfdd0c8b886429df3ca8e7e958b2fac8ee78059 The branch, master has been updated via 1dfdd0c8b886429df3ca8e7e958b2fac8ee78059 (commit) from 3c660d7adce46b2cc9edafd6023fbeefd040bcd6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=commit;h=3c660d7adce46b2cc9edafd6023fbeefd040bcd6..1dfdd0c8b886429df3ca8e7e958b2fac8ee78059 commit 1dfdd0c8b886429df3ca8e7e958b2fac8ee78059 Author: Kurt Zeilenga <k...@openldap.org> Date: Sat Mar 26 09:22:14 2011 -0700 Import scripts used in migration from cvs(1) to git(1) purely for historical reasons ----------------------------------------------------------------------- Summary of changes: historic/cvs2git/check-repo-notes.pl | 35 ++ historic/cvs2git/fix_cvsrepo.sh | 174 ++++++++++ historic/cvs2git/local-import.sh | 633 ++++++++++++++++++++++++++++++++++ historic/cvs2git/public-setup.sh | 40 +++ 4 files changed, 882 insertions(+), 0 deletions(-) create mode 100755 historic/cvs2git/check-repo-notes.pl create mode 100755 historic/cvs2git/fix_cvsrepo.sh create mode 100755 historic/cvs2git/local-import.sh create mode 100755 historic/cvs2git/public-setup.sh hooks/post-receive -- OpenLDAP-etc