Posts: 488
Name: Chip Johns
Location: Savannah Georgia
|
Probably a little late for you now JC1520 but you are learning something that we all have learned. How to deal with version control. When ever you get your site, or even a page to a certain point it is time to save it as a back up. Many times even if we are only working on a small part of a site, it can be a good idea to save the entire site as a version that we can revert back to.
Come up with a version control that you are comfortable with. The date us usually a good thing to include in your naming system, Then add something to further this.
Example: I start working on a new site. I have a lot of it created and start making site wide changes or even specific page changes. I will usually back up the entire site by renaming it and saving a new copy to work with.
mysite.com-2006.11.06a
mysite.com-2006.11.06b
mysite.com-2006.11.06c
mysite.com-2006.11.06c.1
mysite.com-2006.11.07a
mysite.com-2006.11.07b
etc, etc.
These are names that I give to the folder that holds the entire site. it may seem like overkill, but if you do this you will keep yourself from recreating a lot of work in a years time. That is for sure.
--
A side point: As good as I am at version control even I  make mistakes and mess up files. The other day this happened. I lost the original home page to a client's site. The work that I lost would cost me an entire day's work and I didn't have the original anywhere due to a need to restore my laptop and not realizing that my desktop did not have a version newer than one year old.
I was really in deep water as I couldn't even remember the specifics of the page. Not only for semantics sake but the page was a page that I worked hard at getting to rank very well and my client relied on traffic from google.
Google...! Yes, google saved me... I went to google and pulled up their cached version of the page. There it was just as it should be. I saved it, added the link that I needed to add, and we were back in business..! It was only an hour from the time I overwrote the original file with the out of date replacement, and Google hadn't spiddered the site to reset their cache.
Just thought I'd pass it on... Google saved the day..!
|