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

Re: svn trunk r17830: FAIL (win32 ra_svn fsfs)

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-12-19 23:54:26 CET

On 12/19/05, Daniel Rall <dlr@collab.net> wrote:
> On Mon, 19 Dec 2005, Garrett Rooney wrote:
>
> > On 12/18/05, Garrett Rooney <rooneg@electricjellyfish.net> wrote:
> > > On 12/18/05, D.J. Heap <djheap@gmail.com> wrote:
> > >
> > > > It looks like the svnsync tests over ra_svn are getting stuck on
> > > > authentication. They hang up on the 'initialize' and I see:
> > > >
> > > > CMD: svnsync.exe "initialize"
> > > > "svn://localhost/svn-test-work/repositories/svnsync_tests-1-1"
> > > > "--source-url" "svn://localhost/svn-test-work/repositories/svnsync_tests-1"
> > > > <TIME = 29122.256000>
> > > > EXCEPTION: SVNUnexpectedStderr: ['Authentication realm:
> > > > <svn://localhost:3690> 6ad9f820-0205-0410-94a2-c8cf366bb2b3\n']
> > > >
> > > > Unfortunately, I won't have any time to look deeper for several days,
> > > > at least, so if someone else has the time and means, please do.
> > >
> > > Interesting. I'll take a look at this tomorrow if nobody beats me to it.
> >
> > It looks like there were two problems here. First, we weren't passing
> > --username and --password when running svnsync and svn propdel, so
> > authorization would end up prompting you. Second, ra_svn doesn't let
> > you use svn_ra_change_rev_prop while you're in editor mode, so once we
> > fixed the username/password problem things would just hang.
> >
> > I missed these problems in manual testing because I tend to use
> > file:// urls for my destination repository. Should have guessed
> > there'd be a problem with svn:// destinations, since there'd already
> > been one with http:// destinations...
>
> Shouldn't the tests be running with --non-interactive?

I was wondering that myself. Nothing else seems to be, or if it is it
wasn't setting it in the files I was looking at. I'll have to look
more closely and see what the deal is.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 20 00:50:27 2005

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.