Difference between revisions of "Prepare site CVS"

From GLMWiki
Jump to: navigation, search
(New page: Move prototype folder to WebClient on Aserv2 [ ] prototype Remove Junk files and folders [ ] any file folder with DELETE in name [ ] CVS folders [ ] Resource.frk files [ ] .DS_Store files...)
 
Line 3: Line 3:
  
 
Remove Junk files and folders
 
Remove Junk files and folders
 +
 
[ ] any file folder with DELETE in name
 
[ ] any file folder with DELETE in name
 +
 
[ ] CVS folders
 
[ ] CVS folders
 +
 
[ ] Resource.frk files
 
[ ] Resource.frk files
 +
 
[ ] .DS_Store files
 
[ ] .DS_Store files
 +
 
[ ] mack files begining with ._filename
 
[ ] mack files begining with ._filename
 +
 
[ ] admin_setup.php and setup_log.txt files
 
[ ] admin_setup.php and setup_log.txt files
 +
  
  
 
Create / Verify that .cvsignore files are placed to prevent unwanted files folders from getting into CVS
 
Create / Verify that .cvsignore files are placed to prevent unwanted files folders from getting into CVS
 +
 
[ ] images/ht_images
 
[ ] images/ht_images
 +
 
[ ] images/members_*
 
[ ] images/members_*
 +
 
[ ] images/original images/resized images/midsized images/thumb
 
[ ] images/original images/resized images/midsized images/thumb
 +
 
[ ] uploads
 
[ ] uploads
 +
  
 
Import site into CVS
 
Import site into CVS
 +
 
[ ] cvs import -m "new site" prod/www.sitename.com glm start
 
[ ] cvs import -m "new site" prod/www.sitename.com glm start
 +
  
 
Move original copy to webdev directory
 
Move original copy to webdev directory
 +
 
[ ] mv www.sitename.com webdev/.
 
[ ] mv www.sitename.com webdev/.

Revision as of 12:23, 27 May 2009

Move prototype folder to WebClient on Aserv2 [ ] prototype

Remove Junk files and folders

[ ] any file folder with DELETE in name

[ ] CVS folders

[ ] Resource.frk files

[ ] .DS_Store files

[ ] mack files begining with ._filename

[ ] admin_setup.php and setup_log.txt files


Create / Verify that .cvsignore files are placed to prevent unwanted files folders from getting into CVS

[ ] images/ht_images

[ ] images/members_*

[ ] images/original images/resized images/midsized images/thumb

[ ] uploads


Import site into CVS

[ ] cvs import -m "new site" prod/www.sitename.com glm start


Move original copy to webdev directory

[ ] mv www.sitename.com webdev/.