Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to determine trunk revision of BuddyPress install?

  • @williamsba1

    Participant

    Is there an easy way to determine what trunk revision a BuddyPress install is running? I didn’t see it listed anywhere in the files or WPMU and BP admin dashboards. Thought maybe I’m missing something obvious here

Viewing 5 replies - 1 through 5 (of 5 total)
  • @fishbowl81

    Participant

    If you goto the directory where you checked out the svn repository, and run this, it will tell you the version you currently have checked out:

    svn status -u

    The out may look something like this, depending on how close to current you are:

    ~/public_html/beta/buddypresssvn]$ svn status -u

    Status against revision: 845

    if you are not up to date, it will show changes between your checkout and the trunk, similar to this:

    ~/public_html/beta/buddypresssvn]$ svn status -u

    * 844 bp-languages/buddypress.pot

    Status against revision: 845

    This tells me that the language file has been updated since my last checkout.

    you can then run

    svn up

    to bring your directory up to currrent status.

    If you used the zip to download a copy this will not work.

    @williamsba1

    Participant

    Unfortunately I’m using the zip download from the trunk. Would be nice if BuddyPress displayed the revision number in the footer of the admin dashboard

    @anonymized-303747

    Inactive

    I have a text file in the root of my BP installation with the revision in it. When I upgrade, I changed the revision in the file. All I have to do is call the file in my browser and voila. I do the same with WPMU.

    @williamsba1

    Participant

    Sometimes the easiest approach is the best. I’ll start using the text file method for now.

    @trent

    Participant

    On the latest version of buddypress, you can view your version in the admin now on the “buddypress” options page :)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to determine trunk revision of BuddyPress install?’ is closed to new replies.
Skip to toolbar