You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Apache Wiki <wi...@apache.org> on 2006/01/05 16:39:52 UTC

[Ws Wiki] Update of "SubmitPatches" by DavanumSrinivas

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.

The following page has been changed by DavanumSrinivas:
http://wiki.apache.org/ws/SubmitPatches

------------------------------------------------------------------------------
  ##language:en
  '''What is the procedure for submitting patches (for Axis)?'''
  
-  1. Get latest Axis code  from CVS
+  1. Get latest Axis code  from SVN ("svn co http://svn.apache.org/repos/asf/webservices/axis/java axis")
   1. Make your changes
-  1. Run "ant clean all-tests" from ws-axis/java directory (to ensure that the patch does not break any existing tests)
+  1. Run "ant clean all-tests" from the root directory (to ensure that the patch does not break any existing tests)
-  1. Run "cvs diff -u" from the ws-axis/java directory (save output in say "diff.txt")
+  1. Run "svn diff" from the root directory (save output in say "diff.txt")
   1. Create a zip file with "diff.txt" and other new files (if any).
   1. Create a new bug report in JIRA http://issues.apache.org/jira (if there isn't one already).
   1. Use the attachment link in the bugzilla bug entry to upload the zip file. You can only do this after the report is created.
@@ -19, +19 @@

  
  ----
  
- If you are behind a firewall and would still like read-only access to CVS, then consider using [http://cvsgrab.sourceforge.net/ CVSGrab].
- 
- ----
- 
- '''Configuration notes for using [http://www.eclipse.org Eclipse 2.1]'''
-  1. Switch to CVS Repository Perspective.
-  1. Right-click and select "Add CVS Repository".
-  1. Enter "cvs.apache.org" as Host.
-  1. Enter "/home/cvspublic" as Repository path.
-  1. Enter "anoncvs" as User.
-  1. Select Finish.
-  1. Expand the "Head" branch.
-  1. Select the "ws-axis" module.
-  1. Right-click and select "Check Out As Project". (Download will begin now).
- 
-