Questions tagged [revisions]
73 questions
1
vote
3 answers
Show list of deleted lines between two revisions
I have two revisions r1 and r2. r1 added different lines to different files(and did other modifications too). r2 deleted some of the lines introduced by r1 from some of the files. Is there any way to get a list of those files from which r2 deleted…

callow
- 517
- 1
- 4
- 15
1
vote
1 answer
Google Drive api revisions information null
When I tried to get the information about the last user that has modified an specifific revision or the size of the revision, the result is null.
I dont know why, but this happens to me with the type of files: mimeType:…

user1900856
- 51
- 5
1
vote
1 answer
grunt-rev with images in javascript source?
I'm assigning a few pictures in JavaScript:
if(retina) {
images.src = '../images/screen2@2x.png';
} else {
images.src = '../images/screen2.png';
}
How can I tell grunt-rev to change those paths as it does with the images assigned in the CSS…

Patrick
- 7,903
- 11
- 52
- 87
1
vote
1 answer
see revision differences with TortoiseSVN
How do I see the differences between revisions 1 and 100 of an open source project with TortoiseSVN?

Delirium tremens
- 4,623
- 9
- 46
- 59
1
vote
3 answers
Should I store multiple versions of a document in localstorage by document_id or document_id_version?
I need to write a script to manage conflicting versions of a document in local storage. I'm currently thinking about two alternatives and have trouble deciding which one will be more scalable.
My documents will be stored as JSON and will have an id…

frequent
- 27,643
- 59
- 181
- 333
0
votes
2 answers
Google Docs like revisioning?
I need to implement similar revisioning history what Google Docs documents have. I'm just wondering how they have implemented revisioning. If you do one change, then that change is saved. Does that mean they have one full copy of document when one…

newbie
- 24,286
- 80
- 201
- 301
0
votes
1 answer
Node Revisioning VID used for views argument
I've built a node reference field that allows multiple multi-media content types to be accessed. I then threw it together in a view so I could group based on content type, so images are with images, documents with documents, etc.
All works fine with…

Jason
- 3
- 3
0
votes
2 answers
How to get revisions from Excel or PowerPoint Files in C# using Interop?
Am working on an application that needs to count words from documents and revisions.
as you can see here, I have already resolved this for Word Documents (well, as much it can be resolved) but now i find myself wondering how to get that data from…

537mfb
- 1,374
- 1
- 16
- 32
0
votes
1 answer
Mapping Revisions Table in Fluent NHibernate
I want to audit my Posts table by preserving whole record changes to a PostRevisions table before Post rows are updated. PostRevision entities should store all the Post entity columns along with a RevisionId column.
I want to map this with Fluent…

Petrus Theron
- 27,855
- 36
- 153
- 287
0
votes
1 answer
Obtaining the list of document revisions in PouchDB when Upsert plugin is used
I am building an ElectronJS app and storing a list of documents locally using PouchDB. I am using the pouchdb-upsert for inserting new records. It is also creating revisions in the database and I can see them nicely.
PouchDB data screen…

user3833490
- 15
- 1
- 6
0
votes
1 answer
Get advanced custom fields (ACF) revisions
I have a site using the WordPress REST API and advanced custom fields ACF. I use the plugin ACF TO REST API to expose the AC fields to the REST API. So far so good.
But now I want to add normal functionality to the «Preview Changes» button within…

Merc
- 4,241
- 8
- 52
- 81
0
votes
1 answer
Importing multiple revisions in sync into SVN
I have been developing a project without SVN for a while and now I wish to use SVN. I have been keeping many revisions of this project as a series of numbered tar.bz2 files (tarballs). I would like to import these many tarballs into an SVN…

Skaperen
- 453
- 4
- 13
0
votes
1 answer
TFS API VS2010 - How do I set the comment on a workitem revision?
I've been beating my head against the wall and can't figure this out. I would post an image to help show you what I mean, but I'm a newbie ;)

HartyeTech
- 181
- 5
0
votes
2 answers
SVN: find files updated to nonexistence
I am writing a shell script which can store the actual state of a SVN working copy and restore it later, exactly as it was. Currently I have a problem with specific, rare combination of revisions of files and directories which seems to be…

Piotr Siupa
- 3,929
- 2
- 29
- 65
0
votes
1 answer
Limit Wordpress revisions of Pages and CPT without plugin
I am creating this question both to answer it for myself, but also to help others who might find the same issue, as I cannot find a single article about this online.
I have been using the below code, within the wp-config.php file for some time now,…

dungey_140
- 2,602
- 7
- 34
- 68