Quick question on using CVS on Eclipse with PHP plug-in.
Here's my directory layout:
/Sites/cvsroot
/Sites/production_folder
Everytime when I commit a file from a remote computer, the repository is updated.
I would like it to be updated in the production_folder as well, is that possible? Or do I have to manually check out the files from the repository into production_folder?
Eclipse: Can I make the production folder the repository
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Eclipse: Can I make the production folder the repository
Do you need it instantly updated or could you have cron update the production directory from CVS?
(#10850)
Re: Eclipse: Can I make the production folder the repository
It should be instantly updated so I can load the page and test it. Erm. I don't know what cron update means.
Meanwhile, I just figured out that the method I mentioned in the first post might not be the correct work-flow.
I just figured out an easier way, sort of.
1. Get the latest from repository to my local folder
2. Do the changes and commit to repository
(2b. If there are conflicts, resolve, download, then commit)
3. Upload the files from my local folder to the production folder via FTP
Meanwhile, I just figured out that the method I mentioned in the first post might not be the correct work-flow.
I just figured out an easier way, sort of.
1. Get the latest from repository to my local folder
2. Do the changes and commit to repository
(2b. If there are conflicts, resolve, download, then commit)
3. Upload the files from my local folder to the production folder via FTP