Book Image

PhpStorm Cookbook

By : Mukund Chaudhary
Book Image

PhpStorm Cookbook

By: Mukund Chaudhary

Overview of this book

Table of Contents (16 chapters)
PhpStorm Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Examining the VCS repository


The more you know, the more you know

More often than not, there are scenarios in which you need to see what is going on inside to be able to make decisions.

Getting ready

Having extra information always helps you to turn that last stone, which often proves decisive in the fate of a project. Thus, you might want to know what the structure of the code base is, what files are inside a particular directory, or even what directories are inside the project as a whole. Such wish-lists are endless.

Better work than just plan.

How to do it...

When you are determined enough that you will browse the repository, you can resort to PhpStorm. To start viewing what is going on inside, perform the following steps:

  1. You need to select VCS | Browse VCS Repository | Browse Subversion Repository. Once you do that, you will be able to see all of the repositories you added while you were working with PhpStorm irrespective of the project, as shown in the following screenshot:

    You can select...