All file locations are relative to the package root, which in
this case is ROOT/packages/notes
. The following table
describes in detail what each of the files up in the diagram
@@ -328,8 +330,7 @@
this point, you should add your package files to your CVS
repository. I'll assume that you have set up your development
repository according to the standards described in this appendix. If so, then
-you just do this:
-% cd ROOT/packages +you just do this:% cd ROOT/packages % cvs add notes % cd notes % cvs add notes.info @@ -338,8 +339,7 @@ % cvs add *.sql % cd ROOT/packages/notes % cvs commit -m "add new package for notes" - -+
Now you can start developing the package. In addition to writing code, you should also consider the tasks outlined in the package development tutorial.