views:

30

answers:

3

A very basic question. What does the numbers shown in each node of the SVN Eclipse Plugin shows? I started using SVN recently only. Am seeing a number corresponding to each node.

+2  A: 

I believe they are the revision numbers for each node.

cjstehno
A: 

If you're using Subclipse and talking about numbers such as those visible here: Eclipse screenshot Then those are the revision numbers of each node shown.

unwind
+1  A: 

Those are the revision numbers of the last commit that affected that node.
See also this explanation of the concept of the "Mixed revisions working copy": http://svnbook.red-bean.com/nightly/en/svn.basic.in-action.html#svn.basic.in-action.mixedrevs

Davide Gualano