Link to home
Start Free TrialLog in
Avatar of rgb192
rgb192Flag for United States of America

asked on

version control to iis7

add version control (subversion or other)
to iis7 windows server 2008  php5.2.17

should this be added to windows folder to php code editor
ASKER CERTIFIED SOLUTION
Avatar of Eddie Shipman
Eddie Shipman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rgb192

ASKER

but my development and production are on the same folder on the same folder
so what do you think I should do
That is a rather idiotic thing to do. What if you want to add a feature to your site and all the parts aren't finished at the end of the day?
My suggestion is to immediately make a copy of your source in another directory and set your source control to that directory. If you want to push up incomplete code, then at least you are working on a copy.

To further suggest, setup a directory off your webroot for testing your changes, too.
Avatar of rgb192

ASKER

if I separate the production folder and the development folder

how to move the production to development folder when it is finished

but alot of my changes are small such as changing the year on a copywrite date from 2010 to 2011 which I would just do on the production folder (if easier)
You don't know how to copy files?
Avatar of rgb192

ASKER

This works.  Thanks