SVN switch between trunk, branches and tags

As the latest trunk of wordpress broke my blog I had to switch to the latest tag and was looking for a way to do that without checking out a new directory and changing my configuration and so on.

See information about the actual working directory:

svn info

Switch to another tag or branch (or back to trunk):

svn switch http://url_to_wanted_trunk_tag_or_branch

Leave a Comment