diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-09-22 21:34:46 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-09-22 21:34:46 +0000 |
commit | 7cc324f8bd6c5ca662f958488672763cc9bab02b (patch) | |
tree | 4abcd8fac6599e2ca1b0f77bee74a3129533c7e1 /share/man/man7/development.7 | |
parent | 51e02a31d044cd5c47c5bc0c432de0c9e517e2bc (diff) |
Remove some duplicated advice.
While here increase the suggested sizes for the
partition as "make universe" takes a lot more
space than mentioned.
Reviewed by: gavin
Approved by: gjb
MFC after: 3 days
X-MFC-With: r240728
Notes
Notes:
svn path=/head/; revision=240841
Diffstat (limited to 'share/man/man7/development.7')
-rw-r--r-- | share/man/man7/development.7 | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/share/man/man7/development.7 b/share/man/man7/development.7 index 642f4827b44c..3da185884bbd 100644 --- a/share/man/man7/development.7 +++ b/share/man/man7/development.7 @@ -48,8 +48,6 @@ kernel. The methods described here are as applicable to production installations as it is to development environments. -You need approximately 10GB of disk space on one machine to make this work -conveniently. .Sh SETTING UP THE ENVIRONMENT ON THE MASTER SERVER Your master server should always run a stable, production version of the .Fx @@ -60,9 +58,9 @@ The last thing you want to do is to run an unstable environment on your master server which could lead to a situation where you lose the environment and/or cannot recover from a mistake. .Pp -Create a huge partition called +Create a partition called .Pa /FreeBSD . -Approximately 7GB is recommended. +Approximately 20GB is recommended. This partition will contain nearly all the development environment, including the subversion tree, broken-out source, and possibly even object files. You are going to export this partition to your other machines via a @@ -86,7 +84,7 @@ Third, because it makes it far easier to mix and match the development environments which are described later in this document. I recommend a .Pa /usr/obj -partition of at least 5GB. +partition of at least 12GB. .Pp On the master server, use .Xr svn 1 @@ -456,10 +454,6 @@ This is a good time to also remind you that most of the .Xr svn 1 operations you do will be done as .Dq Li root . -It is a good idea to give your -.Pa /FreeBSD -partition a lot of space (I recommend -10-15GB) precisely for that reason. .Pp .Xr cron 8 . .Sh SEE ALSO |