Changes between Version 1 and Version 2 of Trac Repository
- Timestamp:
- 04/19/13 12:56:49 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Trac Repository
v1 v2 26 26 27 27 * Be sure your repository copy is up to date 28 **<User Home Directory>/<respository directory>$ svn up28 1. <User Home Directory>/<respository directory>$ svn up 29 29 * Make the changes to it and then copy it into heald 30 30 * Test the change on the secondary IdP server. 31 31 * If successful, then check in the change 32 **<User Home Directory>/<respository directory>$ svn ci [-m"''description''"]33 **You will be prompted for a description if you do not enter it on the command line.32 1. <User Home Directory>/<respository directory>$ svn ci [-m"''description''"] 33 2. You will be prompted for a description if you do not enter it on the command line. 34 34 * Make a tar or jar file of what has changed .. 35 .. 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 .. For any file that has changed under /opt/tomcat/webapps/idp, jar the idp directory into idp.war ( jar cvf idp.war idp ) ** 37 Copy the tar/jar to hanin to be extracted when the machines have been switched. 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 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 3. Copy the tar/jar to hanin to be extracted when the machines have been switched. 38