adding any new .h workfiles to my PVCS project does not comment out the description of the changes with two forward slashes.
All other file extensions .cpp, .cs, .hpp work correctly.
I'm using Version Manager Services 8.6.3.0 build 421 on a Windows 10 Professional PC
My test file (header.h) only has the following two lines in it.
//This is a header.h test
//$Log: $
After adding the workfile and then viewing the file or getting out of PVCS returns the following.
//This is a header.h test
//$Log: K:/Longitude/Soft_Eng/archives/Host/Source/TX6UL/WEC2013MC_K3/include/Header1.h-arc $
*
* Rev 1.1 Jan 07 2025 13:33:38 bmatsas
*Initial revision.
Where are these asterisks coming from? They should have // instead. Hummm