[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:       2007-12-07 1:48:02
Message-ID: 1196992082.344627.8618.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 745775 by apaku:

another sanity check for the import job

 M  +1 -1      svnimportjob.cpp  


--- trunk/KDE/kdevplatform/plugins/subversion/svnimportjob.cpp #745774:745775
@@ -99,7 +99,7 @@
 
 void SvnImportJob::start()
 {
-    if( m_job->mapping().sourceLocations().isEmpty() )
+    if( m_job->mapping().sourceLocations().isEmpty() || \
!m_job->mapping().sourceLocations().first().localUrl().isValid() )  {
         internalJobFailed( m_job );
         setErrorText( i18n( "Not enough information to import" ) );


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

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