-----Original Message----- From: Brian Kowald [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 6:40 PM To: CVS-Info List - Post Subject: Filenames with spaces
>I added a filename with spaces in it to a repository. This is the log from >the ouput window: [SNIP] >I received 3 emails instead of one. Is this a problem with my email script? No. It's a problem with your file name. rlog expects a repository location and a list of files *separated by spaces*. So rlog received a repository and three "words" separated by spaces. Please, don't use spaces in the name of files controlled by CVS or even CVSNT, so you'll don't get in trouble. The files will be stored in your repository but server side scripts won't run correctly and no logging will be done correctly by CVSNT and specially by CVS. >Brian Xandao. _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
