Todd
Todd

Reputation: 1822

SVN in Eclipse appends numbers to my directories and files

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

Answers (2)

JB Nizet
JB Nizet

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

John Haager
John Haager

Reputation: 2115

The numbers appended to the filenames in Eclipse are the current revision numbers of each of the files in Subversion.

Upvotes: 0

Related Questions