Re: `svn diff' paths abbreviated wrongly
From: Karl Fogel <kfogel_at_red-bean.com>
Date: Fri, 03 Oct 2008 00:51:01 -0400
Neels J Hofmeyr <neels_at_elego.de> writes:
I can reproduce it over all three RA layers. I'll bet there's a
By the way, it's not so much harder to write a fully self-contained
--------------------------------------------------------------------------
# The next line is the only line you should need to adjust.
SVN=${SVNDIR}/subversion/svn/svn
# Select an access method. If svn://, the svnserve setup is
rm -rf repos wc import-me
${SVNADMIN} create repos
# These are for svnserve only.
# The server will only be contacted if $URL is svn://foo, of course.
${SVN} co -q ${URL} wc
cd wc
# Put kill command in a file, in case need to run it manually.
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.