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 » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » TheIde doesn't detect svn properly
Re: TheIde doesn't detect svn properly [message #40032 is a reply to message #40031] Mon, 27 May 2013 09:32 Go to previous messageGo to previous message
Zbych is currently offline  Zbych
Messages: 326
Registered: July 2009
Senior Member
Hi Honza,

Your patch works. Thank you.
I modified it a little bit to avoid double verification of package directory and Ide::SvnDirs looks like this:

Vector<String> Ide::SvnDirs()
{
	Vector<String> d = GetUppDirs();
	d.Insert(0, GetFileFolder(PackagePath(actualpackage)));

	Vector<String> r;
	for(int i = 0; i < d.GetCount(); i++)
		if(IsSvnDir(d[i]))
			r.Add(d[i]);
	return r;
}

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: TheIde crashes when there is an error in translation file
Next Topic: BUG with .lay files - 'Z's added
Goto Forum:
  


Current Time: Mon May 13 05:54:10 CEST 2024

Total time taken to generate the page: 0.02553 seconds