Difference between revisions of "Prepare site CVS"

From GLMWiki
Jump to: navigation, search
Line 1: Line 1:
 
Move prototype folder to WebClient on Aserv2
 
Move prototype folder to WebClient on Aserv2
[ ] prototype
+
*[ ] prototype
  
 
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
 
+
*[ ] Resource.frk files
[ ] CVS folders
+
*[ ] .DS_Store files
 
+
*[ ] mack files begining with ._filename
[ ] Resource.frk files
+
*[ ] admin_setup.php and setup_log.txt files
 
+
[ ] .DS_Store files
+
 
+
[ ] mack files begining with ._filename
+
 
+
[ ] admin_setup.php and setup_log.txt files
+
  
  
Line 20: Line 14:
 
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
 
+
*[ ] uploads
[ ] images/original images/resized images/midsized images/thumb
+
 
+
[ ] 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:24, 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/.