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

Questions tagged [version-control]

Version control is the management of changes to documents, programs, and other information stored as computer files. Use this tag to mark general questions about usage and applicability of version control, VCS comparison. For most commands and techniques specific to each particular VCS there are specific tags, which should be preferred.

3,240 questions with no upvoted or accepted answers
28 votes
0 answers
1k views

Xcode source control view history modified files fail

I used Xcode source control to connect with SVN server. After check out the source, I executed the commit, update, all work fine. But when I click Source Control > History, and click show modified ...
tuzr2002's user avatar
  • 301
10 votes
4 answers
2k views

pip install always clones git repos even if package is already installed

Is there a way for pip to check if the git specified package is already installed and skip git cloning altogether? Documentation mentions that you can specify the version after the egg definition but ...
giskou's user avatar
  • 833
10 votes
0 answers
882 views

SVN copy equivalent if using Git-SVN bridge

Im using the Git-SVN bridge for a remote Subversion repository. Now, I need something like the svn copy command in Git / Git-SVN, so that it looks like I used svn copy to the remote SVN repository. ...
BuZZ-dEE's user avatar
  • 6,637
9 votes
0 answers
696 views

Qt Creator: Highlight lines changed after the last commit

As a code quality checker, That would be nice if I can see modified lines since the last commit highlighted. There is an option in Tools menu that you can diff your current working directory with the ...
s4eed's user avatar
  • 7,693
9 votes
1 answer
728 views

Why does Visual Studio rearrange the .designer files all the time?

You usually don't see those files because they're hidden in the project tree and you only edit the GUI of a Windows Forms .NET application through the visual designer. But when using some kind of SCM (...
ygoe's user avatar
  • 19.8k
8 votes
0 answers
584 views

How to always "Show all affected files" from "Version Control" in IntelliJ IDEA

I can remember when using Jetbrains Rubymine and clicked on "show svn history" I was able to see all affected files of each commit directly by selecting the commit, I guess they have been preloaded ...
H.R.'s user avatar
  • 506
8 votes
2 answers
283 views

Storing Windows SDKs in source control?

The question is at the end - let me start by posing the context: One of the problem we are facing at work when using Visual Studio is to make sure that everybody on the team is using the same version ...
Mickaël Pointier's user avatar
7 votes
1 answer
2k views

Curl 56 HTTP/2 stream 7 Error while pushing changes

I'm trying to push my changes to azure devops using git. But there's a error message display. PS D:\test\myProject> git push Enumerating objects: 114, done. Counting objects: 100% (114/114), done. ...
Thush Dananjan's user avatar
7 votes
0 answers
428 views

Is it possible to view Github's Dependency Graph for a specific branch rather than the entire repository?

As the title states, I was wondering if it was possible to view a Dependency Graph in a Github repository for a specific Branch or Tag in that repository, rather than for the entire repository itself, ...
iamtheamaznazn's user avatar
7 votes
1 answer
7k views

Azure dev ops push Authentication failed [source tree on mac]

I have set a dev-ops user account successfully before, while I'm working fine today I tried to push my code. source tree response is fatal: Authentication failed Early today I successfully push | ...
Mackr's user avatar
  • 73
7 votes
2 answers
133 views

Why merge trees to "last revision number at which the two trees were synchronized"?

In the TortoiseSVN documentation about merging, the instructions for "Merging Two Different Trees" state the following (emphasis mine): In both the From Revision field and the To Revision field, ...
Jean-François Corbett's user avatar
7 votes
1 answer
599 views

How to make travis-ci work with a local git branch instead of a specific commit?

I am using git and have configured travis-ci to build whenever someone commits to the master branch. Looking at the build log, this is what travis-ci does: git clone --depth=50 --branch=master git@...
Josh's user avatar
  • 707
7 votes
0 answers
698 views

Github referring sites traffic number varies

From the traffic page, does anyone know why the number of visitors from "Referring sites" changes upon refresh? Mainly I'm wondering what time period it reflects. It also does not seem there is a way ...
PascalVKooten's user avatar
7 votes
2 answers
3k views

"unpack failed: error Missing commit" but commit exists

After long hours of searching for this specific problem, i didn't find another solution but post a question here: Scenario: Two remote servers: git.address-a.com and git.address-b.com One local ...
Diogo Paschoal's user avatar
7 votes
0 answers
547 views

How to customise UnGit branch graph?

I'm using ungit for visualize branches and merges in my project. I don't use git just for the programming purposes and there are a lot of branching and merging. Currently I've tested some apps from ...
SddS's user avatar
  • 597

15 30 50 per page
1
2 3 4 5
216