Forum OpenACS Q&A: Re: Upgrading from OpenACS 4.5 to 4.6

Collapse
Posted by Jade Rubick on
the cvsbook describes how to track third party sources very well.

Here's what I did:

  • cd /tmp
  • cvs -z3 -d :pserver:anonymous@openacs.org:/cvsroot co openacs-4
  • cvs -d /cvsroot -q import -m "Import of OpenACS 4.6" safe4all OpenACS openacs-4-6
    Here's the message I got after I finished
    12 conflicts created by this import.
    Use the following command to help the merge:
    
            cvs -d /cvsroot/ checkout -jOpenACS:yesterday -jOpenACS safe4all
    
    
  • However, when I try this:
    cvs -d /cvsroot/ checkout -jOpenACS:yesterday -jOpenACS safe4all
    cvs checkout: existing repository /cvsroot//openacs-4 does not match /cvsroot//safe4all
    cvs checkout: ignoring module safe4all
    
I think I'm missing something. Any clues?