0

I'm a little new to Subclipse and just did an update on the whole project. Subclipse nicely produced the following output in the Eclipse Console window. (Never got anything like this with Subversive.) so I can guess that the A in the first column (and highlighted in yellow) indicates the file was an addition to the repository since my last update. And that the U indicates the file has been updated with no conflicts. But what does the G mean? I'm guessing it must be something important cuz it's red.

enter image description here

I found the nice list of icons on StackOverflow here but this is not icons. I'm asking about the output from the Update command.

Community
  • 1
  • 1
Nelda.techspiress
  • 643
  • 12
  • 32
  • You did read the "merged: 2" line? – Turbo J Nov 03 '16 at 15:48
  • Yes, and I could assume that the Merged and the G were related, but I didn't want to make any assumptions. Also if they were merged should I see something about that in the Team Synchronizing view? – Nelda.techspiress Nov 03 '16 at 17:07

1 Answers1

2

Those are standard svn update command statuses. G means automatically merged. See this answer for more details.

Community
  • 1
  • 1
E-Riz
  • 31,431
  • 9
  • 97
  • 134
  • Thank-you for the link. That's what I was looking for. Didn't realize it was an SVN detail. Also, if those files were merged does that appear in the Team Synchronization perspective in Eclipse? – Nelda.techspiress Nov 03 '16 at 17:12
  • Ok, I answered the Team Synchronization question myself. Yes, it does, it was just hard to find, under the Outgoing view. – Nelda.techspiress Nov 03 '16 at 17:15