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.
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 ...
2
votes
1answer
2k views
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 ...
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?
1
vote
1answer
139 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 ...
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 ...
1
vote
1answer
568 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 ...
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 ...
1
vote
1answer
857 views
Jenkins (Hudson) plugin to translate revision number to build number
I'm looking to a Jenkins (fka Hudson) plugin to visualize which revision number is connected to each build number (SCM is SVN, build done by maven).
Does anyone know of such a plugin?
Update1:
Yes, ...
1
vote
1answer
92 views
Local history / revisions for development files
In eclipse you have local history, I was wondering if there is some software that can keep track of file history similar to this but without using eclipse.
Basically I want to be able to track my ...
1
vote
1answer
205 views
How does versioning of posts work in a WordPress database
I'm developing a site ontop of a wordpress 3.0 database but is having trouble understanding the implementation of posts/draft/auto-draft/inherit/revision. I do believe that the first save (but not ...
1
vote
1answer
243 views
Row Level Revision Queries MySQL
I currently implement some kind of version control for values in a table. I have a composite primary key between bookingId and revision. I want to be able to select all records from this table which ...
1
vote
1answer
148 views
integrating uppercut and cc.net
I am trying to integrate uppercut and cc.net for getting build and revision...
What do I have to put in the codebuild folder?
while running cc.net, I'm getting
svn folder Unable to execute file ...
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 ...
0
votes
1answer
38 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
26 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
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
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
1answer
46 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
1answer
77 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
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
96 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
1answer
634 views
Get SVN diff between branches up to a certain revision
I am creating a new branch for each release in my SVN root such as :
/tags/release-1
/tags/release-2
I'd like to get a diff of all files between the 2 branches up to a given release.
I'm OK ...
0
votes
1answer
307 views
How to get the revision of a specific file using SVNKit?
Given a file, how do i get its revision in the repository without checking it out? Is there a way or function in SVNKit that allow me to do so?
For example I hava a file named foo.java, how would i ...
4
votes
0answers
144 views
Deployment via Beanstalk - Deploying specific revision
I am developing an API. We have 3 environments. Dev (Not local setup), Staging and Prod.
As usual, we develop everything on Dev. Once completed, push that to staging, test it there and then push to ...
1
vote
0answers
46 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 ...
1
vote
0answers
137 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 ...
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 ...
1
vote
0answers
72 views
How get the SVN revision information in PHP since the new version of SVN
I need to get the SVN revision number of my site in PHP.
Before the new version of SVN, i used the following code :
$svnFile = @file(REALROOT . '.svn/entries');
return $svnFile[3] . "(" . $svnFile[9] ...
1
vote
0answers
400 views
SVN: “Found malformed header […] in revision file”
This is kind of a continuation of this question, but a very different problem.
Backstory: After creating a dumpfile using svnadmin, I was getting this error:
svnrdump: E125005: Cannot accept non-LF ...
1
vote
0answers
143 views
P4Java sync to head revision
The Sync API in P4Java is pretty straightforward right?
client.sync(FileSpecBuilder.makeFileSpecList("//depot/test/..."), new SyncOptions(forcesync, false, false, false));
The problem is that, when ...
0
votes
0answers
10 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
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
0answers
66 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 ...
0
votes
0answers
57 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 ...
0
votes
0answers
71 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
0answers
170 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 ...
0
votes
0answers
128 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
117 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 ...
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
...
0
votes
0answers
187 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. ...
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 ...
0
votes
0answers
88 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
0answers
198 views
Horners method for computing polynomials recursively
i am trying to compute a polynomial recursively using Horners method. I have been able to do it iteratively but i wanted to write a recursive solution. i came up with a recurdive solution but my ...
0
votes
0answers
51 views
SVN merge without -r N:HEAD does not work
I tried to use svn exactly as described in the documentation, like:
svn merge file:///myPathToRep/trunk/
My branch is clean and does not contain any local modifications. My branch is modified the ...
0
votes
0answers
95 views
In which version od Android SDK was SDK Setup.exe and SDK Manager.exe introduced?
Since I am currently working with legacy Android code that depends on very specific revision of Android SDK I would need to know in which version of Android SDK were these two exe files introduced:
...
0
votes
0answers
155 views
Using java to get revision information in MS-Word 2007
Is there some java library can get revision information in MS-Word 2007 ?
Apache POI is the well known java tool for MS Office document, but no API found for getting revisions.
Geln
0
votes
0answers
56 views
Subclipse - How to mark a major revision?
How does one go about marking a major revision using the Subclipse plugin? I'd like to mark a project at the end of an iteration such that it's possible to revert if necessary without going through ...
0
votes
0answers
214 views
Find the base revision,message
I have a task:
"Find base revision: select latest SVN revision that has message "TRANSLATION_BASE_EN_NO". If tag was found - get all the resources from that revision"
How can I read messages, and ...


