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
0
votes
1 answer

Identify revision of an export from Subversion?

concerning version control, SVN specifically, how would I identify the revision an export was exported from whithout knowing who exported it or when it was exported? I've checked SVN-keywords but they don't seem to do what I want. Creating a file…
Cobra_Fast
  • 15,671
  • 8
  • 57
  • 102
0
votes
1 answer

git get back sha-1 after checking out an old revision

I have a git repo like this: rev3 rev2 rev1 Init repo and I checkout rev1, then my git log looks like: rev1 Init repo so how can I go back to rev3? should I always have to copy-paste the git log before I do the checkout? that seems unacceptable…
shengy
  • 9,461
  • 4
  • 37
  • 61
0
votes
0 answers

In which version od Android SDK was SDK Setup.exe and SDK Manager.exe introduced?

Since I am currently working with legacy Android code that depends on very specific revision of Android SDK I would need to know in which version of Android SDK were these two exe files introduced: SDK Setup.exe SDK Manager.exe
Jacek M
  • 2,349
  • 5
  • 22
  • 47
0
votes
3 answers

Git - Determine when a revision was pulled/fetched/merged at this site

I know when certain commits were created (at remote A, say) based on their log messages. What I don't know is when remote B fetched and merged said revision. I need it to determine when a bug crept in. Is this possible through Git?
mtrc
  • 1,317
  • 3
  • 16
  • 39
0
votes
1 answer

Wordpress problems retrieving the latest page revision

I have some code that retrieves a page from the backend of Wordpress. I use the post_id to retrieve it. The issue is that when I modify the page content, the changes have a new post id. Is there a good way to retrieve the latest revision of a page.…
Dave Rottino
  • 1,037
  • 3
  • 22
  • 49
0
votes
1 answer

Android SDK Update (revision 18) causes NullPointer Exception

Slowly but surely I hat to update the android SDK… Today I update the SDK to revision 18 and my project (before the update perfectly working) throws a NullPointer Exception even I just start it up from eclipse. I’m using eclipse with the android ADT…
sandkasten
  • 603
  • 1
  • 8
  • 21
-1
votes
2 answers

looking for code revision gui/application for my eclipse subversion

I was wondering if anyone can recommend any GUI/portal/platform/application that shows code revisions. I'm using subversion with my eclipse and wonder if there's something nice such as trac to see the changes. Thanks screenshot example from trac (I…
adhg
  • 10,437
  • 12
  • 58
  • 94
-1
votes
2 answers

Display the ORIGINAL text of a paragraph with a Tracked Change without rejecting the change

I am trying to write a Macro that can display the Original proposed text in a tracked change without having to reject the change. Worked out the below code from another post (Display the final proposed text in Tracked Change without accepting the…
-1
votes
1 answer

How to interpret --revision in svn2git

I'm using svn2git for some migration. Our SVN repo has around the 15000 revisions but only the last 2000 revisions are very important for our developers. So I want to use the --revision to define the revisions: $ svn2git ... --revision 13000:HEAD…
DenCowboy
  • 13,884
  • 38
  • 114
  • 210
-1
votes
2 answers

Are there any apps that save backup versions of a file with one click (save, commit, etc) live while editing?

Just something that will save changes automatically, while i'm editing say in gedit, or notepad plus plus, or even windows text editor, etc. I can't seem to find exactly what I'm looking for and svn, bzr, and Git are too complicated. One should be…
trusktr
  • 44,284
  • 53
  • 191
  • 263
-1
votes
1 answer

How would you expect a revisions system to work?

I need to keep a revision system of changes. My question isn't the structure but the behavior. For example, let's say you are working on a webpage in a code editor. How often would you make a revision for the developer as he's coding the page? Do…
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
-1
votes
1 answer

Atomic branching and tagging with SVN and Subversive

I'm new to SVN. Recently in my company we're testing it along with other VCS to decide where to migrate from CVS. The only thing that is really bugging me about it are the revision numbers for one single operation, which are not always atomic. I…
Pedro Otero
  • 324
  • 5
  • 15
-1
votes
1 answer

Drupal block revision control for Writer, Editor, and Publisher role users

Is there any Drupal module to control the block content before being published. A person will create a block and post content and assign to Editor role user. The Editor will review the block content and made his changes on the content and assign to…
Govindaraj
  • 33
  • 7
-1
votes
1 answer

How to resolve merging conflicts when working with mq in Mercurial

Context: Mercurial with mq extension enabled Let's say you have a patch but before pushing the changes, you want to make sure that you have the latest and greatest version. You will pop your patch - hg qpop, pull and update changes - hg pullup and…
-1
votes
1 answer

VBA Word original text on revised range on readonly files

I am creating a VBA tool to record (for QA purposes) revisions of translated files. I can read both original and revised text, whitch I do paragraph by paragraph. But I run into problems every time the file cannot be written to (open by someone else…
RSinohara
  • 650
  • 1
  • 4
  • 25
1 2 3
31
32