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

How to pull the next k changesets in mercurial

Suppose I want to pull the next k changesets from a remote repository, where k is greater than or equal to 1. Is there some syntax that will allow be to do so? A command that falls back to plain pull if the changesets available are less than or…
Faheem Mitha
  • 6,096
  • 7
  • 48
  • 83
3
votes
1 answer

Get revision number without clone/pull

How can I just get the revision number of a mercurial repository, without using "pull", or, if possible, without cloning it from the server? Or if, as I guess, it's impossible, can I get the revision number without "update the files" ? An update…
cooow
  • 748
  • 11
  • 29
3
votes
2 answers

svn revision number set by propset doesn't match

I added the $Rev$ tag and invoked svn propset on a set of files during my project. The revision number that shows up is $Rev: 8 $ but during checkout it says I am on Revision 10. I think the $Rev$ counter does not reflect the actual revision number…
hatmatrix
  • 42,883
  • 45
  • 137
  • 231
3
votes
1 answer

Associating revisions with a Redmine issue

Is there a way to manually associate a revision/commit with a Redmine issue? Normally we do that by having a proper format of the commit message ("Resolves #..." in our case). But I forgot about it and used a different message. I have no rights to…
Adam Badura
  • 5,069
  • 1
  • 35
  • 70
3
votes
2 answers

MySQL Row-level Revision Control

I’m creating revision control for data in our database. It will have the ability to store revisions, rollback, and rollback rollbacks. The database tables I’m using that needs to be revisioned is…
William
  • 15,465
  • 8
  • 36
  • 32
3
votes
1 answer

Git svn fetch retrieving only one revision at a time

I'm using Git-1.6.5.1-preview20091022.exe. I've cloned a SubVersion repository using: git svn clone -s https://xxxxx:8443/svn/project/SubProjectA The SubProjectA has the standard layout (trunk, branches, tags). SubProjectA is a copy of another…
tvbusy
  • 136
  • 5
  • 9
3
votes
3 answers

teamcity run several build projects with on revision

I would like to run several Team-City build projects with the same SVN-revision. Is this possible?
crauscher
  • 6,528
  • 14
  • 59
  • 85
3
votes
2 answers

Getting log messages between two revisions with multiple paths

I want to get log messages between two revisions of a package, but one of them is in the path http://blablabla/development/packagename and the other is in http://blablabla/tag/packagename. I think I have to give two paths and two revision numbers to…
caesar
  • 2,865
  • 11
  • 29
  • 36
3
votes
1 answer

Hibernate envers single revision across multiple transaction

I am using Spring v2.5.5/Hibernate v3.6.3 along with Hibernate Envers to audit the changes. Currently a new revision is getting generated for each and every transaction. But in my app, when I am doing very small unit of work too frequently, like 1…
Ambrish
  • 3,627
  • 2
  • 27
  • 42
3
votes
2 answers

Files have different revision numbers in Eclipse (Subversion)

A commit in Subversion increments the revision number for all files by 1(correct me if i'm wrong). But when I look in Eclipse, I see that files have different revision numbers: The revision number is behind the filename. Why is Eclipse showing…
BigJ
  • 1,990
  • 2
  • 29
  • 47
3
votes
1 answer

User submitted content to mysql with moderation: separate table?

In an mysql table I would like to get data from user, however the data would need to be moderated by admin first. My question is that is it normal to just insert into the original table and use a field as flag of the moderation status? Or have a…
spacemilkman
  • 943
  • 1
  • 9
  • 15
3
votes
2 answers

Implementing article revision history for Java based web application

Any ideas of how best i can implement article revision history for a Java based web application and save it in AuditLog StackOverflow already has such a feature allowing one to see the differences from one version to another, almost like SVN…
n002213f
  • 7,805
  • 13
  • 69
  • 105
3
votes
2 answers

Sending a whole svn revision through ftp

My host does not handle SVN. What I want is to be able to send through ftp a whole svn revision so I am sure I won't forget to upload a file. Do you guys know any tool that would help me to do that?
tao
  • 53
  • 5
3
votes
1 answer

Eclipse Subversive, one commit, multiple revision numbers

I got multiple projects in the same repository location. If I commit changes to multiple projects in one commit (select them all, and commit), Subversive creates one revision per project. For example, if I made changes to 17 files in 5 projects, and…
David
  • 185
  • 4
  • 13
3
votes
1 answer

How to create patch file between two revisions in TortoiseSVN?

I'm using TortoiseSVN 1.7 and want to create patch file between two revisions. I've searched, but these threads How do I create a patch from diff between revisions using TortoiseSVN? Creating a patch between two revisions do not work for me, as Show…
onmyway133
  • 45,645
  • 31
  • 257
  • 263