1

I'm trying the integrated Zend Studio Subversion features.

I'm searching for a way to see what have been updated when I run a "svn up". In tortoise, when I update, I can see what files arrived and double click on one to see what changed.

There is nothing in the console view.

Thank you for answers, see you !

Nicolas Thery
  • 2,319
  • 4
  • 26
  • 36

1 Answers1

1

You need to enable Console output apparently.

In the toolbar select Window -> Preferences.

In preferences, select Team -> SVN -> Console.

In the Show console automatically, select On output.

Click OK.

After that you will be able to see what has changed upon SVN update in the SVN Console.

Shift + Alt + Q C and then select the SVN Console.

smottt
  • 3,272
  • 11
  • 37
  • 44