You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by ca...@apache.org on 2007/03/26 02:41:10 UTC

svn commit: r522390 - /xmlgraphics/batik/trunk/MAINTAIN

Author: cam
Date: Sun Mar 25 17:41:10 2007
New Revision: 522390

URL: http://svn.apache.org/viewvc?view=rev&rev=522390
Log:
Use https URIs in svn commands.

Modified:
    xmlgraphics/batik/trunk/MAINTAIN

Modified: xmlgraphics/batik/trunk/MAINTAIN
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/MAINTAIN?view=diff&rev=522390&r1=522389&r2=522390
==============================================================================
--- xmlgraphics/batik/trunk/MAINTAIN (original)
+++ xmlgraphics/batik/trunk/MAINTAIN Sun Mar 25 17:41:10 2007
@@ -38,8 +38,8 @@
 
  4) Tag the release on SVN:
 
-      svn copy http://svn.apache.org/repos/asf/xmlgraphics/batik/trunk \
-               http://svn.apache.org/repos/asf/xmlgraphics/batik/tags/<tag>
+      svn copy https://svn.apache.org/repos/asf/xmlgraphics/batik/trunk \
+               https://svn.apache.org/repos/asf/xmlgraphics/batik/tags/<tag>
 
     where <tag> is the version name, e.g. "batik-1_1rc3".
 
@@ -47,11 +47,11 @@
     tests failed and a fix was required. To remove a tag, use
     the delete command:
 
-      svn delete http://svn.apache.org/repos/asf/xmlgraphics/batik/tags/<tag>
+      svn delete https://svn.apache.org/repos/asf/xmlgraphics/batik/tags/<tag>
 
  5) Check out the tagged release to a new directory:
 
-      svn co http://svn.apache.org/repos/asfk/xmlgraphics/batik/tags/<tag>
+      svn co https://svn.apache.org/repos/asfk/xmlgraphics/batik/tags/<tag>
 
  6) Run the build script with target "dist-zip":