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.

learn more… | top users | synonyms

1
vote
2answers
21 views

Where does MVC3 save the revision number?

The actual version number of my solution is placed in Properties/AssemblyInfo.cs: [assembly: AssemblyVersion("1.0.0.*")] The last part of that number is an askerisk. It will be replaced by an ...
0
votes
0answers
11 views

Hibernate ForeignKey to Specific Revision Number

I want to have a sort of entities in Hibernate that besided normal id value (auto_incremented) will also have a field showing current version (some entities are audited [Envers]). This field I would ...
0
votes
1answer
15 views

Author of a particular field - which user modified the field

Is it possible in Drupal to find out which user modified a particular field? Not just the whole node. After saving the content I want to display the author name next to that field. Not sure if this ...
1
vote
1answer
29 views

Is it possible to change SVN hosting and preserve the revision history?

Question as in title. I'd like to change my SVN hosting - can I move my project to another one and not lose the revision (change) history?
0
votes
1answer
39 views

Check updates in specific directory in svn c#

I'm trying to check if a certain svn subdirectory was updated, and if so, update my entire working directory. Here is what I do: SvnClient svnClient = new SvnClient(); SvnWorkingCopyClient ...
0
votes
1answer
27 views

Get Full Mac OS version including revision in PHP

OK I have looked everywhere and cant find this one out. I have a Windows XP, made into a server and i have created a webpage in PHP that display's the current IP Address, OS and current Browser, I am ...
0
votes
1answer
30 views

Ivy: Using dynamic revisions

I'm having problems understanding how I to use dynamic revisions of Ivy effectively in my Java projects. Currently, I have the following layout: lib-a revision: 1.0.0 status: release dependencies: ...
0
votes
0answers
27 views

foreignKey table in habtm relationship gets wrongly updated with the latest revision id

I have two models in a habtm relationship: Person & Company. Both of them have the revision behaviour: ...
0
votes
0answers
23 views

retrieve_revisions google drive ruby

