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

Re: pre-revprop-change

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2007-05-30 09:48:20 CEST

On Wednesday 30 May 2007 08:58, Remo Liechti wrote:
> > Lastly, what you could try, would be to try to change the property by
> > accessing the repository via the file:// access method. This requires a
> > shell on the very machine that Apache is currently running on but it
> > rules out that something in the network communication is messed up.
>
> I think it's not good if one access the repo using apache AND file://,
> doesn't the repository get corrupt if two people commit at the same time?

No, definitely not. The repository (BDB and FSFS) is designed to handle
concurrent accesses gracefully and all that Apache does is to tunnel the
file:// access over WebDAV. OTOH, I'd definitely use a toy repository or a
copy and not the live one for debugging your problem!

> At the moment, we have the following ports open to our subversion server:
> 443: https
> 902: VMWare console
> 80: HTTP
> 139: Windows file Sharing
> 3389: Remote Desktop
>
> May we need a WebDav Port or the like as well?

From what I know, WedDAV just extends the basic HTTP by some more commands and
runs over the same connection. That is also the reason why a proxy that
understands HTTP can cause Subversion to fail sometimes. It simply blocks
WebDAV requests that are not basic HTTP requests but extensions. Also, from
the error message I would say that the execution of the request failed and
not the transport of the request.

Uli

-- 
Sator Laser GmbH
Geschäftsführer: Ronald Boers, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 30 09:48:41 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.