Version Control in V11 |
6/13/2025 4:05:23 PM |
PHPRunner General questions | |
A
asawyer13 authorDevClub member
In the initial information blog for V11 it mentions being able to rollback to older versions, etc. Can someone tell me how to do this in V11 Multi Developer? I can make a backup each night of the database, and that would work if I want to restore everything but my other developer is new to PHPR and may make a mistake and I will want to rollback his change. If this has been discussed before and I just missed it, please point me in the correct direction. If I need to use something like Git instead of what PHPR offers, is there a blog or something that explains how to set it up? I saw a 10+ year old post about SVN but not sure that would be valid any longer. Thanks for any help. Alan |
|
![]() |
ChatGPT 6/13/2025 |
Hi Alan, In PHPRunner version 11, the ability to roll back to previous versions of your project is intended to help manage changes made during the development process, especially in a multi-developer environment. Here's how you can manage version control and rollbacks in PHPRunner: Rolling Back Changes in PHPRunner V11
Setting Up a Git RepositoryIf you find that the built-in versioning in PHPRunner doesn't meet your needs, using Git for version control is a great alternative. Here’s a brief guide to help you set up Git with PHPRunner:
Resources
Using Git alongside PHPRunner can significantly enhance your project's version control and collaboration, allowing you to efficiently manage changes and rollbacks. If you have any more specific questions or need further assistance, feel free to ask! Best, |
A
|
asawyer13 authorDevClub member 6/13/2025 |
I don't appear to have a Version History or Revision History when I open the Project menu unless I'm looking the wrong place. |
C
|
Chris Whitehead 6/14/2025 |
I don't think this has been added into V11 yet, I've not seen this in the single dev version. In this blog post, V11.1 looks to have version control with GIT mid June so hopefully it's not long away. I know the revisions are in v10.91 in the events, this is where it in in v10.91. This opens this menu on the right. |
A
|
asawyer13 authorDevClub member 6/14/2025 |
Thanks I probably missed that because I wasn't using V11 at the time thought it would be a while before I would be switching to it. That changed when my client decided they could make some small changes like menus, and label changes, so I had him buy a license. Not sure about that decision now. Hopefully V11.1 is close to being released. I am not sure how well Git would work but will just have to see how easy it is to see what changes what changes were made to specific pages and how easy to rollback. I don't know if the Project Export would have everything needed or not. I don't think Save As would be a reasonble solution. I think I might be having to make more database backups during the day so I could restore the Dev database back to an earlier version or have the client hold off on making any changes until V11.1 is released and I see if it will work. My main error was looking at the V11 announcement from 2023 and assuming that the rollback feature would be available when V11 was released. How are people handling this now? |