rcs is gone?
Glen Barber
gjb at FreeBSD.org
Tue Oct 8 00:42:58 UTC 2013
On Mon, Oct 07, 2013 at 05:36:42PM -0700, John-Mark Gurney wrote:
> > > So there's no version control in the base at all now?.. When did FreeBSD
> > > decide to move away from distributing a usable OS? Why not just distribute
> > > a kernel and a few bits that are barely sufficient for the initial set up,
> > > and then make users fetch everything from ports?
> > >
> >
> > svnlite?
>
> cd /etc
> svnliteadmin create svn
> svnlite co file:///etc/svn .
> svnlite add rc.conf
> svnlite commit rc.conf
>
> instead of:
> cd /etc
> ci rc.conf
>
> really?
>
No, not really.
# mkdir local
# svnadmin create ./local
# svn import /etc file:///$PWD/local
Glen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20131007/7f6dab68/attachment.sig>
More information about the freebsd-current
mailing list