I'm using MacOS 9.1 and I have a simple Applescript
that checks out a module for me. This script has
worked since the MacCVS 3.1 versions and upto and
including MacCVS 3.2 Beta 5 version. When I run this
script under Beta 7 and 8 the client just returns
an "Error Code 1", yet everything works fine manually
and my preferences have not changed. When I remove
the newer Betas and install Beta 5 again everything
works fine again. Here's the sample code:
***
launch application "maccvs"
tell application "maccvs"
activate
cvs {"checkout", "some/module"} Pathway "My:drive:"
end tell
***
Logged In: YES
user_id=27132
I wish I could help, but I don't own this part. Please ask
Richard Hawkfish