Joe
Joe

Reputation: 4514

subeclipse not showing same version as svn

Slight oddness going on with svn...

I checked out a repositry with subclipse inside eclipse - the history looks like this: enter image description here

But when I update on the command line, I get this:

pool188-239$svn up
At revision 1908.

Can anyone tell me why the version numbers are different for the same project?

Upvotes: 0

Views: 70

Answers (1)

Gilbert Le Blanc
Gilbert Le Blanc

Reputation: 51533

Revision 1906 is the revision where your project was last modified.

Revision 1908 is the current revision of Subversion. When you do an update on your project, the revision number returned is the current revision of Subversion.

Upvotes: 2

Related Questions