2 new revisions:

Revision: 5f20270f189a
Author:   nogu.dev <[email protected]>
Date:     Sat Feb 25 22:03:57 2012
Log:      * README...
http://code.google.com/p/uim/source/detail?r=5f20270f189a&repo=sigscheme

Revision: cc781435882e
Author:   nogu.dev <[email protected]>
Date:     Sat Feb 25 22:15:14 2012
Log:      * doc/release.txt...
http://code.google.com/p/uim/source/detail?r=cc781435882e&repo=sigscheme

==============================================================================
Revision: 5f20270f189a
Author:   nogu.dev <[email protected]>
Date:     Sat Feb 25 22:03:57 2012
Log:      * README
  - Update URLs.
* configure.in
  - Replace svn with git.
* m4/ax_feature_configurator.m4
  - Update URLs.

http://code.google.com/p/uim/source/detail?r=5f20270f189a&repo=sigscheme

Modified:
 /README
 /configure.in
 /m4/ax_feature_configurator.m4

=======================================
--- /README     Fri Aug 31 08:45:18 2007
+++ /README     Sat Feb 25 22:03:57 2012
@@ -6,8 +6,8 @@
   Homepage:
     http://code.google.com/p/sigscheme/

-  Anonymous svn repository:
-    http://uim.googlecode.com/svn/sigscheme-trunk/
+  Git repository:
+    git clone https://code.google.com/p/uim.sigscheme/


 See following files for further information.
=======================================
--- /configure.in       Tue Dec 28 00:10:27 2010
+++ /configure.in       Sat Feb 25 22:03:57 2012
@@ -8,7 +8,7 @@
 # must be invoked immediately after initialization.
 #AC_GNU_SOURCE

-# --enable-maintainer-mode is requied to build svn repository version of
+# --enable-maintainer-mode is requied to build Git repository version of
 # SigScheme.
 AM_MAINTAINER_MODE

@@ -21,7 +21,7 @@
 AC_PROG_LN_S
 AC_PROG_EGREP
 # Prefers GNU sed if found. GNU sed is required for generating
-# test-c/collect.sh from svn repository version of SigScheme.
+# test-c/collect.sh from Git repository version of SigScheme.
 AC_PROG_SED

 # These programs are only needed on make dist
=======================================
--- /m4/ax_feature_configurator.m4      Sat Jan 12 04:51:17 2008
+++ /m4/ax_feature_configurator.m4      Sat Feb 25 22:03:57 2012
@@ -1,4 +1,4 @@
-##### http://uim.googlecode.com/svn/sigscheme-trunk/m4/ax_feature_configurator.m4
+##### http://sigscheme.uim.googlecode.com/git/m4/ax_feature_configurator.m4
 #
 # SYNOPSIS
 #
@@ -9,7 +9,7 @@
 #   A dependency-based feature configurator.
 #
 #   This macro suite is still under development. See
-#   http://uim.googlecode.com/svn/sigscheme-trunk/configure.in
+#   http://sigscheme.uim.googlecode.com/git/configure.in
 #   as a working example.
 #
 # LAST MODIFICATION

==============================================================================
Revision: cc781435882e
Author:   nogu.dev <[email protected]>
Date:     Sat Feb 25 22:15:14 2012
Log:      * doc/release.txt
  - Use Git instead of Subversion.

http://code.google.com/p/uim/source/detail?r=cc781435882e&repo=sigscheme

Modified:
 /doc/release.txt

=======================================
--- /doc/release.txt    Sat Mar  1 05:55:13 2008
+++ /doc/release.txt    Sat Feb 25 22:15:14 2012
@@ -79,18 +79,18 @@
 A release must be branched and tagged for development management.

 ----------------------------------------------------------------
-$ svn cp -r33xx https://uim.googlecode.com/svn/sigscheme-trunk \
-                https://uim.googlecode.com/svn/branches/sigscheme-x.y
-
-$ svn cp -r33xx https://uim.googlecode.com/svn/branches/sigscheme-x.y \
-                https://uim.googlecode.com/svn/tags/sigscheme-x.y.z
+$ git branch sigscheme-x.y <start-point>
+$ git push origin sigscheme-x.y
+
+$ git tag -a sigscheme-x.y.z <commit on sigscheme-x.y>
+$ git push --tags
 ----------------------------------------------------------------

 If the release is a snapshot, tag as follows:

 ----------------------------------------------------------------
-$ svn cp -r33xx https://uim.googlecode.com/svn/sigscheme-trunk \
- https://uim.googlecode.com/svn/tags/sigscheme-snapshot-YYYYMMDD
+$ git tag -a sigscheme-snapshot-YYYYMMDD
+$ git push --tags
 ----------------------------------------------------------------

 Packaging
@@ -98,8 +98,8 @@

 ----------------------------------------------------------------
 $ cd /tmp
-$ svn export http://uim.googlecode.com/svn/tags/sigscheme-x.y.z
-$ cd sigscheme-x.y.z
+$ git clone https://code.google.com/p/uim.sigscheme/
+$ git checkout sigscheme-x.y.z
 $ ./make-dist.sh
 ----------------------------------------------------------------

Reply via email to