Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
r3033 & r3034
Updated my first site from 4.0.6 to 4.07 today and came across the Some Textpattern files have been modified: issue.
I looked in SVN and saw that it was fixed, so I did a directory compare from SVN against the zipped release so I could create a new release folder to use to update subsequent sites. Every file came back as different, I was doing a byte by byte comparison since the dates were off.
In the release files:
$HeadURL: https://textpattern.googlecode.com/svn/releases/4.0.7/source/textpattern/include/txp_auth.php $
In the SVN release directory:
$HeadURL: http://textpattern.googlecode.com/svn/releases/4.0.7/source/textpattern/include/txp_auth.php $
Why does the release use https:// and SVN has http:// ?
I downloaded the 4.0.7 release zip again, r3033 & r3034 were included, thanks.
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
Re: r3033 & r3034
I’ll try to lighten the thicket…
https
vs. http
access to the repository is a Google Code specificum. You have to use https
for commits, so the devs access the repo via https
. This is why there’s a reference to https://textpattern.googlecode.com/svn/releases/...
in the checked-out release sources.
Checking out via http
leaves the alternate $HeadURL
references in the source. This in turn renders all checksums invalid. Bad, as we haven’t thought of this side effect when we wrote the checkout instructions.
Offline
Re: r3033 & r3034
Thanks for the instructions.
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
Pages: 1