Questions tagged [revision]

Revision: A release of a piece of software which is not a major release or a bugfix, but only introduces small changes or new features.

A release of a piece of software which is not a major release or a bugfix, but only introduces small changes or new features.

Reference: http://www.diclib.com/revision/show/en/en_foldoc/R/664/300/0/6/10947

470 questions
37
votes
18 answers

Do you use distributed version control?

I'd like to hear from people who are using distributed version control (aka distributed revision control, decentralized version control) and how they are finding it. What are you using, Mercurial, Darcs, Git, Bazaar? Are you still using it? If…
Chris Blackwell
  • 9,189
  • 1
  • 25
  • 27
35
votes
7 answers

Missing annotations.jar

I am trying to update my Android SDK Tools to 17 rev. and I updated usign SDK Tools but in Properties/library ; But the fact that in the support folder there is a annotations.jar already. What should I do to fix it?
Merve Gül
  • 1,377
  • 6
  • 23
  • 40
34
votes
5 answers

find svn revision by removed text

Is there a way to find an SVN revision by searching for a text string that got removed in the file? I know the exact text to search for and which file to look in, but there are hundreds of revisions.
martin_ljchan
  • 1,063
  • 1
  • 9
  • 22
34
votes
6 answers

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 diff to one file to obtain the other, later? I want to keep the revision history of a text, but I don't want to save the entire…
noio
  • 5,744
  • 7
  • 44
  • 61
32
votes
7 answers

Perforce not syncing files correctly

I'm using Perforce P4V, the graphical tool, to interface with my Perforce server here at work. I have a project I added to the depot and I accidentally deleted it from my workspace on my local computer, problem is when I use the Get Revision Action…
kingrichard2005
  • 7,179
  • 21
  • 86
  • 118
31
votes
2 answers

How to list files in specific revision in `git`?

I want to know file list in specific revision in git repository. How can I do this?
eonil
  • 83,476
  • 81
  • 317
  • 516
31
votes
13 answers

How can I get the Subversion revision number in PHP?

I want to have my PHP application labeled with the revision number which it uses, but I don't want to use CruiseControl or update a file and upload it every time. How should I do it?
Thomaschaaf
  • 17,847
  • 32
  • 94
  • 128
30
votes
3 answers

Three Way Merge Algorithms for Text

So I've been working on a wiki type site. What I'm trying to decide on is what the best algorithm for merging an article that is simultaneously being edited by two users. So far I'm considering using Wikipedia's method of merging the documents if…
icco
  • 3,064
  • 4
  • 35
  • 49
30
votes
7 answers

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 reason is that I want to add it to the css/js files on our website like so:
Jiaaro
  • 74,485
  • 42
  • 169
  • 190
24
votes
2 answers

how to hide revision number from eclipse explorer view?

Is there any way to hide this number as this number has gone too long ?
Mr Coder
  • 8,169
  • 5
  • 45
  • 74
23
votes
5 answers

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. I'm a noob, and some of the people i'm working with are even noob-ey-er... Current state: - I have a repository on git hub which…
Edwood
  • 331
  • 1
  • 2
  • 7
23
votes
3 answers

SVN: is it possible to get svn info for a given revision number of a branch

Is it possible to get svn info for a branch for a specific revision number. For example if the latest working copy of a branch has revision number 56, can I get info for the same branch for revsion number 32.
sidharth sharma
  • 3,025
  • 6
  • 23
  • 20
20
votes
11 answers

Getting SVN revision number into a program automatically

I have a python project under SVN, and I'm wanting to display the version number when it is run. Is there any way of doing this (such as automatically running a short script on commit which could update a version file, or querying an SVN repository…
Smashery
  • 57,848
  • 30
  • 97
  • 128
19
votes
4 answers

Who deleted my change in git?

Here was my problem for the last 30 minutes: I had a couple of changes that disappeared in one of my files, and I don't know when that happened. And I want to know who did that! I started looking for the revisions having my files: git grep…
standup75
  • 4,734
  • 6
  • 28
  • 49
17
votes
13 answers

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 specific revision number?
Adam Paynter
  • 46,244
  • 33
  • 149
  • 164
1
2
3
31 32