I like to install very basic FreeBSD first and then get sources and recompile everything.
I've used csup then I've moved to subversion.
My current workflow is:
1. Install FreeBSD base with a script (similar with Vermaden's script from FreeBSD Madness tutorial)
2. CVSup sources and ports
3. Compile and install Subversion from FreeBSD's Ports
4. Recompile world, kernel and install ports I need
5. Then later use Subversion instead of csup to get newer sources
So, my question is:
Is there a way to use Subversion instead of csup on a basic installed FreeBSD without /src and /usr/ports ?
I could use:
What is your workflow when installing a FreeBSD machine?
I've used csup then I've moved to subversion.
My current workflow is:
1. Install FreeBSD base with a script (similar with Vermaden's script from FreeBSD Madness tutorial)
2. CVSup sources and ports
3. Compile and install Subversion from FreeBSD's Ports
4. Recompile world, kernel and install ports I need
5. Then later use Subversion instead of csup to get newer sources
So, my question is:
Is there a way to use Subversion instead of csup on a basic installed FreeBSD without /src and /usr/ports ?
I could use:
# pkg_add -r subversion
, then get source files, then delete all packages (Subversion package and those installed with Subversion) and then start over.What is your workflow when installing a FreeBSD machine?