Replace svn.foo.org with svn.example.com in git-svn docs (RFC 2606)
foo.org is an existing domain, use RFC 2606 complying example.com instead
as used in other docs as well.
Signed-off-by: Michael Prokop <mika@grml.org>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
maint
Michael Prokop17 years agocommitted byShawn O. Pearce
@ -473,7 +473,7 @@ Tracking and contributing to the trunk of a Subversion-managed project:
@@ -473,7 +473,7 @@ Tracking and contributing to the trunk of a Subversion-managed project:
# You should be on master branch, double-check with git-branch
@ -495,7 +495,7 @@ Tracking and contributing to an entire Subversion-managed project
@@ -495,7 +495,7 @@ Tracking and contributing to an entire Subversion-managed project
# Reset your master to trunk (or any other branch, replacing 'trunk'
@ -514,7 +514,7 @@ have each person clone that repository with 'git-clone':
@@ -514,7 +514,7 @@ have each person clone that repository with 'git-clone':
ssh server "cd /pub && git svn clone http://svn.foo.org/project
ssh server "cd /pub && git svn clone http://svn.example.com/project
# Clone locally - make sure the refs/remotes/ space matches the server
mkdir project
cd project
@ -523,7 +523,7 @@ have each person clone that repository with 'git-clone':
@@ -523,7 +523,7 @@ have each person clone that repository with 'git-clone':