v3.2.6 of SourceTree for Windows showing ALL closed branches - atlassian-sourcetree

I was on v3.2.5 of SourceTree for Windows, working fine without any problem.
Then after upgrading to v3.2.6, my HgFlow-enabled repo is listing ALL the closed branches, ALL the closed features, ALL the closed releases in the treeview on the left!!
There is no way to rollback to v3.2.5, so I re-downloaded SourceTree from the web site, which installed v3.1.3.  The upgrade notification says a new version is available, but the version it says is unavailable is v3.2.6, so I will be sticking to v3.1.3 for now.
Anyone else experiencing this problem in v3.2.6?

Related

Is there a way to allow Windows users to access an XCode Project via GitHub [duplicate]

This question already has answers here:
How to Add Xcode project to Github repository from windows environment
(2 answers)
Closed 1 year ago.
I am currently doing a group project for my Computational Physics module at University. The submission must be as an XCode project and using a GitHub Repository. Two of the members of the group (of whom i am not one) have Windows and no access to Swift and XCode subsequently. Is there a way in which they could open and edit the project via an online compiler and return it to GitHub as a commit?
Not really. XCode is designed for Apple by Apple, and they understandibly don't want windows users to use it. I would recommend a virtual machine like VirtualBox.

Eclipse eGit not connecting to remote repository - NullPointerException at ProxyHelper getPasswordAuthentication

I've been trying to get eGit working with Eclipse 4.6.3 (IBM Rational Developer 9.6.0.6) but keep hitting the same error when either trying to pull/push an existing Git repository or clone another using http.
Mostly the error specifics are hidden but if you examine the error in the Error Log view the following is observed:
It looks like the password authenticator is missing from the host eclipse or something similar.
I found the answer to this and am sharing the knowledge.
After investigating the supported software on IBM's website for Rational developer I saw that it claimed to be compatible with eGit version 4.5.0201609210915-r, alas the eclipse add new software links postfixed with -4.5 & -4.6 no longer functioned correctly however I was able to successfully install a compatible eGit (version 4.7.0.201704051617-r) with the following:
http://download.eclipse.org/egit/updates-4.7
-edit-
Have just had success with the last of 4, version 4.11.0.201803080745r
http://download.eclipse.org/egit/updates-4.11

Netbeans "waiting for connection" error only on new project with WAMP [duplicate]

This question already has answers here:
Netbeans Xdebug on Windows 7 "waiting for connection" WAMP
(3 answers)
netbeans shows "Waiting For Connection (netbeans-xdebug)"
(24 answers)
Waiting for connection(netbeans-xDebug)-php-XAMPP
(1 answer)
Closed 4 years ago.
I'm running NetBeans IDE 8.2 with WAMP 3.1.0 on Windows 10.
On starting a debug session with a new project, the message "Waiting for connection (netbeans-xdebug)" has recently begun to appear.
Previous projects debug as expected with no change in any configurations. I've created and worked with half a dozen projects on the current setup and none has previously caused trouble.
Could somebody point me to possible reasons why one project can be debugged but another on exactly the same system can't? I've tried everything, even copying over a working project folder and making the necessary changes. (That worked once but not since, unfortunately.)

SymbolSource Nightmare

So after hours of jumping through hoops, I have gotten SymbolSource running except I am unable to push any packages. The error I am getting now is:
Response status code does not indicate success:
418 (Reading package metadata failed: The schema version of 'MyNugetPackage'
is incompatible with version 2.1.31002.9028 of NuGet. Please upgrade NuGet
to the latest version from See http://www.symbolsource.org/Public/Home/Help
for possible reasons. Fiddler may help diagnosing this error if your client
discards attached detailed information.).
First problem is that you can no longer download the command line version of v2.1.3 of Nuget. I tried the the oldest version available: v2.8.6 but I get the same error. Second problem is it looks like SymbolSource.Server.Basic hasn't been touched in 3 years. Is this project dead? Am I wasting my time? I can't find any other alternative for debugging nuget packages without publishing to a third party service (which my company won't allow)?
The Symbol Server project master branch hasn't been touched for 4 years as of writing, and there is a queue of pull requests and issues left open for even longer.
There is an 'upgrade' branch which hasn't been touched since 2014, but that has updated NuGet version.
There is a slightly more recent fork at https://github.com/TrabacchinLuigi/SymbolSource.Community/tree/upgrade
which uses more recent versions of NuGet. Also have a look at the GitHub 'network' for other potential maintained forks: https://github.com/SymbolSource/SymbolSource.Community/network
And alternative hosting solutions include:
https://inedo.com/proget
https://github.com/GitTools/GitLink
Edit -- I got my own version running:
https://github.com/i-e-b/SymbolSourceSane

How can I install the older version of TFS for eclipse

I just updated TFS plugin in eclipse and cannot connect to TFS server anymore. The reason is that the server has an older version. So, I have to roll back to older version but cannot find it in microsoft site. It just has the new version.
Does anybody know where I can get the older version(2012) of TFS?
I had the same issue this morning. I executed the following steps and it worked!!!!
Download the older version of TFS plugin (TFSEclipsePlugin-UpdateSiteArchive-11.0.0.1306.zip) from http://www.microsoft.com/en-us/download/details.aspx?id=30661
Go to eclipse--> help-->install new software-->add--> choose atchive--> locate the download from step 1.-->Finish
A quick restart of eclipse, you are all set!!!
Saravana.
Team Foundation Server 2012 with Update 3 can be found on the Microsoft Download Center.