Skip to main content

Questions tagged [source-control]

The tag has no usage guidance.

0 votes
2 answers
2k views

Open file from previous commits without overwriting working copy

VSCode allows open files from previous commits in comparison editor, is there a way open a file in normal editor, without any comparison? I'd like to have 2 files opened in 2 tabs, one - current ...
vanowm's user avatar
  • 265
0 votes
1 answer
415 views

How to search for specific text only in uncommitted changes since last commit in Visual Studio Code?

I have made changes to my repository and I can see the changes of the files under Source control in this tab on the left of VS Code. This shows all my uncommitted changes in git. I have a compilation ...
heretoinfinity's user avatar
0 votes
1 answer
595 views

How to I undo already commited changes only for a chosen line = at "line level" (not the whole file) in codium/vscode?

Use case. I have committed a file with many changes, and I forgot to make a new commit for a much smaller side-task - to clean the file from some personal outdated e-mails I found in there, which has ...
questionto42's user avatar
  • 2,423
2 votes
0 answers
299 views

What are ".metadata" directories for

I've been asked to take ownership of an old code base. There are a lot of unusual things in the git repo including loads directories called ".metadata". Each of these directories contains a ...
Stormcloud's user avatar
0 votes
0 answers
365 views

Android Repo Sync Error

Hi I am trying to clone lineage os 18.1 but when a do a repo sync it gives me this error. Fetching: 0% (0/857) warming uperror: Cannot fetch LineageOS/android (Error: [('/mnt/x/android/lineage/18.1/....
Hussain's user avatar
1 vote
1 answer
30 views

Is there a way to match — or clean up — a forked git local repository branches to what exists upstream?

I have a fork of ERPNext from several months ago. Upstream has cleaned out a lot of branches since I forked, so my repo now has 184 branches, while upstream only has 41 branches. Is there a way to ...
laydros's user avatar
  • 13
57 votes
5 answers
61k views

How do you install git-filter-repo?

I'm attempting to use git-filter-repo to remove large binaries from my repository. I have not used python before. I installed the latest python by clicking on the downloaded .exe file as that is a ...
CBFT's user avatar
  • 783
1 vote
0 answers
27 views

Why does SourceSafe 2005 seem to show all Project Folders as being different?

From within Visual SourceSafe 2005 I'm selecting Show Differences Show files that are different in both locations and Recursive There are no differences between the files in SourceSafe and the ...
Joseph's user avatar
  • 131
0 votes
0 answers
1k views

Can I block svn from committing if the code contains certain keywords?

Every once in a while I happen to accidentally commit code containing console.log or debugger; to my svn trunk. Obviously this is not ideal and I'd like to add checks that'd prevent me from committing ...
MMM's user avatar
  • 2,886
2 votes
1 answer
6k views

Team foundation server how to find a particular user's check-in only

In the Source Control Explorer, against a project by the View History I can see all the check-in done by the users. In case if I want to see a particular user's check-in only, how can I filter? ...
Arulkumar's user avatar
  • 584
0 votes
1 answer
179 views

Connect tfs express 2015 to Visual Studio 2005

I have installed on my Windows 10 machine VS2005 and VS2015. I have created a server with TFS 2015 express. I am able to configure TFS on VS2015 with no issues. I would like to have TFS also on VS2005....
ehh's user avatar
  • 135
0 votes
0 answers
83 views

Visual Studio 2015 warning dialogs don't render correctly

My Visual Studio 2015 warning dialogs appear to not be rendering correctly. They have (seriously) over-sized icons and the text is cut-off... And if cancelled and opened a second time, the dialog ...
AndrewD's user avatar
  • 101
2 votes
1 answer
175 views

What happens to a branch when the master is deleted?

Say I create a branch of folder Master in my repository and make some commits to it. I used TortoiseSVN's Create Branch command, which executes: svn copy FROMURL TOURL to create the branch on the ...
Nick Udell's user avatar
0 votes
1 answer
1k views

If you cancel a subversion UPDATE, what happens to so-far downloaded files?

Say you "Update" a local svn from a remote repo. For clarity, say the update will have 100 items (new files) totalling 1gb. Say the net breaks and the Update is stopped half way through. (Or, you ...
Fattie's user avatar
  • 121
3 votes
1 answer
1k views

If you cancel a subversion commit, are the so-far sent files committed?

On a subversion repo, I just added 2 GB (100 files) to my local copy, and committed. FTR this is using the popular Versions.app as a client - the repo is an ordinary xp-dev svn repo. It's now 1/2 ...
Fattie's user avatar
  • 121

15 30 50 per page