[cvsnt-dev] loginfo - add new format character S
Tony Hoyle
tony.hoyle at march-hare.com
Fri Sep 14 17:58:39 BST 2007
mati at internea.pl wrote:
> Problem is that filenames should have quotes around in case filename have
> space character.
cvsnt already automatically quotes as necessary. If you put quotes in
the filename it'd just requote them so you'd end up with the wrong
result (quote is a valid character in filenames).
%{sVv) format is identical to the way the old cvs used to send data to
scripts so is the most compatible, and the script will most likely
handle files with spaces correctly already. If you're modifying the
script for your own use try sending the filenames to the standard input
as it's more scalable (maximum command line lengths are sometimes very
short).
Tony
More information about the cvsnt-dev
mailing list