Modify ↓
Opened 18 years ago
Closed 18 years ago
#4898 closed defect (worksforme)
can svn and trac be setup over nfs file systems..
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
HI,
We have setup SVN repo and TRAC project on NFS mounted file systems. We are facing certain issues, like SVN DB corrupt, run DB recovery sort of error message. Are these issues because, we have setup svn and trac projects on NFS mounted file systems????? or can we setup SVN repos and TRAC project on NFS mounted file systems?????
Thanks, Sudheendra
Attachments (0)
Note:
See TracTickets
for help on using tickets.
For SVN, you should check the SVN FAQ.
For Trac, this depends on the database backend you're using. If it's SQLite, then check what the SQLite FAQ says about this topic.
In summary, it all depends on how well your NFS supports locking. In any case don't use the Berkeley DB (bdb) backend for Subversion in this scenario; not only is it known to not work correctly with NFS, but it has also proven to be problematic with Trac, even without NFS in the picture.
Finally, such support questions are better asked on the MailingList.