I'm looking for a way to read a directory structure into a script and output it into a config file. Basically read the current directory and all subdirectories and keep a list of what files are in it. The end result is a config file that I can store with a project that I can use to run a "stock" cvs checkout script that'll checkout the files and folders (and directory structure) associated with a project.
Nutshell: I'd like to generate the directory tree and stuff it into a textfile. Thanks!