The GlotPress Trac isn’t picking up new SVN commits. It’s stuck on r745, the latest one is r746. Thanks!
Tagged: svn Toggle Comment Threads | Keyboard Shortcuts
-
Nikolay Bachiyski
-
Andrew Nacin
Can I have a new repository created, meta.svn.wordpress.org?
This will serve as a fresh, public repo for dotorg.svn. WP.org would eventually begin to leverage externals of meta, until eventually meta is the main checkout and dotorg is the extra stuff (like config, hyperdb, security, etc.). Its directory structure will ideally mimic dotorg.
-
Konstantin Kovshenin
Hi there! Can I please have a new directory called “wordcamp” in code.svn.wordpress.org together with commit access to that directory? Thanks!
-
Andrew Nacin
I went ahead and did this, but just note I think we can probably swing a new meta.svn after the holiday, which wordcamp stuff can be tossed into as well.
-
Konstantin Kovshenin
SVN all the things
thanks Andrew and Happy Holidays!
-
-
-
Andrew Nacin
We’re merging design.trac and unit-tests.trac into core.trac (but keeping separate SVN repos), taking advantage of Trac 0.12′s multi-repository support.
Everything is set up on Trac’s end, I just need two commands run:
trac-admin $ENV repository resync "tests" trac-admin $ENV repository resync "design"
… where $ENV would be the path to trac-environs/wp-core.
I then need two post-commit hooks, one on the unit-tests.svn repo, and the other on design.svn, both pointing to the wp-core environment:
trac-admin $ENV changeset added "design" $REV trac-admin $ENV changeset added "tests" $REV
-
Andrew Nacin
design.trac (which has no tickets, etc.) can be killed off with this. unit-tests.trac should remain operational, as it has existing tickets. I’ll make it read-only like what we did with WordPress MU’s Trac once this is done.
-
Andrew Nacin
I don’t *think* anything needs to change with core.svn’s post-commit hook.
Also, I am pretty sure that “design” and “tests” for the post-commit hooks can likely be their full SVN paths instead, so the same as core.svn’s post-commit hook.
I can set up svnnotify after.
-
Andrew Nacin
Done by @stankea! Including svn notify for both. (Design is now also piped to wp-svn, like tests.)
-
John James Jacoby
Awesome.
-
-
-
Peter Westwood
Please could you give me commit access to
glotpress.svn.wordpress.orgso that I can update thelocales.phpfile to include the Yorùbá language.-
Ze Fontainhas
I can take care of adding that for you. We like to see requests for new languages over on Polyglots so that we can keep track. Was this originally a request somewhere else?
-
Peter Westwood
Currently I only know of a request to add this to WordPress.com as a supported language – I didn’t want to fork the file just for us
-
Ze Fontainhas
Support for Yorùbá added. Forgot about .com. Will have more coffee next time.
-
Peter Westwood
Thanks
-
-
-
-
-
Andrew Nacin
Can lessbloat be given commit access to design.svn.wordpress.org?
-
abbe
Granted.
-
-
Andrew Nacin
Can gcorne and bpetty please be given commit to unit-tests.svn.wordpress.org?
This is unlikely to be the last access request for unit-tests.svn in the next few weeks; I would be happy to manage these to speed things up.
-
stankea
I have granted gcorne and bpetty commit access to unit-tests.svn.wordpress.org
Apologies for the delay in the request – i have been only receiving the private posts
Now subscribed by email. Now the requests should be done a lot quicker
-
-
Andrew Nacin
Some PHP files are being served off plugins.svn.wordpress.org as text/x-php instead of text/plain:
$ curl –head http://plugins.svn.wordpress.org/bbpress/tags/2.0.2/index.php
Content-Type: text/x-php$ curl –head http://plugins.svn.wordpress.org/1-flash-gallery/tags/1.2.5/addimage.php
Content-Type: text/plaintext/x-php then makes the browser serve it as a download, rather than simply displaying it.
This doesn’t look right at all: http://plugins.trac.wordpress.org/changeset?old_path=%2Fbuddypress%2Ftags%2F1.5.5&old=557590&new_path=%2Fbuddypress%2Ftags%2F1.5.6&new=557590#file24
-
Samuel "Otto" Wood
Did JJJ start using a different SVN client or something?
-
John James Jacoby
I updated Subversion in Lion to 1.7.5, and it obviously didn’t obey my .subversion/config.
How do I fix these in bulk?
-
John James Jacoby
My auto-props have always been text/x-php. Switched to text/plain going forward.
-
Peter Westwood
-
-
-
Andrew Nacin
Can we have the PHP linting done on the pre-commit hook for dotorg.svn updated to PHP 5.3 so we can use closures? Everything else should remain 5.2 as that is core’s minimum requirement, per this previous systems request.
-
Peter Westwood
I think we should stick with using the PHP version that WP requires for our lint checks.
-
Andrew Nacin
I don’t think this should need to be necessary for dotorg.
But, as @stankea said, there is a valid reason to leave as is — updating to 5.3 would affect all of the svn repos, which we don’t want. So, wontfix.
-
-
stankea
After a chat with Nacin we came to a conclusion that we’re leaving it as it is. We have to do the tests with our php version, and disabling the checks in the hook is not the best idea.
-
-
Ze Fontainhas
Re https://make.wordpress.org/systems/2012/02/15/curl-head-http-unit-tests-svn-wordpress-org/ it seems that the new validator does not like .org user names with spaces, i.e. “Sia Neriman = rw”. I was trying to commit ~/svn-access/i18n.svn.wordpress.org.
As per IRC, and since we’re not moving to redefine usernames on .org just now, could we add some kind of exception to it?
stankea 3:18 pm on April 26, 2013 Permalink | Log in to Reply
I don’t see your commit in http://glotpress.svn.wordpress.org/
When did you commit it? Where did you commit it from?
Also, what does glotpress.svn.wordpress.org resolve to from the place you commited?
Andrew Nacin 3:44 pm on April 26, 2013 Permalink | Log in to Reply
You can find r746 at http://svn.glotpress.org/.
These should be the same:
Even after the DNS is updated, I think we need to make sure that all repos in LUV are forced to read-only (or push all traffic to LAX, etc.), otherwise this could happen again via bad DNS or a host header, correct?
Andrew Nacin 4:10 pm on April 26, 2013 Permalink | Log in to Reply
Resolved by Barry.