No need to. I wanted to set up a svnpubsub job that pushes those to the webservers instantly as soon as someone commits.
Uli Am 20.11.2010 um 00:04 schrieb Howard Lewis Ship <[email protected]>: > At some point, I'll change my cron job to execute a script that does the > rsync, but also pulls a few resources out of SVN (style.css, > archetype-catalog.xml) and push those into /www/tapestry.apache.org as well. > We can then change the export template to refrence the copied file, not pull > directly from SVN. > > On Fri, Nov 19, 2010 at 2:15 PM, <[email protected]> wrote: > >> Author: uli >> Date: Fri Nov 19 22:15:12 2010 >> New Revision: 1037052 >> >> URL: http://svn.apache.org/viewvc?rev=1037052&view=rev >> Log: >> change text color >> >> Modified: >> tapestry/tapestry-site/branches/post-5.2-site/styles/style.css >> >> Modified: tapestry/tapestry-site/branches/post-5.2-site/styles/style.css >> URL: >> http://svn.apache.org/viewvc/tapestry/tapestry-site/branches/post-5.2-site/styles/style.css?rev=1037052&r1=1037051&r2=1037052&view=diff >> >> ============================================================================== >> --- tapestry/tapestry-site/branches/post-5.2-site/styles/style.css >> (original) >> +++ tapestry/tapestry-site/branches/post-5.2-site/styles/style.css Fri Nov >> 19 22:15:12 2010 >> @@ -166,7 +166,7 @@ a img { text-decoration: none;} >> display: none; >> } >> >> -#breadcrumbs { clear:both; font-size:18px; background-color:#eeeeee; >> font-family: Georgia, serif; padding:15px 30px; margin:15px 0px; } >> +#breadcrumbs { clear:both; font-size:18px; color: black; >> background-color:#eeeeee; font-family: Georgia, serif; padding:15px 30px; >> margin:15px 0px; } >> #breadcrumbs a { color: #569D2F; text-decoration:none; } >> >> #footer { >> >> >> > > > -- > Howard M. Lewis Ship > > Creator of Apache Tapestry > > The source for Tapestry training, mentoring and support. Contact me to learn > how I can get you up and productive in Tapestry fast! > > (971) 678-5210 > http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
