Top "Revision" questions

changes or new features.

Get revision number of a remote repository

On the local machine it is no problem to get the revision number of a subversion repository with svnversion. Now …

svn webdav revision
How to use tags for versioning in git gui

I'm a complete and utter noob, so be gentle! I'm using git gui, and never touching the command line interface. …

git user-interface tags version revision
Mercurial scripting with python

I am trying to get the mercurial revision number/id (it's a hash not a number) programmatically in python. The …

python mercurial revision
Generating and applying diffs in python

Is there an 'out-of-the-box' way in python to generate a list of differences between two texts, and then applying this …

python diff revision difflib
How to delete a specific revision of a github gist?

I created a Gist on GitHub and I saw informations I don't want anyone to see. I updated the file …

git github revision gist
Phabricator: Arcanist : arc diff --update : No Changes Found

I recently started using phabricator. I am using the Arcanist CLI to submit the differential to phabricator. It was working …

command-line updates revision phabricator
SVN: How to get the first revision of a file?

When working with a subdirectory in a repository, how to find the revision when that specific directory has been added …

svn revision
Are there revision control systems for images?

I would make crazy use of such a revision control. If it doesn't exist - where would to a good …

version-control image image-processing revision
Subversion: Get all files from a revision

How do I export/get all the files belonging to a revision? For example: On revision 5434 if we have commited 5 …

svn export revision
Subversion: Check out only those files affected during a specific commit

In Subversion, is it possible to check out only those files affected during a specific commit, provided you know the …

svn revision svn-checkout