rcs is gone?
Glen Barber
gjb at FreeBSD.org
Tue Oct 8 00:59:55 UTC 2013
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20131007/510fe037/attachment.sig>
More information about the freebsd-current
mailing list