Reputation: 1822
I commit my Play 2.0 application to my repository and it appends numbers to my folders and files once committed. Is this normal? What can I do to prevent this?
Like this:
Scala Project 1
.settings 2
app 2
conf 2
etc.
Thanks
Upvotes: 0
Views: 38
Reputation: 692231
It's probably the last revision of the file or folder loaded in the workspace. You can configure these label decorations under Window - Preferences - Team - SVN - Label decorations.
Upvotes: 1
Reputation: 2115
The numbers appended to the filenames in Eclipse are the current revision numbers of each of the files in Subversion.
Upvotes: 0