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.
kmknox at aep.com wrote: > What is the capacity of the tagging function? Unlimited. > ..... > T > xxxxx/business/adaptors/xxxxx.WebServices/unitTest/xxxxx.WebServices.UnitTests/Web > References/Receipt/Receipt.wsdl > Error, CVS operation failed Are you using some kind of script on the server? They often have limits and will error out if you hit them, especially on old servers and cvshome servers, which attempt to send every filename on the command line. > Symptoms: > Right click on the folder to tag, and enter the name of the tag to put on > every file in the tree. Do it from the command line.. it's hard to diagnose what a frontend is doing. > The TortoiseCVS dialogue pops up saying: > In D:\xxxxx\suites: "C:\Program Files\TortoiseCVS\cvs.exe" "tag" "-c" > "dd-felpm-PMTest8" "xxxxx/business" > CVSROOT=:pserver:idxxxxx at server:/usr/local/oldcvs If you're sending 'tag -c' that means every file must be checked first before tagging, which will be much slower than simply tagging the file. Tony