Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

[09:47:11 CST(-0600)] <EricDalquist> morning all
[12:30:28 CST(-0600)] * esm (n=esm@clue.mse.jhu.edu) has joined ##uportal
[12:39:14 CST(-0600)] <lescour> hey guys
[12:39:32 CST(-0600)] <EricDalquist> hello
[12:40:51 CST(-0600)] <esm> hullo !@#
[12:43:30 CST(-0600)] <esm> i have to replicate apache configurations across a set of machines...
[12:43:39 CST(-0600)] <esm> i think i'm just going to put the hole ball of wax in subversion
[12:43:51 CST(-0600)] <EricDalquist> thats what we do
[12:43:57 CST(-0600)] <EricDalquist> our apache configs are in cvs
[12:44:06 CST(-0600)] <EricDalquist> and can be 'built' for the environment
[12:44:12 CST(-0600)] <EricDalquist> handy when you have a 8 machine cluster
[12:44:20 CST(-0600)] <esm> you mean like config.status files?
[12:44:37 CST(-0600)] <esm> and you check them out and complile apache
[12:44:47 CST(-0600)] <esm> or you have httpd.conf in subversion?
[12:45:04 CST(-0600)] <EricDalquist> httpd.conf
[12:45:17 CST(-0600)] <esm> ok yeah I'm going to put the entire apache build in there (wink)
[12:45:21 CST(-0600)] <EricDalquist> with the few env specific things branched just for that env
[12:45:23 CST(-0600)] <EricDalquist> ah
[12:45:53 CST(-0600)] <esm> that way I don't have to mess with cd'ing into each directory and sucking out the file - or wirting a shell script to do itl.
[12:46:00 CST(-0600)] <esm> it'll just be an svn up or svn co
[12:46:05 CST(-0600)] <esm> and just suck it all down
[12:46:19 CST(-0600)] <esm> sigh
[12:46:32 CST(-0600)] <esm> i just got our loadbalancers up
[12:46:51 CST(-0600)] <esm> so we have two boxes behind it, and I can already seeing this being an issue so i wanna nip it in the bud
[12:47:35 CST(-0600)] <EricDalquist> (smile)
[12:49:12 CST(-0600)] <esm> http://developer.ja-sig.org/source/browse/~raw,r=11801/jasigsvn/up3/branches/maven2-integration/pom.xml
[12:49:29 CST(-0600)] <esm> that's as far as I had gotten on the m2 branch
[12:49:55 CST(-0600)] <EricDalquist> uhg ... so I'm doing a revert to fix this rename problem
[12:50:09 CST(-0600)] <EricDalquist> but the svn eclipse plugin is doing the revert file by file
[12:50:14 CST(-0600)] <EricDalquist> so it is taking FOREVER
[12:50:33 CST(-0600)] <esm> how else would it do it?