When you do the svnadmin dump, can you dump it to a single file, its easier to import that way. For example:
svnadmin dump /var/svn/hal/ > /User/User/svn-hal.dump

Technical notes, and other ideas.
When you do the svnadmin dump, can you dump it to a single file, its easier to import that way. For example:
svnadmin dump /var/svn/hal/ > /User/User/svn-hal.dump
grep -ir "/secure" * | grep -v ".svn"
Did not work very well:
grep --exclude=".svn" -ir "SEARCH-STRING" *
Fairly straight forward process
You can show the SQL being generated in the log file by setting the showSql parameter to true in hal-web/src/main/webapp/WEB-INF/config/spring/spring/webapp-jpa.xml, line 31. You’ll need to rebuild the application and restart it after changing this parameter.
Example:
bash prep.sh | egrep -i "(success|failure)"
You can use a Linux logrotate command for log file maintenance [pdf].
Refer: http://linuxers.org/howto/howto-use-logrotate-manage-log-files
How to manually deploy an EAR that is already been pushed to a jBoss server:
As root:
service jboss stop
cd /home/hudson/deployer-tmp/
rm -Rf /var/lib/jbossas/server/$(uname -n)/deploy/hal_webapp.ear
cp hal_webapp.ear /var/lib/jbossas/server/$(uname -n)/deploy/
chown jboss.jboss /var/lib/jbossas/server/$(uname -n)/deploy/hal_webapp.ear
chmod 644 /var/lib/jbossas/server/$(uname -n)/deploy/hal_webapp.ear
service jboss start
And the new dist list for web:
haldistlistwebbuildnotify@hollandamerica.com, haldistlistisunix@hollandamerica.com, haldistlistitwebsiteteam@hollandamerica.com
- Donald Tripp dtripp@hollandamerica.com
Also, as a matter of practice the DBA’s have asked us to add the following items to our SQL scripts:
Set echo on
There is an example script right now for the 12.50 deploy too:
http://halpjira01:8080/secure/attachment/17446/promo_sql.txt
Example Section:
set echo on;
alter session set current_schema=WEB_OWNER;
<body of trigger would be here, etc.>
/
commit;
Please see attachment: Finding memory leaks with chrome.pdf
This can work with the new jQuery plug-in. Please see type-ahead-2011.zip