Opened 20 years ago
Closed 20 years ago
#500 closed defect (invalid)
trac causes subversion data base to lock...
Reported by: | eoin dunne | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.6.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I was switching between the timeline, and browse views, and I switch between them before my browser had finished downloading the updated timeline. Essentially the broswer had terminated one http request an initiated another one.
We are running the network version of subversion with apache (latest), on a windows 2000 server box (all the latest patches etc.). We are using all the lastest third party libraries for python etc.
Attachments (0)
Change History (2)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
This is a configuration problem related to permissions, mixing of repository access methods and berkeley DB. Search the mailing list archives for solutions, please. Or use the new FSFS in Subversion 1.1.x.
AFAIK subversion has no reliable file-locking and the subversion-developers suggest avoiding local repositories in multiuser-environments and use mod_svn instead. However, this is not currently suppoerted, see #493.