I would like to export a submodule that includes subdirectories into the
current working directory, but not have CVS create the leading path from the
repository.
Example:
cvs export -r HEAD Project/SubProject/Stuff I want
The problem is that from my current working directory all the files and
directories exported into my current working directory begin with
Project/SubProject. Rather,
I want my current working directory to start files and directories in "Stuff
I want"
There must be an something obvious that I'm overlooking. I've experimented
with -N and -d, but can't seem to figure out exactly how it works. How
should it be done?
TIA,
Chris