Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1.  
  2. $ ls -l
  3. total 16
  4. drwxrwxr-x 6 hf hf 4096 Jan 5 14:56 all/
  5. drwxrwxr-x 3 hf hf 4096 Feb 17 10:36 hf.org/
  6. drwxrwxr-x 4 hf hf 4096 Feb 17 09:06 default/
  7. drwxrwxr-x 3 hf hf 4096 Jan 26 11:23 hf-stage.host/
  8. $ ln -s hf.org hf-prod.host
  9. $ svn status
  10. ? hf-prod.host
  11. D permcopy.sh
  12. M all/themes/hf/js/ga.js
  13. M all/themes/hf/page-front.tpl.php
  14. M all/themes/hf/page.tpl.php
  15. $ svn add hf-prod.host
  16. A hf-prod.host
  17. $ ls
  18. all/ hf.org/ default/ hf-prod.host@ hf-stage.host/
  19. $ cd ..
  20. [hf@lmnop drupal]$ svn ci hf-prod.host -m "post production deployment tweaks"
  21. svn: Commit failed (details follow):
  22. svn: '/var/www/drupal/hf-prod.host' is not under version control
  23. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement