summaryrefslogtreecommitdiffstats
path: root/git-svn.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-13 08:09:17 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-13 08:09:17 +0000
commit24351a850088ad4095ad5582fb14e9a8ee689377 (patch)
tree6349b4fb3b39d03473f50b04a2e4e2cc5c775ab1 /git-svn.html
parent91f77a0d717f22a5e0b1c474ee9b8db28fa0e0ca (diff)
downloadgit-htmldocs-24351a850088ad4095ad5582fb14e9a8ee689377.tar.gz
Autogenerated HTML docs for v1.5.0-rc1-gb60d
Diffstat (limited to 'git-svn.html')
-rw-r--r--git-svn.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-svn.html b/git-svn.html
index 49e63b689..954cf47db 100644
--- a/git-svn.html
+++ b/git-svn.html
@@ -514,7 +514,7 @@ manually joining branches on commit.</p>
<dd>
<p>
Only used with the <em>init</em> command.
- These are passed directly to <a href="git-init-db.html">git-init-db(1)</a>.
+ These are passed directly to <a href="git-init.html">git-init(1)</a>.
</p>
</dd>
<dt>
@@ -786,7 +786,7 @@ SVN was very wrong.</p>
<p>Tracking and contributing to a the trunk of a Subversion-managed project:</p>
<div class="listingblock">
<div class="content">
-<pre><tt># Initialize a repo (like git init-db):
+<pre><tt># Initialize a repo (like git init):
git-svn init http://svn.foo.org/project/trunk
# Fetch remote revisions:
git-svn fetch
@@ -806,7 +806,7 @@ See also:
<em><a href="#tracking-multiple-repos">Tracking Multiple Repositories or Branches</a></em></p>
<div class="listingblock">
<div class="content">
-<pre><tt># Initialize a repo (like git init-db):
+<pre><tt># Initialize a repo (like git init):
git-svn multi-init http://svn.foo.org/project \
-T trunk -b branches -t tags
# Fetch remote revisions:
@@ -911,7 +911,7 @@ detect them.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 10-Jan-2007 05:05:02 UTC
+Last updated 13-Jan-2007 08:09:03 UTC
</div>
</div>
</body>