Glen Barber wrote this message on Mon, Oct 07, 2013 at 20:42 -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

besides the s/svn/svnlite/ you forgot...  It doesn't work...  Sure it
imports all of my /etc, but doesn't let me commit my changes to rc.conf:
# svnlite commit rc.conf
svn: E155007: '/etc/rc.conf' is not a working copy

Plus, I was quite reasured that svn isn't smart enough to realize that
a path might be a file: url relative to the current working directory...

-- 
  John-Mark Gurney                              Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to