|
|
|
@ -656,7 +656,7 @@ bool kdesvnfilelist::checkDirs(const TQString&_what,FileListViewItem * _parent)
|
|
|
|
|
// prevent this from checking unversioned folder. FIXME: what happen when we do open url on a non-working-copy folder??
|
|
|
|
|
if (!isWorkingCopy()|| (!_parent) || ((_parent) && (_parent->isVersioned()))) {
|
|
|
|
|
if (!m_SvnWrapper->maketqStatus(what,dlist,m_pList->m_remoteRevision) ) {
|
|
|
|
|
kdDebug() << "unable maketqStatus" <<endl;
|
|
|
|
|
kdDebug() << "unable makeStatus" <<endl;
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
@ -667,7 +667,7 @@ bool kdesvnfilelist::checkDirs(const TQString&_what,FileListViewItem * _parent)
|
|
|
|
|
m_SvnWrapper->getaddedItems(what,neweritems);
|
|
|
|
|
dlist+=neweritems;
|
|
|
|
|
bool ownupdates = true;
|
|
|
|
|
//kdDebug() << "maketqStatus on " << what << " created: " << dlist.count() << "items" <<endl;
|
|
|
|
|
//kdDebug() << "makeStatus on " << what << " created: " << dlist.count() << "items" <<endl;
|
|
|
|
|
|
|
|
|
|
if (isUpdatesEnabled()) {
|
|
|
|
|
viewport()->setUpdatesEnabled(false);
|
|
|
|
|