Project project = pt.project;
// Change the project's name and move the repository.
String newProjectName = Project.newProjectName(pt.destination, project.name);
PlayRepository repository = RepositoryService.getRepository(project);
repository.move(project.owner, project.name, pt.destination, newProjectName);
User newOwnerUser = User.findByLoginId(pt.destination);
Organization newOwnerOrg = Organization.findByName(pt.destination);
// Change the project's information.