After I overwrote another 2 hours work of CSS styling last week, I’ve started to think that I could do with some sort of version control.
I’m working on a site and my set up is as follows:
My work is split between using a windows PC at the office, combined with using a Macbook to develop the same site. ( Guess which I prefer?)
Anyway, this kind of rules out having 2 separate local environments, and added to this is the fact that the website is sitting on shared hosting, so I think it also rules out having Subversion installed(?) I’m not able to ssh.
Using straight FTP, I know I should remember to get the latest version of the file from the remote server everytime I work on it, but when I do forget, it costs me time, and occasionally I do forget 😊
Can anyone suggest a better workflow for this setup, that includes some form of version control? ‘IF ONLY’ I could have rolled back my changes…
Thanks