Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » U++ community news and announcements » 2021.1 rc
Re: 2021.1 rc [message #56954 is a reply to message #56952] Mon, 03 May 2021 16:19 Go to previous messageGo to previous message
Klugier is currently offline  Klugier
Messages: 1106
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello Mirek,

I just found that HasGit function returns false on macOS even if git and svn is installed. It blocks launching UppHub from Setup -> UppHub. The line that return false on macOS is (idebar.cpp - 388):
	menu.Add(HasGit(), "UppHub..", IdeImg::UppHub(), [] { UppHub(); });


Also HasGit is looking for svn on POSIX instead of git:
bool HasGit()
{
	String dummy;
	static bool b = Sys("svn", dummy) >= 0;
	return b;
}


On macOS default command for svn might return different end value than greater than zero.

Klugier


U++ - one framework to rule them all.

[Updated on: Mon, 03 May 2021 16:21]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: 2021.1 (alpha)
Next Topic: 2021.1 rc2
Goto Forum:
  


Current Time: Sun Aug 24 16:31:56 CEST 2025

Total time taken to generate the page: 0.04898 seconds