don't trim "RCS" that is part of longer dir name
authorNathan Stratton Treadway <nathanst@ontko.com>
Mon, 27 Aug 2012 19:12:46 +0000 (15:12 -0400)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 27 Aug 2012 21:46:59 +0000 (23:46 +0200)
commit96e602064dcf6158f5dba681bfa1b7fe7896ba17
treefb22bae7e7af0ce27ccf8d59b5b7e4324595e428
parent8c719cde323fc19957048bedfcdc683e95b7c5f7
don't trim "RCS" that is part of longer dir name

When a directory is specified on the command line and the program
is converting the names of the input files being processed into output
filenames, don't strip "RCS" off the end unless that's the full name of
the final directory in the input path.

(Before this fix, an input file named something like
"from_RCS/sourcefile,v" have produced an output path of
"from_/sourcefile".)
rcs-fast-export.rb