1

I'm using Eclipse with TortoiseSVN. What is the difference between

  1. I syncronize the project and "Update" on each file
  2. click on the project and use Team > "Update to head"

If I create tag o other job, It's not the same activities of update.

nitind
  • 19,089
  • 4
  • 34
  • 43

1 Answers1

2

Basically your first example updates just the files you have touched in your project or "view". In the second example your Team Update to Head revision will update the entire project from the top down, all files and folders and provide a Uniform revision number.

This post will explain it better. Mark Phippard on SVN

Community
  • 1
  • 1
apesa
  • 12,163
  • 6
  • 38
  • 43