softcvs.1 1.2 KB

12345678910111213141516171819202122
  1. .\" Automatically generated by softcvs -write-bam
  2. .TH SOFTCVS 1 "27 December 2014" "1.9.0" Panda3D
  3. .SH NAME
  4. softcvs \- prepare a SoftImage database directory for adding to CVS
  5. .SH SYNOPSIS
  6. \fBsoftcvs\fR [opts]
  7. .SH DESCRIPTION
  8. softcvs is designed to prepare a directory hierarchy representing a SoftImage database for adding to CVS. First, it eliminates SoftImage's silly filename\-based versioning system by renaming versioned filenames higher than 1\-0 back to version 1\-0. Then, it rolls up all the files for each scene except the texture images into a Panda multifile, which is added to CVS; the texture images are directly added to CVS where they are.
  9. .PP
  10. The reduction of hundreds of SoftImage files per scene down to one multifile and a handle of texture images should greatly improve the update and commit times of CVS.
  11. .PP
  12. You must run this from within the root of a SoftImage database directory; e.g. the directory that contains SCENES, PICTURES, MODELS, and so on.
  13. .SH OPTIONS
  14. .TP
  15. .B \-nc
  16. Do not attempt to add newly-created files to CVS. The default is to add them.
  17. .TP
  18. .BI "\-cvs " "cvs_binary"
  19. Specify how to run the cvs program for adding newly-created files. The default is simply "cvs".
  20. .TP
  21. .B \-h
  22. Display this help page.