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

Export every revision of a single file from a Git repository?

I have a documentation .ai file versioned along my project, now I'd like to export every "snapshot" the Git repository holds for that file. Any batch/semi-automatic solution? I have tons of commits, have not much intention to export them one-by-one.
Geri Borbás
  • 15,810
  • 18
  • 109
  • 172
6
votes
3 answers

How to show revision history like revisions

How does Stack Overflow show the revision changes in the diff-like format they use? I don't care about Stack Overflow per se; it's just a convenient way to describe my requirement. I have an audit history of changes to a text field. I'd like to show…
Walden Leverich
  • 4,416
  • 2
  • 21
  • 30
6
votes
1 answer

Can django-moderation and django-reversion work together for a content_type?

We are working on a django website in which we want to give users control of the content, but we want to have administrator users to moderate the content, and a queue of the accepted content in case some superuser want to rollback data to a specific…
jperelli
  • 6,988
  • 5
  • 50
  • 85
6
votes
5 answers

How to display SVN revision on web site dynamically?

My web site is a checkouted version of SVN repo. I mean .svn folders are placed on web server. I don't use web publishing. And I want to display current project revision (whole web site) in footer. How can I do that? If I were using web publishing,…
abatishchev
  • 98,240
  • 88
  • 296
  • 433
6
votes
2 answers

Get SVN revision in declarative jenkins pipeline

I have a simple question: How can I get the svn revision in a declarative jenkins pipeline. Similar to this post. What I found out so far: When you use a Freestyle job, simply use ${SVN_REVISION} When you use a Scripted Pipeline, use the following…
Marcel M.
  • 111
  • 1
  • 7
6
votes
3 answers

Subversion - put version number in a file

I just want a single file, called "revision", which contains the repository revision number at any given time so that when I export my repository, my application is able to see which revision it was. How can I do this?
Fragsworth
  • 33,919
  • 27
  • 84
  • 97
6
votes
2 answers

Floyd-Warshall Algorithm Logic - Stuck

I am trying to use this logic to understand what is going on with the adjacency matrix, but i am massivley confused where it says about interspacing for a b c d ..... Could anyone explain what is going on here? Thank you (tagged as java as its the…
stan
  • 433
  • 1
  • 5
  • 7
6
votes
1 answer

Why is including a hash in a filename better for caching than appending a timestamp as a query parameter?

While working with Grunt builds, I've come across the rev task and the cachebreaker task for revision / cache busting of static assets. One uses file name overwrites, and the other adds a timestamp as a query param. And apparently, one is more…
Kristian
  • 21,204
  • 19
  • 101
  • 176
6
votes
4 answers

SVN Version Rollback Question

I'm using SVN (TortoiseSVN) and often came into the following situation: I wanted to discard any changes since a specific (old) revision and turn all files back to this specific (old) version. Then I wanted to work further as if this specific (old)…
phimuemue
  • 34,669
  • 9
  • 84
  • 115
6
votes
4 answers

Mercurial: How to make HG LOG to show trivial parent?

According to HG manual: By default this command prints revision number and changeset id, tags, non-trivial parents, user, date and time, and a summary for each commit. When the -v/--verbose switch is used, the list of changed files and …
TN.
  • 18,874
  • 30
  • 99
  • 157
6
votes
4 answers

triplestore with revisions

I need to store RDF triples, while keeping track of modifications. Is there anything out there for this service? Alternatively, how would you keep track of revision while using a context-aware triplestore ? Edit: please note that I don't need only…
Stefano Borini
  • 138,652
  • 96
  • 297
  • 431
6
votes
3 answers

Easy way to embed svn revision number in page in PHP?

Notice in the bottom right hand corner of this page it has the SVN revision id? I'm assuming that's dynamic. I'd love to add that to some of my sites, just as a comment in the source to make sure code pushes are going through. NOTE: You can also…
Brent
  • 23,354
  • 10
  • 44
  • 49
6
votes
1 answer

Where would I go with an idea for the next C standard?

I've been reading up a lot on how C works, and I think I have an idea for how to make it better. From what I've read it seems like the standard changes from time to time, and I was wondering if there is a place I could go to submit a new idea for…
Noah
  • 351
  • 2
  • 9
5
votes
3 answers

"Mark" SVN export with revision

I'm looking for a solution for the following situation. We're using Subversion, and besides the development environment, where we use checkouts, we have a test environment, which is supposed to resemble the production environment as closely as…
user120465
5
votes
2 answers

What's the difference between Subclipse Get Contents and Get Revision?

When using the Eclipse->Team->Show History view, what's the difference between using Subclipse "Get Contents" and "Get Revision" options on a revision of a file? Is there any way to see what svn commands Subclipse is issuing behind the scenes?
Scott Bale
  • 10,649
  • 5
  • 33
  • 36