Chris Zhu wrote: > > I use "wx reset prototype_com" to reset file from parent workspace, > but the problem appears after checkin. > So it seems there must be something wrong with the prototype_com in > the parent workspace, checking from the s.prototype_com, it should be > version 1.1 for prototype_com in parent workspace, but it appeared as > 1.2 in the file. > I can't do anything for the parent workspace, so I update the > prototype_com to version 1.3 which make the webrev looks fine.
The goal is not to hide the problem to make the webrev look fine, the goal is fixing the underlying isse. I took a look at a freshly checked out sfw workspace and the problem is that the file has a hardcoded ident line with "1.2", so it's never going to change. Delete that line and replace it with the template #ident "%Z%%M% %I% %E% SMI" and check the file back in, that should fix it. Then reset the comments again via wx. -- Jyri J. Virkki - jyri.virkki at sun.com - Sun Microsystems
