revisions Questions

2

Solved

Is it possible to checkout all the files in a repository for a specific revision? Say for example that my repository is at revision 88. I don't want to revert or backout any of the changes up to re...
Fingernail asked 5/12, 2013 at 20:42

4

Solved

I heard a lot of buzz about C++17 and C++14 even when C++11 was rolling out. But now I understand that C++17 is on track to deliver (without Concepts) in the Fall of 2017, but I'm still not sure w...
Manzo asked 5/8, 2016 at 12:48

4

Solved

I have one line of code which seems commented. Basically the thing I want to find is the revision that changed this line in the code. So, is it possible to see changes in code related to a specif...
Stamata asked 29/10, 2009 at 11:18

1

I am trying to find a way to retrieve a detailed list of Google doc revisions using Google Drive API. I have tried to implement it in Java, and it does return a list of 10 revisions. However, this ...
Kiaochow asked 28/10, 2012 at 8:20

1

Solved

I have an issue with Subversion not showing all revisions I'd expect to see when I look further down in the directory tree. Let this be my directory structure: trunc |____ src |____Folder1 |__...
Mistrial asked 27/5, 2015 at 12:53

2

Solved

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 sh...
Pompon asked 14/1, 2015 at 9:58

0

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 Go...
Infrangible asked 22/4, 2014 at 21:6

1

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

4

Solved

I have to keep track of revisions of records in a table. What I've done is create a second table that inherits from the first and adds a revision counter. CREATE TABLE A ( id SERIAL, foo TEXT, PRI...
Laomedon asked 13/2, 2010 at 21:38

1

Solved

I need revisions of different tags. So far I used a Tag-Browser in SmartSVN. However it is quite slow. Something like svn ls "^/tags" shows only the tags but no revisions. And something like svn...
Opinionative asked 15/7, 2013 at 15:33

8

Solved

I have an asp.net/C# app that uses subversion for source control. My app automatically increases it's AssembleVersion and AssemblyFileVersion on each build which works like a charm, and displays t...
Lentha asked 28/7, 2010 at 10:56

4

Solved

I have a table say: CREATE TABLE "DataNode" ( "ID" NUMBER(7,0), "TYPE" NUMBER(7,0), "NAME" VARCHAR2(100), "STATUS" NUMBER(7,0), "REVISION" NUMBER(4,0), "MODIFIEDAT" DATE ); CREATE TABLE ...
Adopt asked 23/11, 2010 at 16:17

1

Solved

So in SVN you can do things like: svn merge -r555:558 svn diff -c551 but (as far as I know) there is no way to do: svn merge -r555:558, 592:594 svn diff -c551, 557, 563 For merges you can alw...
Indwell asked 22/4, 2010 at 15:54

2

Solved

Is there any way of showing which revision is equivalent to a certain tag?
Rattlebrain asked 11/2, 2010 at 19:9
1

© 2022 - 2024 — McMap. All rights reserved.