Remove some more mentions of Subversion

Signed-off-by: Dan Fandrich <dan@coneharvesters.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Dan Fandrich 2010-08-10 23:45:27 -07:00 committed by Denys Vlasenko
parent 775965de85
commit 9669363740
2 changed files with 7 additions and 6 deletions

2
README
View File

@ -80,7 +80,7 @@ Downloading the current source code:
The developers also have a bug and patch tracking system The developers also have a bug and patch tracking system
(https://bugs.busybox.net) although posting a bug/patch to the mailing list (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 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 Note: if you want to compile busybox in a busybox environment you must
select CONFIG_DESKTOP. select CONFIG_DESKTOP.

View File

@ -8,7 +8,7 @@ Matt Kraai - initial writeup
Mark Whitley - the remix Mark Whitley - the remix
Thomas Lundquist - Trying to keep it updated. 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. This is a good thing if you plan to getting it committed into mainline.
Initial Write Initial Write
@ -169,12 +169,13 @@ Be sure to read the top of applets.h before adding your applet.
The Grand Announcement The Grand Announcement
---------------------- ----------------------
Then create a diff by adding the new files with svn (remember your libbb files) Then create a diff by adding the new files to git (remember your libbb files)
svn add <where you put it>/mu.c git add <where you put it>/mu.c
eventually also: eventually also:
svn add libbb/function.c git add libbb/function.c
then then
svn diff git commit
git format-patch HEAD^
and send it to the mailing list: and send it to the mailing list:
busybox@busybox.net busybox@busybox.net
http://busybox.net/mailman/listinfo/busybox http://busybox.net/mailman/listinfo/busybox