Bug #300
Theide doesn't work well with newer SVN working copies
Status: | Approved | Start date: | 06/16/2012 | |
---|---|---|---|---|
Priority: | Immediate | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 0% | |
Category: | IDE | Spent time: | - | |
Target version: | - |
Description
Theide uses presence of .svn directory to recognize SVN versioned sources. But since subversion 1.7 the .svn is present only in top level directory of the checked out working copy. The result is that theide doesn't recognize any of the directories as versioned and the SVN-related features won't appear in the menu.
Simple fix should be to scan the directory tree up, until root is reached or .svn directory is present.
History
#1 Updated by Miroslav Fidler almost 13 years ago
- Priority changed from Normal to Immediate
#2 Updated by Miroslav Fidler almost 13 years ago
- Assignee changed from Miroslav Fidler to Jan Dolinár
As I do not have svn 1.7 installed and I do not plan to do so now either... Could you plase look into the issue and propose a patch?
#3 Updated by Jan Dolinár almost 13 years ago
As I do not have svn 1.7 installed and I do not plan to do so now either... Could you plase look into the issue and propose a patch?
Ok, I'll do it.
#4 Updated by Jan Dolinár almost 13 years ago
- Status changed from New to Ready for QA
- Assignee changed from Jan Dolinár to Miroslav Fidler
Patch committed in 5144. It fixes the issue for me. Please mark as approved when you check that it doesn't break anything else.
#5 Updated by Miroslav Fidler almost 13 years ago
- Status changed from Ready for QA to Approved
Seems OK. Thanks a lot!