Changes between Version 3 and Version 4 of Trac Repository
- Timestamp:
- 04/19/13 13:06:54 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Trac Repository
v3 v4 32 32 1. <User Home Directory>/<respository directory>$ svn ci [-m"''description''"] 33 33 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 .. 35 35 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>/ ) 36 36 2. For any file that has changed under /opt/tomcat/webapps/idp, jar the idp directory into idp.war ( jar cvf idp.war idp ) 37 37 3. Copy the tar/jar to hanin to be extracted when the machines have been switched. 38 38 39 40 NOTE: 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