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 <skarul...@apple.com> 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 <ryandes...@macports.org> 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
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to