U++ framework
Do not panic. Ask here before giving up.

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: 332
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: Tue Jun 16 06:57:14 GMT+2 2026

Total time taken to generate the page: 0.00426 seconds