资 源 简 介
Step 1: Get a clone of openwrt subversion repository
As the process of converting to git is network intensive, error prone and time
consuming I suggest you fetch your own clone of openwrt repository.
This step is optional.
To grab your copy:
1. create subversion repository: svnadmin create file://$HOME/svn/openwrt
1. edit/create pre-revprop-change hook so svnsync can clone to your repo; putting single exit 0 will suffice; see svnsync.txt for more information
1. initiate for svnsync: svnsync init file://$HOME/svn/openwrt svn://svn.openwrt.org/openwrt
1. fetch the repo: svnsync sync file://$HOME/svn/openwrt
1. You can later issue the above command to fetch all changes from original repo.
Initial synchronization took several hours. Check download section for more or
less current initial copy.
If you locked