info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trouble with modules file syntax


From: Lord Bitnerd of Pentium
Subject: Re: Trouble with modules file syntax
Date: Tue, 12 Jun 2012 10:34:45 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7

On 2012/06/11 20:50, Larry Jones wrote:
Lord Bitnerd of Pentium writes:

I have library source, which lives in current directory "XXlib" in the
repository (as in "cvs checkout XXlib").  I've developed it with some test code
that lives at

    DevCode/PrimeSieve/SieveCalc

and I want the XXlib module to show up (as an alias) at

    DevCode/PrimeSieve/XXlib

In other words, when I "cvs checkout DevCode", I want to see SieveCalc and XXlib
modules under DevCode/PrimeSieve.

That's a tricky thing to do, it's much simpler if you add the library at
the top level instead (i.e., DevCode/XXlib).  That's just:

        DevCode DevCode &XXlib

If you really want it at a lower level, you have to define a special
module for it that specifies the directory to check out into:

        DevCodeXXlib -d PrimeSieve/XXlib XXlib
        DevCode DevCode &DevCodeXXlib

Ah bless you - that is exactly what I want. I tried several variations on this but I couldn't figure out the "-d" syntax.

Thanks very much!

--
  Harvey <address@hidden>
 No matter how much memory I buy, I keep forgetting things.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]