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
9
votes
5 answers

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 I want to get the revision number from my online repository (WebDAV with Apache2). I tried this: svnversion…
okoman
  • 5,529
  • 11
  • 41
  • 45
9
votes
2 answers

Automatic file-versioning (like Dropbox)

is there a tool that does automatic file-versioning (for local files), like dropbox? Seeing how easy it is to restore older versions using dropbox compared to svn... [EDIT] I know how svn and dropbox are intendend for very different purposes, and…
Dexter
  • 3,072
  • 5
  • 31
  • 32
9
votes
6 answers

obtain current svn revision in webapp

what is the best way of displaying/using the revision number in a java webapp? we just use ant to build our .war archive, no buildserver or such. i'd hope there was some kind if $ref that i could write in a resource file, but this is only updated…
Andreas Petersson
  • 16,248
  • 11
  • 59
  • 91
9
votes
3 answers

How to print 2D Arrays in C++?

I am trying to print a text file out on screen using arrays, but I'm not sure why it does not appear the way it is in the text file. The text file: 1 2 3 4 5 6 7 8 Displayed on the screen as follows after applying discard…
Nick
  • 91
  • 1
  • 1
  • 2
9
votes
2 answers

Including SVN revision of a project in C source code

How to include SVN revision of my project (not file revision) in C source code or in Makefile?
developer
  • 4,744
  • 7
  • 40
  • 55
8
votes
2 answers

Best Practice for CouchDB Document Versioning

Following my question here I am exmploring ideas for a generic approach to document versioning in CouchDB. While I imagine there may be no canonical approach, I had the following idea and am looking for feedback. I would like to maintain readable…
Jacob Groundwater
  • 6,581
  • 1
  • 28
  • 42
8
votes
1 answer

Creating Envers custom revision entity

I'm trying to setup audit for our project. I started from the default configuration which works fine. The next step is to store the user which has made changes. Following the manual I created custom entity revision: package…
Vyacheslav
  • 3,134
  • 8
  • 28
  • 42
8
votes
4 answers

Find Git Revision of a Working Directory Missing the .git Directory

I've got a) a working directory without the .git directory and b) a repository. a is some revision in the middle of the history of b. How can I find out, which revision a matches in b? I thought of a shellscript doing a diff from the working…
fabb
  • 11,660
  • 13
  • 67
  • 111
8
votes
3 answers

Does moving a file in SVN delete its revision history?

I realize this might be an easy question that I may have overlooked in the documentation, but I didn't find any other questions like this. When I move a file, or in my case a whole ton of files (I moving everything into trunk from repo root) do I…
SeanDowney
  • 17,368
  • 20
  • 81
  • 90
8
votes
3 answers

Can I edit the message of an older revision in Bazaar?

How can I edit an older revision's message to more correctly describe its changes?
Robin Rodricks
  • 110,798
  • 141
  • 398
  • 607
8
votes
3 answers

Refer to a mercurial revision relative to a named revision

In git, you can do refer to revisions by something like master^^, meaning two revisions before master. Can you do the same in Mercurial in some way (or with some extension)? For example, if I want to do "the revision before tip", something like…
Paul Biggar
  • 27,579
  • 21
  • 99
  • 152
8
votes
3 answers

How to activate revision info in line number view

I know of an Eclipse feature to show revision information (gradual coloring, more info like revisionnumber, date and author on mouseover) for the last changes in a line in the linenumbers-view. Does anyone know how to activate this feature for a…
Joshua
  • 83
  • 1
  • 3
7
votes
1 answer

How do I look up a revision's delta/diff using svn's http-based browser?

I'm working on a project to link an issue tacker to our source control system. I've found that you can lookup a specific revision in the svn web browser with…
Conrad.Dean
  • 4,341
  • 3
  • 32
  • 41
7
votes
1 answer

Updating CCNET Last Build Label from an assembly version

I Have managed to create a CI project that uses GIT as it's source control, and an MSBuild extension to label the assemblies based on the CCNet build label, and commit that changed label I have other projects that are manually triggered to publish…
7
votes
8 answers

Build Version vs Revision number

I have an asp.net/C# app that uses subversion for source control. My app automatically increases it's AssembleVersion and AssemblyFileVersion on each build which works like a charm, and displays the build number in the administration side of the…
stoic
  • 4,700
  • 13
  • 58
  • 88