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@nucleus:~/svn % mkdir local
gjb@nucleus:~/svn % svnadmin create ./local
gjb@nucleus:~/svn % cp -rp /usr/local/etc/rc.d fakelocaletc
gjb@nucleus:~/svn % svn import ./fakelocaletc file:///$PWD/local -m "Initial 
import."
gjb@nucleus:~/svn % svn co --force file:///$PWD/local fakelocaletc
Checked out revision 1.
gjb@nucleus:~/svn % svn stat !$
svn stat fakelocaletc
gjb@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

Attachment: pgp_UEgaOck0J.pgp
Description: PGP signature

Reply via email to