Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TortoiseSVN: What is head revision

I'm a VSS user learning how to use SVN, and I have selected TortoiseSVN as my platform. Can someone tell me what the term "HEAD Revision" means?

like image 573
John Michaels Avatar asked Jan 13 '10 15:01

John Michaels


People also ask

What does revision mean in svn?

Revision. Every time you commit a set of changes, you create one new “revision” in the repository. Each revision represents the state of the repository tree at a certain point in its history. If you want to go back in time you can examine the repository as it was at revision N.

What is revision graph in svn?

'SVN Revision Graph' is a graphical representation of history for any resource. Using Revision Graph we can see a resource history with copy operation, applied for this resource.

What is Update to revision in TortoiseSVN?

If you want more control over the update process, you should use TortoiseSVN → Update to Revision... instead. This allows you to update your working copy to a specific revision, not only to the most recent one.

How do I revert back to old revision in TortoiseSVN?

Right click on the selected revision(s), then select Context Menu → Revert changes from this revision. Or if you want to make an earlier revision the new HEAD revision, right click on the selected revision, then select Context Menu → Revert to this revision. This will discard all changes after the selected revision.


1 Answers

It means the Latest Revision.

Getting the HEAD Revision from SVN would be like doing a 'Get Latest...' in VSS.

like image 131
Justin Niessner Avatar answered Sep 19 '22 23:09

Justin Niessner