Thanks for Visiting India 365 :)

| Mobile | RSS

SVN Revision – How to Check | Find Previous Revisions

By Vamsi No Comments | Posted in Linux

Subversion, otherwise known as SVN is a great way to keep track of source code while developing a product in Linux environment. I use SVN for both official and personal use. Here is a short tutorial that explains how to check previous revisions in SVN.


fbme SVN Revision   How to Check | Find Previous RevisionsMe on FB email SVN Revision   How to Check | Find Previous RevisionsEmail rss SVN Revision   How to Check | Find Previous Revisions RSS gbuzz SVN Revision   How to Check | Find Previous Revisions fb SVN Revision   How to Check | Find Previous RevisionsFB Page

First get into a home directory where you use svn, in my case its /home/vamsi/mywork.

cd /home/vamsi/mywork

This means that all the directories and sub directories under the folder mywork are under SVN control.

Here is the command I usually use to quickly check the revisions under mywork directory.

svn log -q

The above command displays revision number and the summary information.

Here is a command you can use for much descriptive version of revisions.

svn log -v

The above command prints all the extra information you need to check before you can revert back to any revision.

Now, lets say if you want to check out previous 10 revisions, then this command is just for you.

svn log -l 10

That’s all I’ve got for now. Comment back if you want to know more about SVNrevisions.

Did you like our work? Well, if you did, then why don't you consider sharing it.


Search here for more... You can mail me Vamsi M if you have any questions or complaints.



emailsu SVN Revision   How to Check | Find Previous Revisions Latest Technology info, Gadgets, Games, Software Reviews and all new Social Media Info, everything at same place. Signup now, its 100% fast, free and safe.

    

email SVN Revision   How to Check | Find Previous RevisionsEmail Newsletter
fbme SVN Revision   How to Check | Find Previous RevisionsCatch me on FB
tweet SVN Revision   How to Check | Find Previous RevisionsI'm on Twitter too
rss SVN Revision   How to Check | Find Previous Revisions Our RSS Feed
su SVN Revision   How to Check | Find Previous RevisionsOur SU Profile
gbuzz SVN Revision   How to Check | Find Previous RevisionsI'm on GBuzz
fb SVN Revision   How to Check | Find Previous RevisionsOur FB Page
Leave a Reply Tags:

Related Posts

Leave a Reply

Why ask?

Sorry, no posts matched your criteria.