Replace description on how to do CVS imports on this module with a

description on how to do SVN imports on this module.

Approved by:	bde (implicit)
This commit is contained in:
Edwin Groothuis 2008-08-08 04:37:43 +00:00
parent bb10a826c1
commit f281c10a84
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181426

View File

@ -3,27 +3,31 @@
# #
# HOW TO UPDATE THE ZONEINFO DATA # HOW TO UPDATE THE ZONEINFO DATA
# #
# In a clean directory, unpack the distribution archive and run: # With the use of subversion, this is a little bit simpler than the CVS method.
# #
# $ cvs -d :ext:ncvs.freebsd.org:/home/ncvs import -b 1.1.2 \ # Import the new sources to the vendor branch:
# src/share/zoneinfo ADO tzdataYYYYt
# #
# where YYYYt is the year and the version of the distribution, for # $ cd ~/svn/vendor/tzdata/dist
# example 2004h. # $ tar zxvf /usr/ports/distfile/tzdata2008X.tar.gz
# (check with "svn stat" and "svn diff" if it all makes sense)
# $ svn commit # Commit message: "Vendor import of tzdata2008X (+details)"
# #
# Then go to the checked out source, and merge the changes from the # Tag it
# previous tag to the new tag in the HEAD:
# #
# $ cd ../src/share/zoneinfo # $ cd ~/svn/vendor/tzdata
# $ cvs update -jtzdataYYYYp -j tzdataYYYYt # $ svn cp svn+ssh://svn.freebsd.org/base/vendor/tzdata/dist \
# svn+ssh://svn.freebsd.org/base/vendor/tzdata/tzdata2008X
# $ svn update
# #
# Update it again: # Merge-from-vendor
#
# $ cvs update
# #
# And push it back into CVS: # $ cd ~svn/head/share/zoneinfo
# # $ svn update
# $ cvs ci # $ svn merge --accept=postpone \
# svn+ssh://svn.freebsd.org/base/vendor/tzdata/dist .
# $ svn diff --no-diff-deleted \
# --old=svn+ssh://svn.freebsd.org/base/vendor/tzdata/dist --new=.
# $ svn commit
# #
CLEANFILES+= yearistype CLEANFILES+= yearistype