I am using TortoiseSVN/Subversion/VisualSVN to manage version control solely - I am the only developer. Being new I created the Trunk and a Branch with the branch to use as a WIP and the Trunk to make urgent bug fixes and issue releases blah blah blah ...
Now I have done my first bug fix and released it and now need to bring the few changes made in the trunk (committed) into my WIP (committed) version. The documentation for VisualSVN indicates that I need to do an Update .. to quote ..
"It often happens that while you've been working on your changes, somebody else already finished and committed their own changes to the repository. Thus it's a good idea to merge any changes into your working copy before commiting. Just choose VisualSVN | Update main menu command and all changes committed by others but not reflected in your working copy will be incorporated into your working copy."
Clicking the Update appears to do nothing. The few changes made in my Trunk are not imported into my WIP copy.
Is this a bug or am I completely misunderstanding how it's all supposed to work.