Changes between Version 3 and Version 4 of Trac Repository


Ignore:
Timestamp:
04/19/13 13:06:54 (12 years ago)
Author:
lttoth@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Trac Repository

    v3 v4  
    3232   1. <User Home Directory>/<respository directory>$ svn ci [-m"''description''"] 
    3333   2. You will be prompted for a description if you do not enter it on the command line. 
    34  * Make a tar or jar file of what has changed .. 
     34 * From the secondary IdP server, make a tar or jar file of what has changed .. 
    3535   1. For any file that has changed under /opt/shibboleth-idp, tar the directory that has the modifed file ( tar -cvf shib-<directory>.tar <directory>/ ) 
    3636   2. For any file that has changed under /opt/tomcat/webapps/idp, jar the idp directory into idp.war ( jar cvf idp.war idp )   
    3737   3. Copy the tar/jar to hanin to be extracted when the machines have been switched.   
     38   
    3839 
     40NOTE:  I will be creating ant files to create jars for both the shibboleth-idp and tomcat from the repository.  This is necessary in order to avoid including the SVN repository directories in the jar.  Both are governed /opt/shibboleth-idp files and /opt/tomcat files are managed by tomcat, include XML and JAR files and can be distributed using the jar extract command. 
     41