I have two freelancers working for me right now and I am using Freelancer.com where you simply send code back and forth by zipping it and using their proprietary messaging system which is clunky.
I would rather use another solution where you can have code related to specific clients and store it permanently online. Like a CRM bred with a good repository. Do you know of any products like this?
BitBucket gets my recommendation. Unlimited Free private GIT or Mercurial repos as long as 5 or less users are allowed access to any given repo. If you are hiring programmers from the Open Source world GIT is probably the Source Control you'll want to use though BitBucket does not provide free Bug-Tracking tools.
Either TFS online or Bitbucket are good options. Both of them are free to use. I use TFS because it is the best of breed among the free project management options that link to code directly, and because I'm a .NET developer it is the most integrated with my platform.
Alot of it depends on the code base you are programming in though. I prefer to use TFS for .NET projects because then I can have my project management and code base together, and in .NET the programmers can link specific task items to code changes checked in to the central repository.
TFS online now has Git repository capabilities, along with their more centralized proprietary change tracking technology, so it is pretty open.
Bitbucket is Git/Mercurial based, but it is free and open. I haven't enjoyed tracking project completion through them though. It isn't really part of their UX.
How about TFS Online? http://tfs.visualstudio.com/ Free for less than 5 users (and for a short time free for even more than 5 users).