[PATCH] Remove some more mentions of Subversion

Dan Fandrich dan at coneharvesters.com
Wed Aug 11 06:45:27 UTC 2010


Signed-off-by: Dan Fandrich <dan at coneharvesters.com>
---
 README                    |    2 +-
 docs/new-applet-HOWTO.txt |   11 ++++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/README b/README
index 3a9d849..a3a725a 100644
--- a/README
+++ b/README
@@ -80,7 +80,7 @@ Downloading the current source code:
   The developers also have a bug and patch tracking system
   (https://bugs.busybox.net) although posting a bug/patch to the mailing list
   is generally a faster way of getting it fixed, and the complete archive of
-  what happened is the subversion changelog.
+  what happened is the git changelog.
 
   Note: if you want to compile busybox in a busybox environment you must
   select CONFIG_DESKTOP.
diff --git a/docs/new-applet-HOWTO.txt b/docs/new-applet-HOWTO.txt
index 0646e72..7fbd62e 100644
--- a/docs/new-applet-HOWTO.txt
+++ b/docs/new-applet-HOWTO.txt
@@ -8,7 +8,7 @@ Matt Kraai - initial writeup
 Mark Whitley - the remix
 Thomas Lundquist - Trying to keep it updated.
 
-When doing this you should consider using the latest svn trunk.
+When doing this you should consider using the latest git HEAD.
 This is a good thing if you plan to getting it committed into mainline.
 
 Initial Write
@@ -169,12 +169,13 @@ Be sure to read the top of applets.h before adding your applet.
 The Grand Announcement
 ----------------------
 
-Then create a diff by adding the new files with svn (remember your libbb files)
-	svn add <where you put it>/mu.c
+Then create a diff by adding the new files to git (remember your libbb files)
+	git add <where you put it>/mu.c
 eventually also:
-	svn add libbb/function.c
+	git add libbb/function.c
 then
-	svn diff
+	git commit
+	git format-patch HEAD^
 and send it to the mailing list:
 	busybox at busybox.net
 	http://busybox.net/mailman/listinfo/busybox
-- 
1.5.3.2



More information about the busybox mailing list