in k, i can generate README of a module like this (from INSTALL):
-generate README file for textops module
make modules=modules/textops modules-readme
when i try it in sip-router, i get:
jh@taimen:/usr/src/orig/sip-router$ rm modules_k/textops/README
jh@taimen:/usr/src/orig/sip-router$ make modules=modules_k/textops modules-readme
config.mak loaded
Makefile.defs defs skipped
Makefile:350: "make TLS option is obsoleted, try TLS_HOOKS or CORE_TLS"
config.mak included
make[1]: Entering directory `/usr/src/orig/sip-router/modules_k/textops'
make[1]: Nothing to be done for `README'.
make[1]: Leaving directory `/usr/src/orig/sip-router/modules_k/textops'
i tried 'make man', but it didn't generate textops README either.
-- juha
if i delete a file and then do 'git pull', git claims that my repo is
up to date, which is not true:
jh@taimen:/usr/src/orig/sip-router$ rm modules.lst
jh@taimen:/usr/src/orig/sip-router$ git pull
jh(a)git.sip-router.org's password:
Already up-to-date.
in svn if i do 'svn update', it fetches for me the missing file.
if i try explicitly pull the missing file, i get this:
jh@taimen:/usr/src/orig/sip-router$ git pull modules.lst
fatal: 'modules.lst': unable to chdir or not a git archive
fatal: The remote end hung up unexpectedly
does anyone know how to get my repo up to date if files are missing?
-- juha