The only file that I usually change as part of network changes is the .conf file inside the /etc/httpd/conf.d/ directory which usually is not a svn file. In this case I didn’t not even have to change that since it had no IP references inside it. I am not aware of any other changes.
[root@www conf.d]# ls -ld /etc/httpd/conf.d/www.macports.org.conf -rw-r--r--. 1 root root 8783 Mar 3 14:57 /etc/httpd/conf.d/www.macports.org.conf [root@www conf.d]# svn diff /etc/httpd/conf.d/www.macports.org.conf svn: '/etc/httpd/conf.d/www.macports.org.conf' is not a working copy [root@www conf.d]# Shree On Mar 17, 2014, at 4:18 PM, Ryan Schmidt <[email protected]> wrote: > Ok, I’ve committed that in r117979 > > Are there any other changes, i.e. outside of the includes directory? > > > On Mar 17, 2014, at 17:13, Shreeraj Karulkar <[email protected]> wrote: > >> If its not this please let me know, I’ll be more than happy to give you more >> info. >> ————— >> [root@www includes]# pwd >> /var/www/html/includes >> [root@www includes]# ls >> AcceptAbstract.class.php AcceptEncoding.class.php AcceptMime.class.php >> footer.inc warnings.inc >> AcceptCharset.class.php AcceptLanguage.class.php common.inc >> header.inc >> [root@www includes]# svn diff common.inc >> Index: common.inc >> =================================================================== >> --- common.inc (revision 114267) >> +++ common.inc (working copy) >> @@ -34,10 +34,10 @@ >> ##################################################################### >> >> # Ports database connection parameters: >> -$portsdb_host = 'localhost'; >> +$portsdb_host = 'data.macports.org'; >> $portsdb_name = 'macports'; >> $portsdb_user = 'macports'; >> -$portsdb_passwd = >> trim(file_get_contents('/opt/local/share/macports/resources/portmgr/script_data')); >> +$portsdb_passwd = trim(file_get_contents('/var/www/script_data')); >> >> >> ###################################################################### >> [root@www includes]# >> >> >> ---------------- >> >> >> On Mar 17, 2014, at 3:06 PM, Ryan Schmidt <[email protected]> wrote: >> >>> In the Subversion repository, our common.inc says the host is localhost: >>> >>> http://trac.macports.org/browser/trunk/www/includes/common.inc#L34 >>> >>> On the actual web server, you’ve told me common.inc says the host is >>> data.macports.org. There should not be any differences between the files in >>> the repository and the files on the web server, so I’m hoping you can run >>> “svn diff” in the www folder on the web server and send me the result so >>> that I can commit it to the repository so that there won’t be any >>> differences anymore. >>> > _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
