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.
Nice one. i have tested it and its working fine. Thanks
LikeLike