I do:
cvs -d:pserver:mailto:anonymous@cvs.openacs.org:/cvsroot login# press enter for passwordcvs -d:pserver:mailto:anonymous@cvs.openacs.org:/cvsroot checkout -r oacs-5-6 acs-core
as per the CVS notes. This produces an ./openacs-4 directory in the appropriate place which I rename to 'myservicename'.
I then want to download packages such as acs-events, xotcl-core, xowiki, etc.
When I do:
cd /web/myservicename/packages
cvs -d:pserver:mailto:anonymous@cvs.openacs.org:/cvsroot checkout -r oacs-5-6 acs-events
...the package appears in the appropriate place - no problems.
...but when I do this with some packages such as xowiki for example, cvs reports that it is updating, goes through the xowiki file tree, but the files are never downloaded - anywhere. I have searched the machine and they don't appear.
For example:
[user@s01 packages]$ cd /web/myservicename/packages
[user@s01 packages]$ cvs -d:pserver:mailto:anonymous@cvs.openacs.org:/cvsroot checkout -r oacs-5-6 oacs-dav
cvs checkout: Updating oacs-dav
cvs checkout: Updating oacs-dav/catalog
cvs checkout: Updating oacs-dav/sql
cvs checkout: Updating oacs-dav/sql/oracle
cvs checkout: Updating oacs-dav/sql/oracle/upgrade
cvs checkout: Updating oacs-dav/sql/postgresql
cvs checkout: Updating oacs-dav/sql/postgresql/upgrade
cvs checkout: Updating oacs-dav/tcl
cvs checkout: Updating oacs-dav/tcl/test
cvs checkout: Updating oacs-dav/www
cvs checkout: Updating oacs-dav/www/admin
cvs checkout: Updating oacs-dav/www/doc
[user@s01 packages]$
But there is now no oacs-dav directory in /web/myservicename/packages/
I guess this is to do with tagging but I don't understand it and would really appreciate an explanation.
I can work around it by checking out HEAD versions of the applications that won't checkout this way, but I'd prefer to understand what I'm doing wrong.
Regards
Richard