Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Document how to remove a component from svn:externals

...

Once the Git repo is up and running:

01) 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:

No Format

svn pe svn:externals https://svn.apache.org/repos/asf/commons/trunks-proper

31) 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

24) Move the rest of the contents (branches,tags,trunk, etc) to

...