Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml,v diff -u -r1.22 -r1.23 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml 7 May 2004 22:10:05 -0000 1.22 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml 10 May 2004 21:42:39 -0000 1.23 @@ -418,8 +418,8 @@ If adding or upgrading a single package, run the cvs import from within the base directory of that package, and adjust the cvs command accordingly. In this example, we are adding the myfirstpackage package. [root root]# su - service0 -[service0 aolserver]$ cd /var/lib/aolserver/openacs-5-0/packagse/myfirstpackage OpenACS openacs-5-1 -[service0 myfirstpackage]$ cvs -d /var/lib/cvs/ import -m "importing package" service0/packages/myfirstpackage +[service0 aolserver]$ cd /var/lib/aolserver/openacs-5-0/package/myfirstpackage +[service0 myfirstpackage]$ cvs -d /var/lib/cvs/ import -m "importing package" service0/packages/myfirstpackage OpenACS openacs-5-1 Create a new directory as temporary working space to reconcile conflicts between the new files and your current work. The example uses the cvs keyword yesterday, making the assumption that you haven't checked in new code to your local tree in the last day.