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
4
votes
2 answers

Freeze django model object in time, like a snapshot

Lets say I want to track employees working on projects. Project 2015 - Employee A Employee A now changes his healthcare-provider, address and completes his bachelor degree. Project 2018 - Employee A For Project 2018 the Employee A details are up…
jlplenio
  • 115
  • 1
  • 9
4
votes
5 answers

Using Git For Community-Oriented Website Content Revision System

I'm working on a Django-based web app in which the community fuels the content on the site, much like a wiki. Content is in the form of HTML, and users have total freedom to fork articles/chapters or make their own modifications to existing ones and…
Karan
  • 1,636
  • 4
  • 19
  • 35
4
votes
2 answers

Old Source Code into New Repository

Quick question: I've run into a little issue, where I just need some insight into what I should do with some code I have. I have one repository, in two locations. The "older" code is located in /originalcode and the new checked-out code is in…
drewrockshard
  • 2,043
  • 10
  • 35
  • 47
4
votes
2 answers

How to find out where one changelist is original come from in Perforce

In Perforce we do a lot of branching and merge. How can we find out the original changelist that one change is introduced? For example, I submitted a changelist with id 53343 in my own private branch, and two days later, it is merged into…
Evilight
  • 41
  • 3
4
votes
1 answer

Why does merging a range of revisions differ from merging them individually?

I've been trying to get my head around SVN merging/reintegrating and have read a these articles/books: http://svnbook.red-bean.com/en/1.5/index.html http://blogs.open.collab.net/svn/2008/07/subversion-merg.html I obviously haven't quite got it, as I…
Paul
  • 328
  • 3
  • 16
4
votes
1 answer

How to save custom meta only for review data to see only in "Preview Changes", not the actual post in the front end

I am trying to add custom meta and see at "Preview Changes". I can see the changes but also changes apply to the actual post at Front end. I want the changes will update to the actual post when it Publish or Update not at "Preview Changes" click.…
4
votes
1 answer

How can I list the revision numbers of a document in CouchDB?

I know that I can retrieve a specific revision of a document via http://localhost:5984/mydb/626b345059c2a54fbe8b8009ba87a409?rev=2-3696048776 but this assumes I know the revision number 2-3696048776. How can I list all available revisions for…
Robert Campbell
  • 6,848
  • 12
  • 63
  • 93
4
votes
4 answers

How do I list all files ever committed to the repository?

How could I let SVN list all files which were ever committed to a repository (if possible, along with location and revision). More exactly: I need all ever existed paths. If someone knows how to do a fulltext search on the entire repository…
java.is.for.desktop
  • 10,748
  • 12
  • 69
  • 103
4
votes
2 answers

Subversion block in CruiseControl.NET - passing specific revision number?

I would like the ability to pass a specific revision to the SVN task (in ccnet.config) that I want the buildserver to checkout from SVN and build. So I don't always want the latest revision. And no, I don't want to create a tag for every successful…
Wim
  • 11,998
  • 1
  • 34
  • 57
4
votes
2 answers

Force SVN (tortoise) to check-in a file to update Revision

I have a file that contains the revision placeholder in the form: $Rev: 123456 $ The file is checked-in only if it changes, so, if I want to commit it just to update the revision number, I am forced to add a fake change (example: adding a space, a…
Riccardo Tramma
  • 583
  • 3
  • 8
4
votes
1 answer

Redmine: associated revisions not updating for non-master branches

I have redmine configured with a git repository. The repository updates properly, and I can browse through all repository branches in redmine with no problem. However, associated revisions don't show up in issues automatically for commits made to…
romanovic
  • 41
  • 1
4
votes
3 answers

svn change revision from single number to major.minor

I'm trying to change svn revision number due to obtain a major.minor.release format. In my configuration svn revision number is incremented by one for each commit. It should be possible to change it ? I'm studying how to do this using perl but it…
4
votes
2 answers

API to get Wikipedia revision id by date

Is there any API to get wikipedia revision id by date, instead of checking all the revision history and extract out the most recent revision before that date? Thank you!
Leslie G
  • 309
  • 2
  • 10
4
votes
1 answer

Eclipse Git keyword expansion

I need to to update my source code revision keywords (@version, @date, etc) every time I am checking out the source to the git-hub server. As you might know: The main problem with this in Git is that you can’t modify a file with information about…
Eugen Mihailescu
  • 3,553
  • 2
  • 32
  • 29
4
votes
2 answers

TortoiseSVN: show file in a previous revision?

Let's say I have 4 revisions. Is there a way to see the file how it was on revision 2 for example? I can't find an option to open older revision in TortoiseMerge
anon