[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] [47] Add docs for how to access subversion by using git-s
From: |
Bob Proulx |
Subject: |
[Savannah-cvs] [47] Add docs for how to access subversion by using git-svn. |
Date: |
Mon, 07 Oct 2013 19:36:03 +0000 |
Revision: 47
http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=47
Author: rwp
Date: 2013-10-07 19:36:01 +0000 (Mon, 07 Oct 2013)
Log Message:
-----------
Add docs for how to access subversion by using git-svn.
Modified Paths:
--------------
trunk/sviki/HowToAdminThisWiki.mdwn
Modified: trunk/sviki/HowToAdminThisWiki.mdwn
===================================================================
--- trunk/sviki/HowToAdminThisWiki.mdwn 2013-10-07 19:35:44 UTC (rev 46)
+++ trunk/sviki/HowToAdminThisWiki.mdwn 2013-10-07 19:36:01 UTC (rev 47)
@@ -1,3 +1,6 @@
+Wiki Administration
+===================
+
This wiki is based on ikiwiki. Access is through Subversion. So, to
update the pages:
@@ -16,6 +19,18 @@
like.
+Using Git
+---------
+
+The respository is an Subversion repository. It is possible to access
+Subversion repositories using Git through git-svn. The git-svn
+conduit is an optional addition to the git suite of tools.
+
+0. git svn clone --stdlayout svn+ssh://svn.savannah.gnu.org/administration
+0. Run `git commit -m'log message'` to commit to the local git repository.
+0. Run `git svn dcommit` to publish the results to the public Subversion
repository.
+
+
Wiki configuration
------------------
In the file `frontend:~sviki/ikiwiki.setup`. At present, we are using
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] [47] Add docs for how to access subversion by using git-svn.,
Bob Proulx <=