Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Greg Norris wrote: > I recently installed Wincvs 2.0.0.2 (build2) and the new version of > cvsnt along with it. It all works fine except..We now get the following > when commiting or tagging a file.. > > cvs -z9 tag -- PATCH_770 dbo.rep_int_poll_afile.PRC (in directory > C:\Documents and Settings\me\My > Documents\patches_1\ReportGateway\Procs\) > Unknown escape character '\P' ignored. > Unknown escape character '\C' ignored. > Unknown escape character '\C' ignored. > Script execution failed Your *info scripts (in CVSROOT within your repository) aren't using the 'new' required escaping method. You need to either replace \ with / (as in paths c:/foo/bar/blah) or with \\ (c:\\foo\\bar\\blah). -- Glen Starrett