Top "Revision" questions

changes or new features.

Go to particular revision

I cloned a git repository of a certain project. Can I turn the files to the initial state and when …

git revision revision-history
How to clone git repository with specific revision/changeset?

How can I clone git repository with specific revision, something like I usually do in Mercurial: hg clone -r 3 /path/…

git git-clone revision
How do I get the Git commit count?

I'd like to get the number of commits of my Git repository, a bit like SVN revision numbers. The goal …

git build-process revision
How do I view an older version of an SVN file?

I have an SVN file which is now missing some logic and so I need to go back about 40 revisions …

svn rollback revision
Reverting to a previous revision using TortoiseSVN

What is the easiest way to revert my working copy to a previous revision using Windows TortoiseSVN? I did not …

svn tortoisesvn revision revert
How to print 2D Arrays in C++?

I am trying to print a text file out on screen using arrays, but I'm not sure why it does …

c++ arrays multidimensional-array revision
failed to find Build Tools revision 21.1.1 - sdk up to date

I´m running a linux android sdk installation and my new project needs Build tools 21.1.1 Somehow, this build tools do …

android linux gradle revision build-tools
How to view revision history for Mercurial file?

For a given file in a Mercurial repository, how can you see the revision history? And how can you diff …

mercurial diff revision
Get changed files from SVN command line between two revisions

I need to get the changed files list between two revisions in SVN. I have used the following command: svn …

svn diff revision
SVN: Is it possible to get the list of revision numbers for given path?

I am making a PHP tool that connects to a repository, downloads the list of commits and stores them locally. …

svn revision subdirectory