From 86fa43393049ada040224fc09223e2ac2b79480d Mon Sep 17 00:00:00 2001 From: Sean Sullivan Date: Fri, 21 Apr 2006 03:31:42 +0000 Subject: [PATCH] changed CVS references to Subversion git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@395766 13f79535-47bb-0310-9956-ffa450edef68 --- .../content/xdocs/getinvolved/index.xml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/documentation/content/xdocs/getinvolved/index.xml b/src/documentation/content/xdocs/getinvolved/index.xml index 7bfc363a34..0bc5ec0152 100644 --- a/src/documentation/content/xdocs/getinvolved/index.xml +++ b/src/documentation/content/xdocs/getinvolved/index.xml @@ -65,7 +65,7 @@ the project vision, etc.
  • Use POI a bit, look for gaps in the documentation and examples.
  • Join the mail lists and share your knowledge with others.
  • -
  • Get CVS and check out the POI source tree
  • +
  • Get Subversion and check out the POI source tree
  • Documentation is always the best place to start contributing, maybe you found that if the documentation just told you how to do X then it would make more sense, modify the documentation.
  • Get used to building POI, you'll be doing it a lot, be one with the build, know its targets, etc.
  • Write Unit Tests. Great way to understand POI. Look for classes that aren't tested, or aren't tested on a public/protected method level, start there.
  • @@ -76,18 +76,12 @@
    Submitting Patches

    - Create patches by getting the latest sources from CVS (the HEAD). + Create patches by getting the latest sources from Subversion. Alter or add files as appropriate. Then, from the jakarta-poi directiory, - type cvs diff -u > mypatch.patch. This will capture all of your changes + type svn diff > mypatch.patch. This will capture all of your changes in a patch file of the appropriate format. Next, if you've added any files, create an archive (tar.bz2 preferred as its the smallest) in a path-preserving archive format, relative to your jakarta-poi directory. - (Note: If you use WinCVS, move to - [Admin] -> [Command Line] Menu and type "cvs diff -u" at - [Enter a cvs line command] input field ([Commandline Settings] Tab), - while selecting the target directories or files, in order to create - unified diffs. - In other words, [Alt+A]+[Alt+C]+[Alt+C] and type "cvs diff -u".) You'll attach both files in the next step.

    -- 2.39.5