home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / NEXTSTEP / unix / developer / cvs.HOWTO.README / cvs.HOWTO / cvswrappers-HOWTO.1.1.rtfd / cvswrappers < prev    next >
Encoding:
Text File  |  1996-11-13  |  1.6 KB  |  35 lines

  1. #
  2. # This file describes wrappers and other binary files to CVS
  3. # Wrappers are the concept where directories of files are to be treated
  4. # as a single file. The intended use is to wrap up a wrapper into a single tar
  5. # such that the tar archive can be treated as a single binary file
  6. # in CVS.
  7. # To solve the problem effectively, it was also necessary to be able to
  8. # prevent rcsmerge from merging these files.
  9. #  ------------------
  10. #  Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers)
  11. #
  12. #  wildcard    [option value][option value]...
  13. #
  14. #  where option is one of
  15. #  -f        from cvs filter        value: path to filter
  16. #  -t        to cvs filter        value: path to filter
  17. #  -m        update methodology    value: MERGE or COPY
  18. #  -k        keyword expansion    value: expansion mode
  19. #
  20. #  and value is a single-quote delimited value.
  21. #
  22. #
  23.  
  24. *.nib    -k 'b' -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s'
  25. *.rtfd   -k 'b' -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s'
  26. *.draw   -k 'b' -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s'
  27. *.Mesa   -k 'b' -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s'
  28. *.diagram2 -k 'b' -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s'
  29. *.taskmaster -k 'b' -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s'
  30. *.concur -k 'b' -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s'
  31. *.nb     -k 'b' -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s'
  32. *.wub    -k 'b' -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s'
  33. *.pub    -k 'b' -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s'
  34. *.tiff   -k 'b'
  35.