Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [revision]

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.

1 vote
0 answers
45 views

How to prevent CMake rerun after CMakeLists.txt changed?

I am working on a project in Mercurial with CMake in Windows Visual Studio 2022. CMake reruns every time I switch from one revision to another, which changes CMakeLists.txt, and a very time costly ...
teencutie's user avatar
0 votes
1 answer
32 views

Git select ansestor based on commit date

I can do HEAD@{30d} to get where my HEAD was 30d ago. But this is based on the local reflog. It won't contain commits that I never checked out and may contain other branches that I switched to even if ...
Kevin Cox's user avatar
  • 3,156
0 votes
0 answers
139 views

Polarion API - get the document revision number

I am wondering if it is possible to retrieve a newly created document revision number through the Polarion API. Currently I am trying to branch a source document to a new one but I can't get the ...
Alicemirror's user avatar
0 votes
1 answer
40 views

revision method list() return only 3 revisions

the code below I use to connect to Google Cloud and get specific sheet revisions (old versions of the sheet) it was working fine until yesterday, although I am using maxResults=100 but it only gives ...
bido_Boy's user avatar
0 votes
1 answer
78 views

Python InfiniteDefaultRevisionDictionary, any implementations?

In programming, certain dictionary-based data structures are very useful and important. For example: Revision dictionary: Revision dictionary is a sub-type of dictionary that keeps keys sorted in the ...
xuancong84's user avatar
  • 1,539
0 votes
0 answers
42 views

Publish Revision using Drive API returns: The user does not have sufficient permissions to publish revisions for this file

Using a service account on GCP and impersonated as a google worspace user using the domain wide delegation with following scopes https://www.googleapis.com/auth/drive https://www.googleapis.com/...
jose.escrich's user avatar
0 votes
0 answers
21 views

What do I do when publish revision doesn't work?

In Eko studio. Me and my classmates have been trying to publish our works since yesterday. My publish gets to about 50% and then it fails. What's going on? Most of us are located in Sweden but the ...
Hanne's user avatar
  • 1
0 votes
0 answers
449 views

Failed to deploy new revision in Azure Container App

Im using Azure Container App to deploy my application but i have gotten an issue with deploying new revision to deloy new change for my app since last Friday. Do anyone know how can i resolve it? This ...
LuxuryFi's user avatar
0 votes
0 answers
19 views

Git svn fetch restarts from 0 at each branch point

I am trying to clone the last 2 years of history from an SVN repository. I specified in the git svn init that I only wanted to get revisions from 5000 to HEAD (using -r5000:HEAD) and followed with git ...
overload's user avatar
0 votes
1 answer
27 views

why does maven search for parent_project:pom:${revision} when building this child_project?

background directory layout | |`parent_project/pom.xml | |`child_project/pom.xml parent pom <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven....
friend.code's user avatar
0 votes
1 answer
241 views

How to get the ID of a specific gist revision?

I try to use the following link template to reference different revisions of a gist: https://gist.githubusercontent.com/<username>/<gist-id>/raw/<revision-id>/<filename> but I ...
Moissinac's user avatar
  • 105
2 votes
1 answer
73 views

How to change a versioned svn property without changing/adding anything else in a repo?

I am the administrator of a very large, over 1.3 M revisions, SVN repo. I have to extract a large subset to create a new SVN repo and I can neither add new revisions to the original repo nor modify ...
polik's user avatar
  • 21
1 vote
1 answer
30 views

Best practice to store Subversion revision info app-wise

Subversion has the $Rev$ keyword, that's replaced by in example $Rev: 1843 $ when a file with that keyword is committed. Subversion places on it the revision this commit created. I'd like to use this ...
Hikari's user avatar
  • 3,887
2 votes
1 answer
82 views

Select from SQL database information with newest revisions

I coding web app for my client and have issue with selecting from database raports with newest revisions. SELECT raports.*, r1.*, users.*, (SELECT COUNT(*) FROM ...
Kamil Wojnarowski's user avatar
0 votes
0 answers
49 views

How we extract inserted script with revisions-objecct of MS word VBA for lots of docx-file

In case that I have lots of docx documents which are recorded change track, how do we extract inserted sentence from these docx documents ? By searching, I understood I should use Revisions collection....
aaaaa0a's user avatar
  • 137

15 30 50 per page
1
2 3 4 5
32