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


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

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/Obsolete/OldWebPageInstructions

    v1 v2  
    11[https://sourceforge.net/projects/sasview/?source=directory | SasView] is the new name for SansView 
     2 
     3Check out web pages from from svn.code.sf.net/p/sasview/code/web.  This can be done with 
     4 * Eclipse 
     5 * svn (like tortoiseSVN for example) then do  
     6{{{ 
     7svn co  https://svn.code.sf.net/p/sasview/code/web 
     8}}} 
     9 - this will require having valid credentials.  In principle this is not required for check out but will make checking in much simpler. 
     10 
     11Once the changes are made the changes must be checked back in (this requires having write access).  It can be done either with 
     12 * 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) 
     14 
     15Finally you need to log into the sasview.org machine which currently is at danse.chem.utk.edu 
     16then go to directory where the web pages resides: /var/www/sasview.  Finally update the copy using  
     17{{{ 
     18svn update 
     19}}}