Questions tagged [revisions]
73 questions
4
votes
1 answer
Get details of cells changed from a Google Spreadsheet change notification in a machine readable format
If I have a Google Spreadsheet e.g.
https://docs.google.com/spreadsheet/ccc?key=0AjAdgux-AqYvdE01Ni1pSTJuZm5YVkJIbl9hZ21PN2c&usp=sharing
And I have set up notifications on it to email me immediately whenever a cell changes.
And I make a change to…

worldofchris
- 493
- 6
- 19
4
votes
1 answer
How can I list the revision numbers of a document in CouchDB?
I know that I can retrieve a specific revision of a document via
http://localhost:5984/mydb/626b345059c2a54fbe8b8009ba87a409?rev=2-3696048776
but this assumes I know the revision number 2-3696048776. How can I list all available revisions for…

Robert Campbell
- 6,848
- 12
- 63
- 93
4
votes
2 answers
svn create patch from multiple revisions
If I have changes, commited in revisions 11, 13 , 17, 20 into a branch, can I create an svn patch like this ?
svn diff -r11:20

treefrog
- 1,027
- 1
- 15
- 30
3
votes
2 answers
Mercurial : user friendly way to display exact revision number of files?
When I was using Subversion as part of the build process I'd run an 'svn info' and capture the unique ID number and echo it to a header file for inclusion by other programs. This made it easy for users to say for example, 'I'm running build 456'…

fred basset
- 9,774
- 28
- 88
- 138
3
votes
2 answers
Content (blogs, articles) revision: Serverside or JS?
What is the best place to calculate differences between two versions of a text (and add corresponding "removed" and "added" css classes)?
Should this be done at the server or is it better to have client-side JS handle this?

Izz ad-Din Ruhulessin
- 5,955
- 7
- 28
- 28
3
votes
2 answers
perforce - sync multiple files at specific revisions quickly
Is there a way to synch multiple files at specific revisions quickly.
For example specify a list of files and revisions as follows:
foo#1
bar#4
baz#3
I could sync these in a foreach loop in he shell individually - but this would be slow for large…

John McGrath
- 151
- 1
- 11
3
votes
0 answers
File Revisions suspect behavior?
New problem seems to have appeared today with GoogleDrive non-native file revisions.
Been successfully updating existing documents in a GoogleDrive account for months now from a C# app via the GoogleDrive API - some files have 40, 60 and even over…

StuartD
- 83
- 6
3
votes
4 answers
How to get all revisions in subversion URL (trunk/branch) based on a string in svn comments?
Need some help on shell command to get all revs in subversion trunk URL based on a string in svn comments.
I figured out to get it on one file but not on URL.
I tried svn log URL --stop-on-copy and svn log URL --xml to get the revs but unsuccessful.…

iaav
- 484
- 2
- 9
- 26
2
votes
3 answers
SVN merge trunk into branch deleting files
I am trying to do something seemingly simple, yet having problems.
Basically, I have an svn repo, it has a trunk and a branch which was created from revision 122.
I added a file (src/utils/foo.py) to the branch, committed it as revision 128, all…

Dan.StackOverflow
- 1,279
- 4
- 18
- 28
2
votes
3 answers
Is there a way to check out a single file from a master that's behind on many Git commits?
I've got a code work flow dependent on pulling changes from a repo clones on dev machines into a repo master, then updating copies of that repo master on prod machines using something like a "git fetch" followed by a "git merge."
I've run into an…

buley
- 28,032
- 17
- 85
- 106
2
votes
1 answer
Revision History in CKAN
Does CKAN provide revision history for datasets?
I see a table and an API call, but I don't see anything in the UI and/or the database when making a modification to a dataset or the metadata fields.

Jackson
- 6,391
- 6
- 32
- 43
2
votes
5 answers
Do you version "derived" files?
Using online interfaces to a version control system is a nice way to have a published location for the most recent versions of code. For example, I have a LaTeX package here (which is released to CTAN whenever changes are verified to actually…

Will Robertson
- 62,540
- 32
- 99
- 117
2
votes
3 answers
Subversion: how to create a tag with folders at multiple revisions
We have a large project which consists of a single build job (Maven, via a pom.xml, with multiple child folders etc). Developers have given us three different revision numbers, and would like us to create a single tag that we can feed the (Hudson)…

Ken
- 21
- 1
- 2
2
votes
2 answers
How cut the mercurial repository from certain revision / push
I have broken some code in my last 4-5 revisions / pushes to main repository. At now I want to completely delete this pushes and start HEAD of my repository from that point. How can I do that? In SVN there is dump command, which copies whole…

quardas
- 651
- 3
- 10
- 23
2
votes
1 answer
Intelligent deletion of WordPress revisions
I want to clean up my WordPress database and delete some post revisions.
But I only found plugins or code to delete all revisions. But this is not, what I want. I want to keep revisions with major changes. That means only revisions saved within a…

woltis
- 31
- 5