- Oct 24, 2000
- 17,254
- 44
- 91
I've got three environments setup for development of my PHP app.
Here's how I do things currently:
1) Synchronize with my head revision from the SVN server to my local hard drive copy (with Subclipse)
2) Make changes to my local copy (Eclipse PDT), upload those to the test environment (Normal SFTP Prog).
3) Once changes are tested and working, I'll commit my changes to the SVN repository (with Subclipse) and then upload those changes manually to the production environment (Normal SFTP Prog).
I'd like to, if possible, remove the manual process of uploading files to the test/prod environments with my normal SFTP app, and do it all through Eclipse to avoid potentially missing files in the manual process (as Eclipse is nice enough to flag items that change for me)
Basically I'd like something like this:
1) Synchronize with my head revision from the SVN server to test environment (with Subclipse)
2) Make changes on the test environment (with Eclipse PDT)
3) Once tested and working, Commit my changes to the SVN repository and also upload them to the production environment (Maybe a combo of Subclipse / Other Plugin)
Any ideas or solutions?
Here's how I do things currently:
1) Synchronize with my head revision from the SVN server to my local hard drive copy (with Subclipse)
2) Make changes to my local copy (Eclipse PDT), upload those to the test environment (Normal SFTP Prog).
3) Once changes are tested and working, I'll commit my changes to the SVN repository (with Subclipse) and then upload those changes manually to the production environment (Normal SFTP Prog).
I'd like to, if possible, remove the manual process of uploading files to the test/prod environments with my normal SFTP app, and do it all through Eclipse to avoid potentially missing files in the manual process (as Eclipse is nice enough to flag items that change for me)
Basically I'd like something like this:
1) Synchronize with my head revision from the SVN server to test environment (with Subclipse)
2) Make changes on the test environment (with Eclipse PDT)
3) Once tested and working, Commit my changes to the SVN repository and also upload them to the production environment (Maybe a combo of Subclipse / Other Plugin)
Any ideas or solutions?