Subversion client 1.4 available 6
For those of you using the Subversion client, you should think about upgrading to 1.4 if you have an earlier version. I just realized I had 1.3 and upgraded both of my boxes.
To check which version of Subversion you have, go to a command prompt and type:
svn help
and it will display which version of the client you're running (and all the command options, etc.)
Read the release notes and the list of changes .
Note that if you upgrade to 1.4 everyone else on your team must upgrade also, because 1.4 has a breaking change to the working copy format. So if you start using 1.4 and then you commit a change to a file, the other developers on the team will need to upgrade before they can work with that file.
TortoiseSVN also has a correspoding 1.4 release, so if you're using TortoiseSVN, you can just upgrade your version of Tortoise and it will install the latest Subversion client for you. Read the latest Tortoise release.


