git://openocd.git.sourceforge.net/gitroot/openocd/openocd
+You may prefer to use a mirror:
+
+ http://repo.or.cz/r/openocd.git
+ git://repo.or.cz/openocd.git
+
Using the GIT command line client, you might use the following command
to set up a local copy of the current repository (make sure there is no
directory called "openocd" in the current directory):
the repository or to downlad arbitrary snapshots using HTTP:
http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd
+ http://repo.or.cz/w/openocd.git
Snapshots are compressed tarballs of the source tree, about 1.3 MBytes
each at this writing.
@uref{git://openocd.git.sourceforge.net/gitroot/openocd/openocd}
+You may prefer to use a mirror and the HTTP protocol:
+
+@uref{http://repo.or.cz/r/openocd.git}
+
With standard GIT tools, use @command{git clone} to initialize
a local repository, and @command{git pull} to update it.
There are also gitweb pages letting you browse the repository
@uref{http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd}
+@uref{http://repo.or.cz/w/openocd.git}
+
The @file{README} file contains the instructions for building the project
from the repository or a snapshot.