Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2000:
[Freeciv-Dev] Re: Question: How difficult it is to make downloading po,
Home

[Freeciv-Dev] Re: Question: How difficult it is to make downloading po,

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: Question: How difficult it is to make downloading po, gui-* optional?
From: Jeff Mallatt <jjm@xxxxxxxxxxxx>
Date: Wed, 05 Jan 2000 11:49:48 -0500

At 2000/01/04 22:42 , Hung Wah Choy wrote:
>How difficult it is to make downloading po, gui-* optional?

You could use CVS to update only those subordinate directories you want.  E.g., 
from the freeciv root directory:

    cvs update -l . client client/include
    cvs update common ai server data

would update common, ai, server, data (and all their subdirectories), and ., 
client and client/include (but none of their subdirectories -- the "-l" keeps 
CVS from recursing into subdirectories).

jjm


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