Advance SVN command for web developers

SVN command To See log of last n commits on SVN

Command: svn log -l n
Demo Output: revision number | user | 2012-09-26 20:12:21 +0530 (Wed, 26 Sep 2012) | 1 line
Commit message comes here

SVN Command to see file list modified during particular svn version

Command: svn log -r 233 –v

Here 233 is revision number

Demo Output:

Revision number | username | 2012-09-26 20:12:21 +0530 (Wed, 26 Sep 2012) | 1 line
Changed paths:
M PATH_OF_MODIFIED_FILES

Commit Message provided by user

SVN Command to Roll back or revert entire svn repository to an older revision

Command: svn merge -r 28:24 .

Note : here dot (.) at the end of command is important as it demonstrate everything to be done on same place

Demo Output:
It will show the list of files that has been modified during the merge process

SVN Command to Checkout Revision with particular version

Command: svn co path/to/my/repo -r 24

Note: 24 is the revision number

Demo Output:
It will show the list of files that is coming to your folder from repository

The following two tabs change content below.

Chandra Shekhar

GCP Architect
Chandra Shekhar Pandey is Google certified Cloud engineer, I am Magento2 Trained developer. Having huge experience in designing cloud solution. I have around 12 years of experience with world enterprise IT companies and fortune 500 clients. During my architecture design I am always caring about high availability, fast performance and resilient system. From the programmer background I have huge experience in LAMP stack as well. Throughout my carrier I have worked on Retail, E-Learning, Video Conferencing and social media domain. The motive of creating cutehits was just to share the knowledge/solutions I get to know during my day to day life so that if possible I can help someone for same problems/solutions. CuteHits.com is a really a very effort for sharing knowledge to rest of the world. For any query/suggestion about same you can contact me on below details:- Email: shekharmca2005 at gmail.com Phone: +91-9560201363

Latest posts by Chandra Shekhar (see all)

You may also like...