Discussion:
Working with develop.svn.wordpress.org
Aubrey Portwood
2013-11-16 18:39:30 UTC
Permalink
Is there any reason that my svn would say "At revision 26236" but my
WordPress Admin would say "WordPress 3.8-alpha-26127-src"
(https://cloudup.com/cjByV75TqDR)? Because I've found a small CSS issue
(https://cloudup.com/cb9Bbn1FQIm & https://cloudup.com/cHFrjDKThmT) but
these numbers being different makes me hesitant to try anything. And
<helen> on #wordpress-dev said it was fixed in26232 last night but I'm
rev'd up to26236? I've never contributed to core, and just started
working on develop.svn, but I'd like to start (feeling noobish).

I also tried looking through things like the handbook, Make/Core, etc
and have found nothing that shows I should be having this issue.

Is there somewhere more appropriate for this question? Am I crazy?

Brief explanation of my setup:

MAMP
/htdocs/develop.svn.wordpress.org <- svn co develop.svn.wordpress.org/trunk
ln -s /htdocs/develop.svn.wordpress.org/src /htdocs/develop.wordpress.dev
Virtual host for develop.wordpress.dev
+ Confident that my MAMP setup is good
J.D. Grimes
2013-11-16 18:46:27 UTC
Permalink
Is there any reason that my svn would say "At revision 26236" but my WordPress Admin would say "WordPress 3.8-alpha-26127-src" (https://cloudup.com/cjByV75TqDR)?
Yes, I think the footer version is from wp-version.php, which is only updated for each alpha, beta, RC, release, etc.
Amy Hendrix
2013-11-16 18:49:49 UTC
Permalink
The footer is upgraded with nightly builds as well, but the general
point is exactly as J.D. says -- go with the version svn is reporting,
and don't worry if the version in the admin footer is a bit behind.
Post by J.D. Grimes
Is there any reason that my svn would say "At revision 26236" but my WordPress Admin would say "WordPress 3.8-alpha-26127-src" (https://cloudup.com/cjByV75TqDR)?
Yes, I think the footer version is from wp-version.php, which is only updated for each alpha, beta, RC, release, etc.
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
Andrew Nacin
2013-11-16 18:49:31 UTC
Permalink
"At revision 26236" is the revision you're running. $wp_version is manually
bumped in develop.svn on occasion [1]. It is based on an SVN revision — but
isn't your SVN revision.

[1] http://core.trac.wordpress.org/browser/trunk/src/wp-includes/version.php
Post by Aubrey Portwood
Is there any reason that my svn would say "At revision 26236" but my
WordPress Admin would say "WordPress 3.8-alpha-26127-src" (
https://cloudup.com/cjByV75TqDR)? Because I've found a small CSS issue (
https://cloudup.com/cb9Bbn1FQIm & https://cloudup.com/cHFrjDKThmT) but
these numbers being different makes me hesitant to try anything. And
<helen> on #wordpress-dev said it was fixed in26232 last night but I'm
rev'd up to26236? I've never contributed to core, and just started working
on develop.svn, but I'd like to start (feeling noobish).
I also tried looking through things like the handbook, Make/Core, etc and
have found nothing that shows I should be having this issue.
Is there somewhere more appropriate for this question? Am I crazy?
MAMP
/htdocs/develop.svn.wordpress.org <- svn co develop.svn.wordpress.org/
trunk
ln -s /htdocs/develop.svn.wordpress.org/src /htdocs/develop.wordpress.dev
Virtual host for develop.wordpress.dev
+ Confident that my MAMP setup is good
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
Amy Hendrix
2013-11-16 19:04:40 UTC
Permalink
Or rather, what Nacin said! (And thanks for the clarification)
Post by Andrew Nacin
"At revision 26236" is the revision you're running. $wp_version is manually
bumped in develop.svn on occasion [1]. It is based on an SVN revision — but
isn't your SVN revision.
[1] http://core.trac.wordpress.org/browser/trunk/src/wp-includes/version.php
Post by Aubrey Portwood
Is there any reason that my svn would say "At revision 26236" but my
WordPress Admin would say "WordPress 3.8-alpha-26127-src" (
https://cloudup.com/cjByV75TqDR)? Because I've found a small CSS issue (
https://cloudup.com/cb9Bbn1FQIm & https://cloudup.com/cHFrjDKThmT) but
these numbers being different makes me hesitant to try anything. And
<helen> on #wordpress-dev said it was fixed in26232 last night but I'm
rev'd up to26236? I've never contributed to core, and just started working
on develop.svn, but I'd like to start (feeling noobish).
I also tried looking through things like the handbook, Make/Core, etc and
have found nothing that shows I should be having this issue.
Is there somewhere more appropriate for this question? Am I crazy?
MAMP
/htdocs/develop.svn.wordpress.org <- svn co develop.svn.wordpress.org/
trunk
ln -s /htdocs/develop.svn.wordpress.org/src /htdocs/develop.wordpress.dev
Virtual host for develop.wordpress.dev
+ Confident that my MAMP setup is good
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
Aubrey Portwood
2013-11-16 23:25:06 UTC
Permalink
So, being as in-experienced as I am with core, I filed a ticket for this
http://core.trac.wordpress.org/ticket/26076
November 16, 2013 at 11:49 AM
"At revision 26236" is the revision you're running. $wp_version is manually
bumped in develop.svn on occasion [1]. It is based on an SVN revision
--- but
isn't your SVN revision.
[1]
http://core.trac.wordpress.org/browser/trunk/src/wp-includes/version.php
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
November 16, 2013 at 11:39 AM
Is there any reason that my svn would say "At revision 26236" but my
WordPress Admin would say "WordPress 3.8-alpha-26127-src"
(https://cloudup.com/cjByV75TqDR)? Because I've found a small CSS
issue (https://cloudup.com/cb9Bbn1FQIm &
https://cloudup.com/cHFrjDKThmT) but these numbers being different
makes me hesitant to try anything. And <helen> on #wordpress-dev said
it was fixed in26232 last night but I'm rev'd up to26236? I've never
contributed to core, and just started working on develop.svn, but I'd
like to start (feeling noobish).
I also tried looking through things like the handbook, Make/Core, etc
and have found nothing that shows I should be having this issue.
Is there somewhere more appropriate for this question? Am I crazy?
MAMP
/htdocs/develop.svn.wordpress.org <- svn co
develop.svn.wordpress.org/trunk
ln -s /htdocs/develop.svn.wordpress.org/src /htdocs/develop.wordpress.dev
Virtual host for develop.wordpress.dev
+ Confident that my MAMP setup is good
Loading...