Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Trouble with modules file syntax
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Lord Bitnerd of Pentium  
View profile  
 More options Jun 11 2012, 3:06 pm
Newsgroups: gnu.cvs.help
From: Lord Bitnerd of Pentium <bitn...@brydon.net>
Date: Mon, 11 Jun 2012 14:06:33 -0500
Local: Mon, Jun 11 2012 3:06 pm
Subject: Trouble with modules file syntax
I have:

Client: Concurrent Versions System (CVS) 1.12.12 (client)
Server: Concurrent Versions System (CVS) 1.12.13 (client/server)

I am writing a library and want to use it in several places, including client
code, test/development code etc.  I am trying to understand the syntax for the
modules file, which I have not been able to figure out yet.

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.

None of the following attempts in the modules file work:

# Add XXlib to DevCode/PrimeSieve
#DevCode &PrimeSieve &XXlib
#DevCode/PrimeSieve &XXlib
#PrimeSieve &XXlib
#PrimeSieve/XXlib -a XXlib
#DevCode/PrimeSieve/XXlib -a XXlib
#DevCode/PrimeSieve  DevCode/PrimeSieve/&XXlib
#DevCode  DevCode/PrimeSieve/&XXlib

DevCode/PrimeSieve DevCode/PrimeSieve DevCode/PrimeSieve/&XXlib

Can anybody see the error of my ways and hopefully provide a solution?

--
   Harvey <bitn...@brydon.net>
  No matter how much memory I buy, I keep forgetting things.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Larry Jones  
View profile  
 More options Jun 11 2012, 9:50 pm
Newsgroups: gnu.cvs.help
From: Larry Jones <lawrence.jo...@siemens.com>
Date: Mon, 11 Jun 2012 21:50:28 -0400
Local: Mon, Jun 11 2012 9:50 pm
Subject: Re: Trouble with modules file syntax
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
--
Larry Jones

Mom would be a lot more fun if she was a little more gullible. -- Calvin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lord Bitnerd of Pentium  
View profile  
 More options Jun 12 2012, 11:34 am
Newsgroups: gnu.cvs.help
From: Lord Bitnerd of Pentium <bitn...@brydon.net>
Date: Tue, 12 Jun 2012 10:34:45 -0500
Local: Tues, Jun 12 2012 11:34 am
Subject: Re: Trouble with modules file syntax
On 2012/06/11 20:50, Larry Jones wrote:

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 <bitn...@brydon.net>
  No matter how much memory I buy, I keep forgetting things.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »