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.
Aaron Kynaston wrote: > I just upgraded my cvs client, and now every time I do a commit into my > local repository, I get this: > > Checking in PurchaseList.txt; > c:\z\repository/asdf/PurchaseList.txt,v <-- PurchaseList.txt > new revision: 1.4; previous revision: 1.3 > done > cvs commit: internal error: repository (c:/z/repository/asdf) doesn't > begin with root (c:\z\repository) > > Could it just be a string comparison not looking at the slashes right? > Thoughts? Yes there's a string comparison where there should be a filename comparison. The warning is harmless (and I think only affects local repositories)... if it annoys you you could use the ChangeRoot macro in WinCVS to change everything to forward slashes. I'll fix it in the next service release. Tony