[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdevplatform/plugins/subversion
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2009-09-14 22:09:26
Message-ID: 1252966166.112877.15934.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1023544 by apaku:

Hmm, expecting a non-existing directory wasn't such a good idea, svn
doesn't fail, so we shouldn't do so either.

 M  +1 -1      svncheckoutjob.cpp  


--- trunk/KDE/kdevplatform/plugins/subversion/svncheckoutjob.cpp #1023543:1023544
@@ -41,7 +41,7 @@
 bool SvnInternalCheckoutJob::isValid() const
 {
     QMutexLocker l( m_mutex );
-    return m_sourceRepository.isValid() && m_destinationDirectory.isLocalFile() && \
!QFileInfo(m_destinationDirectory.toLocalFile()).exists() && \
QFileInfo(m_destinationDirectory.upUrl().toLocalFile()).exists(); +    return \
m_sourceRepository.isValid() && m_destinationDirectory.isLocalFile() && \
QFileInfo(m_destinationDirectory.upUrl().toLocalFile()).exists();  }
 
 void SvnInternalCheckoutJob::run()


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic