texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[5268] development in svn, not cvs


From: karl
Subject: [5268] development in svn, not cvs
Date: Thu, 27 Jun 2013 17:15:41 +0000

Revision: 5268
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5268
Author:   karl
Date:     2013-06-27 17:15:40 +0000 (Thu, 27 Jun 2013)
Log Message:
-----------
development in svn, not cvs

Modified Paths:
--------------
    trunk/README-hacking

Modified: trunk/README-hacking
===================================================================
--- trunk/README-hacking        2013-06-27 17:14:49 UTC (rev 5267)
+++ trunk/README-hacking        2013-06-27 17:15:40 UTC (rev 5268)
@@ -9,16 +9,18 @@
   notice and this notice are preserved.
 
 The development sources for GNU Texinfo are available through anonymous
-CVS at Savannah:
-  http://savannah.gnu.org/cvs/?group=texinfo
+Subversion at Savannah:
+  http://savannah.gnu.org/svn/?group=texinfo
 
 This distribution uses whatever versions of Automake, Autoconf, and
-Gettext are listed in NEWS; usually the latest official releases.  If you
-are getting the sources from CVS (or change configure.ac), you'll need
-to have these tools installed to (re)build.  You'll also need help2man.
-All of these programs are available from http://ftp.gnu.org/gnu.
+Gettext are listed in NEWS; usually the latest official releases.  If
+you are getting the sources from the development repository (or change
+configure.ac), you'll need to have these tools installed to (re)build.
+You'll also need help2man.  All of these programs are available from
+http://ftp.gnu.org/gnu.
 
-After getting the CVS sources, and installing the tools above, you can run
+After getting the development sources, and installing the tools above,
+you can run
  ./autogen.sh
 and then, for example,
  ./configure -C CFLAGS='-g -Wdeclaration-after-statement'
@@ -52,11 +54,12 @@
 
 This distribution also uses Gnulib (http://www.gnu.org/software/gnulib)
 to share common files.  Gnulib files used in Texinfo are checked in to
-CVS.  If you get automake/conf/etc. errors from ./autogen.sh, please try
-doing a CVS checkout of gnulib (in a separate directory from the texinfo
-checkout), and then run, say,
+the repository.  If you get automake/conf/etc. errors from ./autogen.sh,
+please try getting a checkout of gnulib (in a separate directory from
+the texinfo checkout), and then run, say,
   ../gnulib/gnulib-tool --add-import
-in your top-level Texinfo directory.  (gnulib-tool is in the gnulib CVS tree.)
+in your top-level Texinfo directory.
+(gnulib-tool is in the gnulib source tree.)
 
 The currently-used gnulib modules and other gnulib information are
 recorded in gnulib/m4/gnulib-cache.m4.  Given a source checkout of
@@ -133,17 +136,20 @@
 - When official release is out there ...
   ... update DTD and web pages:
 cd $HOME/gnu/www/texinfo/dtd # or wherever webpages checkout is
-mkdir $ver; cvs add $ver
+mkdir $ver; svn add $ver
 cp $tutil/texinfo.dtd $ver
-cvs add $ver/texinfo.dtd
-cvs com -m$ver $ver
+svn add $ver/texinfo.dtd
+svn commit -m$ver $ver
 
 update home page (texinfo.html) and commit as needed.
 update manual, including:
   pod2html Pod-Simple-Texinfo/pod2texi.pl >pod2texi.html
 
-  ... tag source tree:
-cvs tag -b texinfo_`echo $ver | tr . _`
+#  ... tag source tree:
+svn copy -r 5234 -m'texinfo_5_1 tag based on r5234' \
+  svn+ssh://svn.savannah.gnu.org/texinfo/trunk \
+  svn+ssh://svn.savannah.gnu.org/texinfo/tags/texinfo_5_1
+[for karl: /srv/svn/texinfo]  
 
   ... update texinfo at tug.org (contact address@hidden); from last time:
 prev=5.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]