In Linux, when you need to view older view of SVN file, you can check it using below command using terminal.
svn cat -r revisionnumber filename.php | less
You can view filename.php file in terminal using above command.
In Linux, when you need to view older view of SVN file, you can check it using below command using terminal.
svn cat -r revisionnumber filename.php | less
You can view filename.php file in terminal using above command.
Type the following command to install extensible Tool Platform, Java IDE, Java Development Tools plug-ins for Eclipse:
$ sudo apt-get install eclipse eclipse-jdt
Click on Applications > Programming > Eclipse
OR type the following command at shell prompt:
$ eclipse &
Done. Enjoy