MCPcopy Create free account
hub / github.com/KDE/kdevelop / import

Method import

plugins/subversion/kdevsvnplugin.cpp:293–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293KDevelop::VcsJob* KDevSvnPlugin::import(const QString & commitMessage, const QUrl &sourceDirectory, const KDevelop::VcsLocation & destinationRepository)
294{
295 auto* job = new SvnImportJob(this);
296 job->setMapping(sourceDirectory, destinationRepository);
297 job->setMessage(commitMessage);
298 return job;
299}
300
301KDevelop::VcsJob* KDevSvnPlugin::createWorkingCopy(const KDevelop::VcsLocation & sourceRepository, const QUrl &destinationDirectory, KDevelop::IBasicVersionControl::RecursionMode recursion)
302{

Callers 1

runMethod · 0.45

Calls 2

setMappingMethod · 0.45
setMessageMethod · 0.45

Tested by

no test coverage detected