Re: rcs is gone?

From: Glen Barber <gjb_at_FreeBSD.org>
Date: Mon, 7 Oct 2013 20:59:50 -0400
On Mon, Oct 07, 2013 at 05:54:23PM -0700, John-Mark Gurney wrote:
> > 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

WITH_SVN in src.conf will install svnlite as svn.

> 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

Sure it does.

gjb_at_nucleus:~/svn % mkdir local
gjb_at_nucleus:~/svn % svnadmin create ./local
gjb_at_nucleus:~/svn % cp -rp /usr/local/etc/rc.d fakelocaletc
gjb_at_nucleus:~/svn % svn import ./fakelocaletc file:///$PWD/local -m "Initial import."
gjb_at_nucleus:~/svn % svn co --force file:///$PWD/local fakelocaletc
Checked out revision 1.
gjb_at_nucleus:~/svn % svn stat !$
svn stat fakelocaletc
gjb_at_nucleus:~/svn % svn info fakelocaletc
Path: fakelocaletc
Working Copy Root Path: /usr/home/gjb/svn/fakelocaletc
URL: file:///home/gjb/svn/local
Relative URL: ^/

> 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...

I don't know what you mean by this.

Glen


Received on Mon Oct 07 2013 - 22:59:55 UTC

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