Forum .LRN Q&A: Re: Strange CVS behaviour?

Collapse
7: Re: Strange CVS behaviour? (response to 1)
Posted by Jim Lynch on
Hmm... it's doing the same thing for me. Looking into it now

Found in openacs.org:/cvsroot/CVSROOT/modules:

(leaving lots of stuff out)

acs-core -a openacs-4/packages/acs-lang ...

:
:

acs-lang openacs-4/packages/acs-lang

So, I'm thinking that the line for the module acs-core should read instead, either

  • acs-core openacs-4/packages/acs-lang ... or
  • acs-core -a acs-lang ...

Could someone confirm this?

-Jim

P.S: Bruno, could you try again without setting the directory?

Also note, that I'm getting weird directory structure when I try to check out openacs-core in this manner; rather than looking like an openacs server root, it looks like an individual package root.

Collapse
8: Re: Strange CVS behaviour? (response to 7)
Posted by Bruno Mattarollo on

Hello Jim

It works if you *don't* use the directory setting from CVS. So doing:

cvs -z3 co -r oacs-4-6 acs-core

works like a charm.

I tried that and it worked, as well as for dotLRN.