Date: Mon, 7 Oct 2013 17:54:23 -0700 From: John-Mark Gurney <jmg@funkthat.com> To: Glen Barber <gjb@freebsd.org> Cc: "freebsd-current@freebsd.org" <freebsd-current@freebsd.org>, Andreas Nilsson <andrnils@gmail.com>, Igor Mozolevsky <igor@hybrid-lab.co.uk> Subject: Re: rcs is gone? Message-ID: <20131008005423.GD56872@funkthat.com> In-Reply-To: <20131008004253.GG2133@glenbarber.us> References: <29D748F4-5E38-4587-BC7F-0141234C2F62@orthanc.ca> <F9A84DDF-EC24-42F2-9B34-F5041946293D@orthanc.ca> <CADWvR2jsE_yF6FHXRNvqS2=wUGcbHcGUau%2BbcB90Lhog-6CQ3A@mail.gmail.com> <CAPS9%2BSscrNiBUmKrM-h6D8PYTa9p3xs1fQrJaK8v8yAUBLQMBw@mail.gmail.com> <CADWvR2iSy1ZCxWXq7D984_T_AjfM-QPj7fZC_fHx0okhOSGMhA@mail.gmail.com> <20131007212925.GC2133@glenbarber.us> <20131008003642.GC56872@funkthat.com> <20131008004253.GG2133@glenbarber.us>
next in thread | previous in thread | raw e-mail | index | archive | help
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."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131008005423.GD56872>