Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.
The "MovingToGit" page has been changed by BenediktRitter: https://wiki.apache.org/commons/MovingToGit?action=diff&rev1=3&rev2=4 Comment: Document how to remove a component from svn:externals Once the Git repo is up and running: - 0) Edit the projects data file (as below) and replace the location reference if necessary: + 1) Edit the projects data file (as below) and replace the location reference if necessary: https://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/files.xml + 2) Remove the project from the svn:externals property of the trunks-proper directory: + + {{{ + svn pe svn:externals https://svn.apache.org/repos/asf/commons/trunks-proper + }}} + - 1) Add a README file to the top level of the SVN tree for the component, e.g. math + 3) Add a README file to the top level of the SVN tree for the component, e.g. math For example: https://svn.apache.org/repos/asf/commons/proper/math/MathNowUsesGit.txt - 2) Move the rest of the contents (branches,tags,trunk, etc) to + 4) Move the rest of the contents (branches,tags,trunk, etc) to https://svn.apache.org/repos/asf/commons/_moved_to_git/math --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org