I am attempting to query the Google revision history with the code below def retrieve_revisions(client, file_id) drive = client.discovered_api('drive', 'v2') api_result = client.execute( ...
0
votes
1answer
43 views

stop wordpress revision and autosave to page

Wordpress revision and autosave is keeping reverting my changes to a wordpress page. No matter how many changes I make always reverting to that point. Is there some solution to stop doing that but ...
1
vote
1answer
152 views

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 ...
0
votes
0answers
68 views

Loading different entry revisions in ExpressionEngine 2 per environment

I'm developing a website using ExpressionEngine 2, which will sit on both a staging and production environment, both with their own database. We will be running a cron job to synchronise the databases ...
1
vote
0answers
47 views

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

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

How to move a base revision to another branch in mercurial?

I've read this question: How to move some changeset to a new branch in mercurial But my problem is slightly different. What I have is this: NULL -> 1 -> 2 -> 3 -> 4 -> etc #default ...
0
votes
0answers
62 views

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 ...
1
vote
0answers
140 views

using svn log to extract commit messages between tags when revisions overlap across branches

I always use the svn log command, e.g.svn log -rXXXX:YYYY to get the commit messages between two tags in my SVN repository. The problem I sometimes find is that if I am doing a large release that ...
0
votes
2answers
38 views

git diff between 2 revisions included

I'm doing a : git diff --diff-filter=AM --name-only 59ade6e..c1fc4d8 The 59ade6e hash is a commit where I added all my files (my first commit). But when I execute my command it seems that it ...
1
vote
1answer
40 views

Local development with FB Login and collaborative Github workflow

My webapp is currently running off a shared googleDrive folder for easy updating and collaboration between a few developers. I am brining-on more developers though so I need a better workflow for ...
0
votes
0answers
73 views

Diff two txt files using php diff-match-patch library

I am writing a customized document revision program. I read in all revisions of a document (in .txt format), and I adopt php diff-patch-match library to do the diff calculation. I think I am getting ...
0
votes
1answer
55 views

How do I remove SVN revision? [duplicate]

Possible Duplicate: How to remove an accidentally put large file (4GB) from Subversion repository? I'm using a SVN hosting provider. I checked in some large binaries in and went over my 2GB ...
2
votes
2answers
72 views

SVN: is it possible to get svn info for a given revision number of a branch

Is it possible to get svn info for a branch for a specific revision number. For example if the latest working copy of a branch has revision number 56, can I get info for the same branch for revsion ...
0
votes
1answer
57 views

Preserve SVN revision number

I am a total newb to svn so this may be a very simple task to do. I have my code with vendor that is using an svn for version control. I am also going to use svn in house but I was wondering if its ...
0
votes
2answers
40 views

Redmine revision keywords not working after migration

A couple of days ago we did a long due migration from Redmine 0.9.3 to 2.2.0. Everything migrated perfectly and seemed to work right away. But we just found one function that no longer works. Redmine ...
4
votes
1answer
297 views

SVN revision number and timestamp

I'm trying to display the latest SVN revision number and timestamp on the title bar of a web application. My current code displays the revision number but not timestamp. Both are not coming together. ...
0
votes
1answer
47 views

svn; detect missing revisions between different branches

Is there a way to setup relationships between the SVN branches so that we can detect if there are any missing revisions? We have multiple developers working on different branches (A,B,C) and fixes ...
0
votes
0answers
172 views

CakePHP: How to correctly save associated models in accordance with revision behaviour

I have a model 'Organisation' which has the 'Revision' behavior. What this does is, on every save, create a revision copy filled with the old data. Every old copy has a 'revision_id' field which ...
1
vote
1answer
37 views

What command to use to get the revision history of the files in a folder

I am trying to get the revision history of files from my windows views of a project. I know that there is a command in Unix that I can give and it will provide the file-names in one column and ...
0
votes
0answers
129 views

pysvn - getting revision number for a tag on a remote repository

I've got a shell script that will get the revision number corresponding to a tag in a remote subversion repository using:- svn info ${svn_url}/tags/myTag | grep 'Last Changed Rev:' | sed 's/.* //' ...
0
votes
0answers
119 views

SharpSVN GetLog for a specific file or folder (url) not working

I'm trying to get a list of all the changes a specific file has. Same as TortoiseSNV's 'show log', or Visual Studios's 'view history'. The following code works well for repository, that means, it ...
1
vote
0answers
44 views

Improving my MySQL revision system

I have a revision system running in one of my projects. A database table looks like the following: objectID // (no primary/auto_increment!) versionID time deletionTime // (additionalFields) The ...
0
votes
0answers
61 views

Error building iOS project with Jenkins on MacOS X Lione

Jenkins successfully manages to checkout the project from BitBucket but after that I get this error message: Started by user anonymous Building in workspace ...
2
votes
1answer
208 views

Hibernate Envers dont create revisions

I have a problem with hibernate envers. I added the eventlisteners and I added the @Audited Annotation, but when I change the name (or anything else) there are no revisions in the database created. I ...
3
votes
3answers
125 views

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

Mercurial : How to modify a specific revision?

The Scenario is as follows: I cloned a Repo locally and made some changes and then committed. hg clone test vim abc hg commit Say the above gives me revision 1 I send this revision for review. ...
3
votes
0answers
439 views

Phabricator: Arcanist : arc diff --update : No Changes Found [closed]

I recently started using phabricator. I am using the Arcanist CLI to submit the differential to phabricator. It was working fine until yesterday and today it throws an error whenever i am trying to ...
0
votes
1answer
79 views

Is there any API to get wikipedia revision id by date, instead of checking all the revision history?

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

Get ffmpeg source code at a specific revision

I know how to do it with SVN, but they've moved to Git. The command for getting the newest version as described on their site is git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg What would be ...
1
vote
1answer
583 views

Unable to tag SCM when I using maven release plugin

when I using maven release plugin,I encountered some questions,the most one is tag scm failed,the error is : svn: “svn://192.168.5.222/show/test-show/trunk/show” does not in the revision 0 . at ...
0
votes
1answer
36 views

revision number difference on hudson job

I found there is difference between the revision number shown at "Status" of a particular job and "At revision" of the build console output of a job on hudson. When i trigger a build, even if they ...
0
votes
1answer
104 views

Revision content in php [closed]

I'm trying to implement a revision system for a site I'm building and am working on it's design... How does a revision system (for content) like Stackoverflow work? Does it store a diff from version ...
2
votes
1answer
55 views

access heroku deployment revision

Heroku Activity tracks release revisions of your application as v1, v2, etc. How can an application programmatically read its version? I have a single-page application using backbone, and would like ...
0
votes
0answers
189 views

TFS changeset/revision information offline

I'm looking for a way to extract changeset number or revision number information from a TFS workspace at build time, while potentially offline from the TFS server. The specific problem is as follows. ...
1
vote
1answer
82 views

Mercurial: get a list of revisions that match a partial revision number

I am trying to create an autocomplete textfield for selecting a Mercurial revision (full node id). I can use hg log --template '{node}\n' to get all revisions, but it takes over 1s for that command to ...
0
votes
1answer
97 views

how to get partial update from subversion

I'm in the following scenario in my application's repository: revision 7 (2 changed files, 1 added file) revision 6 (4 changed files) revision 5 (2 added, 2 deleted, 2 changed) revision 4 (3 changed ...
0
votes
0answers
28 views

fetch Partial Code for some updates from Vault

Below is the scenario for what I want: I have a Feature List that contains different line items to fix. We can number these like line item1,line item2,line item3 up to line itemn A team of 3 ...
2
votes
2answers
150 views

What's the algorithm wikipedia uses for their version comparison feature

I am currently implementing some sort of text-version (revision) comparison visualizations and am trying to find some information about how wikipedia achieves their "View History"-feature in which ...
0
votes
2answers
55 views

fetch code from svn on basis of commit

Below is the scenario for what I want: I have a Feature List that contains different line items to fix. We can number these like line item1,line item2,line item3 up to line itemn A team of 3 ...
0
votes
0answers
89 views

Drupal - How to change the revision uid on node save

I need to change the revison uid of 7000 nodes on a site. So I am using Views Bulk Operations to perform this action, by publishing or saving the the 7000 nodes concerned. Then I use the ...
0
votes
2answers
1k views

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 ...

1 2 3 4 5 6