savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] [104] git: mention automation script for additional sub-r


From: Assaf Gordon
Subject: [Savannah-cvs] [104] git: mention automation script for additional sub-repositories.
Date: Sat, 01 Nov 2014 00:27:38 +0000

Revision: 104
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=104
Author:   agn
Date:     2014-11-01 00:27:22 +0000 (Sat, 01 Nov 2014)
Log Message:
-----------
git: mention automation script for additional sub-repositories.

Modified Paths:
--------------
    trunk/sviki/Git.mdwn

Modified: trunk/sviki/Git.mdwn
===================================================================
--- trunk/sviki/Git.mdwn        2014-10-27 22:51:04 UTC (rev 103)
+++ trunk/sviki/Git.mdwn        2014-11-01 00:27:22 UTC (rev 104)
@@ -14,6 +14,8 @@
 Creating an additional repository
 ---------------------------------
 
+**NOTE**: See below for an automated scripted method to add sub-repositories.
+
 If a project wishes to have several repositories grouped together
 under the same project name.
 
@@ -52,6 +54,24 @@
     mkdir /srv/git/lwip/lwip-contrib.git/gitcvs-db -m 755
     chown nobody /srv/git/lwip/lwip-contrib.git/gitcvs-db
 
+Creating an additional repository - automation script
+-----------------------------------------------------
+
+A script to automate the above steps is available in
+`vcs:~root/bin/gnu-sv-add-git-sub-repository.sh` and also in
+`fencepost:~agn/gnu-sv-scripts/gnu-sv-add-git-sub-repository.sh`.
+
+The script takes two parameters: the existing project name (e.g. `lwip`)
+and the new sub-repository name to create (e.g. `contrib`).
+
+Example, the following request: <https://savannah.gnu.org/support/?108678>
+has been completed using:
+
+    ssh vcs
+    ~/bin/gnu-sv-add-git-sub-repository.sh guix artwork
+
+The script also prints the URLs for easy copy&pasting.
+
 Enabling Commit Notifications
 -----------------------------
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]