eclipse development code - the method of displaying the modification time and submitting the author of the file under SVN

During development, if the eclipse project file does not display the time and author, it is not what the developer wants to see. What everyone cares most about is who submitted the last version of a certain file and when it was submitted.

1. The situation in the picture may appear in the project, which is not what we want, only the version number

Second, the following is the method to set the submission time and version number

1. Open the preferences under the window

.

2. Select Text Decorations under Label Decorations under SVN, and open the file configuration

3. Uncheck the name and revision, check the date and author, and then ok all the way, refresh your project, if it hasn't come out yet, there is one last step left, look down

4. Check your SVN, then OK

Guess you like

Origin blog.csdn.net/u010919402/article/details/128784901