Changes between Version 2 and Version 3 of DevNotes/Obsolete/OldWebPageInstructions


Ignore:
Timestamp:
Apr 6, 2013 12:11:08 PM (11 years ago)
Author:
butlerpd
Comment:

moved commands to code block

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/Obsolete/OldWebPageInstructions

    v2 v3  
    33Check out web pages from from svn.code.sf.net/p/sasview/code/web.  This can be done with 
    44 * Eclipse 
    5  * svn (like tortoiseSVN for example) then do  
     5 * svn (like tortoiseSVN for example) - this will require having valid credentials.  In principle this is not required for check out but will make checking in much simpler. for this type: 
    66{{{ 
    77svn co  https://svn.code.sf.net/p/sasview/code/web 
    88}}} 
    9  - this will require having valid credentials.  In principle this is not required for check out but will make checking in much simpler. 
     9  
    1010 
    1111Once the changes are made the changes must be checked back in (this requires having write access).  It can be done either with 
    1212 * Eclipse 
    13  * svn ci (svn info will give you information about the working copy -- it will autimatically commit back to where it was checked out from) 
     13 * svn using the update command (svn info will give you information about the working copy) -- the following will automatically commit back to where it was checked out from) 
     14{{{ 
     15svn ci 
     16}}} 
    1417 
    1518Finally you need to log into the sasview.org machine which currently is at danse.chem.utk.edu 
    16 then go to directory where the web pages resides: /var/www/sasview. Finally update the copy using  
     19then go to directory where the web pages resides and the update the local copy from the repository. Finally update the copy using  
    1720{{{ 
     21cd /var/www/sasview 
    1822svn update 
    1923}}}