Polarion ALM Tipps #2: avoid svn copy/move

Unless you really want to preserve history, avoid svn copy/move on e.g. workitem-configuration. By using svn copy/move you’ll  create connections between projects that will hinder you once you want to move, copy, archive etc. projects.
Instead use svn export + add to e.g. copy files from one project to another.
Svn copy/move is perfectly fine inside a project.

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert