Changeset 874 in tailor


Ignore:
Timestamp:
10/03/05 20:55:08 (8 years ago)
Author:
lele@…
Hash name:
20051003185508-7a6fb-45a59e1b78a0d9bbea2072d864066111c6c40330
Message:

Explain how to use subdir to avoid cvs problem with "subdir=."

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r849 r874  
    152152   b. Modify it as you like (mostly adjusting root-directories and the 
    153153      like):: 
    154        
     154 
    155155       $ emacs cmfcore.tailor 
     156 
     157   .. note:: By default, tailor uses "." as ``subdir``, to mean that 
     158             it will extract upstream source directly inside the 
     159             ``root-directory``. 
     160 
     161             This is known to cause problems with CVS as source, with 
     162             which you could see some wierd error like 
     163 
     164             :: 
     165 
     166               $ cvs -q -d ...:/cvsroot/mymodule checkout -d . ... mymodule 
     167               cvs checkout: existing repository /cvsroot/mymodule does not match /cvsroot/mymodule/mymodule 
     168               cvs checkout: ignoring module mymodule 
     169 
     170             When this is the case, the culprit may be a CVS 
     171             shortcoming not being able to handle ``-d .`` in the 
     172             right way.  Specify a different ``subdir`` option to 
     173             avoid the problem. 
    156174 
    157175   c. Run tailor on it once, to bootstrap the project:: 
Note: See TracChangeset for help on using the changeset viewer.