I am using a computational server (Scientific Linux) that I don't have root privileges on. I want to keep track of changes I make to my code and any forking I do.
Subversion looks like a natural fit for this but I don't think I can set it up without root privileges. Does anyone know any simple revision control scripts I can use?
Edit:
Judging by the answer, I conclude that I wasn't clear about something. I don't want to upload my code to any other server. I simply want to copy it locally to a dedicated folder (or something similar). We do an hourly backup of the data on that machine.