Can I please get me commit access to https://meta.svn.wordpress.org/sites/trunk/global.wordpress.org/public_html/wp-content/ (for #471-meta and #472-meta)?
Tag Archives: svn
Can I please have commit access granted to…
Can I please have commit access granted to bbpress.svn.wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ for the username ‘netweb’?
We’ve had the Uncle Ben talk, and @matt‘s looped in and given his nod of approval.
The SVN server appears to run PHP 5.4…
The SVNSVN Apache Subversion (often abbreviated SVN, after its command name svn) is a software versioning and revision control system. Software developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly compatible successor to the widely used Concurrent Versions System (CVS). WordPress core and the wordpress.org released code are all centrally managed through SVN. https://subversion.apache.org/. server appears to run PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. http://php.net/manual/en/intro-whatis.php. 5.4 now. For most repositories (notably coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress.), we strongly benefit from pre-commit syntax checking to be PHP 5.2.
I think we need to install PHP 5.2 (old, I know) on this server. Then, a pre-commit hook can use php52 -l
as needed.
There are a select few files (in our unit tests) that use 5.3 syntax, but I can patch around that in core’s pre-commit hook.
There are other options for verifying that files can be parsed (like a continuous integration procedure), but nothing beats an immediate commit rejection.
Please give DrewAPicture rw for develop svn
Please give DrewAPicture rw for develop.svn.
Could I please have write access to http…
Could I please have write access to https://meta.svn.wordpress.org/sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types ?
I need to commit some changes to the [schedule] shortcodeShortcode A shortcode is a placeholder used within a WordPress post, page, or widget to insert a form or function generated by a plugin in a specific location on your site. for WCSF. They’d like it to go live today if possible.
ian@macenzie wc-post-types: svn ci
Authentication realm: Use your WordPress.org login
Password for 'iandunn':
svn: Commit failed (details follow):
svn: access to '[redacted]' forbidden
svn: Your commit message was left in a temporary file:
svn: '[redacted]/wp-content/plugins/wc-post-types/svn-commit.tmp'
The GlotPress Trac isn’t picking up new SVN…
The GlotPress TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. isn’t picking up new SVNSVN Apache Subversion (often abbreviated SVN, after its command name svn) is a software versioning and revision control system. Software developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly compatible successor to the widely used Concurrent Versions System (CVS). WordPress core and the wordpress.org released code are all centrally managed through SVN. https://subversion.apache.org/. commits. It’s stuck on r745, the latest one is r746. Thanks!
Can I have a new repository created meta…
Can I have a new repository created, meta.svn.wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/?
This will serve as a fresh, public repo for dotorg.svn. WP.org would eventually begin to leverage externals of metaMeta Meta is a term that refers to the inside workings of a group. For us, this is the team that works on internal WordPress sites like WordCamp Central and Make WordPress., 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.
Hi there Can I please have a new…
Hi there! Can I please have a new directory called “wordcampWordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more.” in code.svn.wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ together with commit access to that directory? Thanks!
We’re merging design trac and unit tests trac…
We’re merging design.tracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. and unit-tests.trac into core.trac (but keeping separate SVNSVN Apache Subversion (often abbreviated SVN, after its command name svn) is a software versioning and revision control system. Software developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly compatible successor to the widely used Concurrent Versions System (CVS). WordPress core and the wordpress.org released code are all centrally managed through SVN. https://subversion.apache.org/. 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-coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress..
I then need two post-commit hooksHooks In WordPress theme and development, hooks are functions that can be applied to an action or a Filter in WordPress. Actions are functions performed when a certain event occurs in WordPress. Filters allow you to modify certain functions. Arguments used to hook both filters and actions look the same., 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
Please could you give me commit access to…
Please could you give me commit access to glotpress.svn.wordpress.org
so that I can update the locales.php
file to include the Yorùbá language.