Is it possible to get all revisions of a project copied onto my local machine? Basically, what I'd like is to be able to pull projects W, X, Y, and Z out of a remote SVN repository and have access to them on my computer, ideally in a locally running copy of SVN. Ideally I'd like to do this using a GUI tool of some sort because my unix skills are limited and I don't have ready access to a *nix box at work.
I don't have direct access to the server in question, so I'm limited to methods that can be done on a snv client machine.
My first goal is to have a backup of the code before the server it's on is shut down. I have that in a basic form just from doing a checkout, but I'd like to maintain the change history if possible. Being able to maintain a sync as long as the server is up would be useful as well, but because any additional edits to the code aren't particularly likely to occur at this point is a lower priority objective.