Re: rcs is gone?

From: Glen Barber <gjb_at_FreeBSD.org>
Date: Mon, 7 Oct 2013 20:42:53 -0400
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


Received on Mon Oct 07 2013 - 22:42:58 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:42 UTC