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.
Greetings! We are doing our migration of CVSNT 2.0.8 to 2.0.62 (on Windows server 2000) and we are almost finished! Weeee. Well, we do have some problems but we are getting through one at the time. One of the last problem left that is still bugging me is the script to run in the loginfo file under the CVSROOT folder. On our old server (running 2.0.8) we currently have this line configured in the loginfo file: DEFAULT (echo %s) >> \\OLD-SERVER\cvs_logs\CommitLog.txt Of course putting that line in our loginfo file on the new server gave us a couple of problems with the escape character. Fine, I can write the script a little bit differently, here's what we put in our loginfo file on our 2.0.62 CVSNT server: DEFAULT (echo %s) >> cvs_logs/CommitLog.txt When we create a new project, the project will be created but we will get an error because the script is not able to run properly : Script execution failed - path of the new project cvs.exe add: warning: unrecognized response - script execution failed - path of the new project. We tried a couple of different variations for the line to configure in the loginfo file and we always get this error message. Has the standard for the loginfo changed or are we just to ignorant to see what is missing in the loginfo file for running a simple echo command that will put the result in a txt file? Even trying to run a simple dir of the drive (from the loginfo) and putting the results in a txt file give us the same error message. We don't have any permission problem so far, all folders got everyone full access at the moment (repository and the direcotry of the logs). Any advices or suggestions? Thx! Alex Vanier