[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [NEW TARBALLS] Re: 1.6.8 up for signing / testing

From: Paul Burba <ptburba_at_gmail.com>
Date: Thu, 14 Jan 2010 17:51:14 -0500

On Thu, Jan 14, 2010 at 5:15 PM, Philip Martin
<philip.martin_at_wandisco.com> wrote:
> Paul Burba <ptburba_at_gmail.com> writes:
>
>> Not to sound like I am testifying before Congress...but I don't recall
>> that.  More importantly, as Mark mentioned, Senthil successfully ran
>> the serf tests on Debian.
>
> Could someone with 1.6.8 working on Windows try the following using
> serf:
>
>    svnadmin create repo
>    svn mkdir -mm http://localhost/repo/A
>    svn cp -mm http://localhost/repo/A http://localhost/repo/B
>    svn ls http://localhost/repo
>
> On my Linux machine the cp asserts so the ls won't show B.
>
> --
> Philip

Hi Philip,

No surprise I suppose (since the tests passed for me) but this works for me:

C:\SVN\src-branch-1.6.x\Release\subversion\tests\cmdline\svn-test-work\repositories>svn
--version -q
1.6.8

C:\SVN\src-branch-1.6.x\Release\subversion\tests\cmdline\svn-test-work\repositories>copy
C:\SVN\src-branch-1.6.x\Release\subversion\mod_dav_svn\mod_dav_svn.so
"
C:\Apache22"\modules
        1 file(s) copied.

C:\SVN\src-branch-1.6.x\Release\subversion\tests\cmdline\svn-test-work\repositories>copy
C:\SVN\src-branch-1.6.x\Release\subversion\mod_authz_svn\mod_authz_svn.
so "C:\Apache22"\modules
        1 file(s) copied.

C:\SVN\src-branch-1.6.x\Release\subversion\tests\cmdline\svn-test-work\repositories>echo
[global] > servers

C:\SVN\src-branch-1.6.x\Release\subversion\tests\cmdline\svn-test-work\repositories>echo
http-library = serf >> servers

C:\SVN\src-branch-1.6.x\Release\subversion\tests\cmdline\svn-test-work\repositories>svnadmin
create repo

C:\SVN\src-branch-1.6.x\Release\subversion\tests\cmdline\svn-test-work\repositories>svn
mkdir -mm http://localhost/svn-test-work/repositories/repo/A
--config-di
r=. --username=jrandom --password=rayjandom

Committed revision 1.

C:\SVN\src-branch-1.6.x\Release\subversion\tests\cmdline\svn-test-work\repositories>svn
cp -mc http://localhost/svn-test-work/repositories/repo/A
http://localho
st/svn-test-work/repositories/repo/B --config-dir=. --username=jrandom
--password=rayjandom

Committed revision 2.

C:\SVN\src-branch-1.6.x\Release\subversion\tests\cmdline\svn-test-work\repositories>svn
ls http://localhost/svn-test-work/repositories/repo
A/
B/
Received on 2010-01-14 23:51:48 CET

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.