I didn't think it could be so simple, but that was indeed the case. Thanks for your suggestion, Jeff.
On Jan 6, 6:07 pm, Jeff Hammel <[email protected]> wrote: > Have you checked to ensure that trac, or whatever webserver front-ends it, > has access to that location? I don't know how file permissions work for > windows, but that's what it looks like from here. > > Jeff Hammel > The Open Planning Projecthttp://topp.openplans.org > IRC: jhammel, k0s > > On Tue, Jan 06, 2009 at 04:55:04PM -0800, Jordan wrote: > > > While away during the holidays, members of my dev team somehow hosed a > > very important svn/trac project. I'm told that this was caused by > > checking some files in from the production server via command line, > > and while that may be true, there may have been some attempts at > > fixing the problem afterwards. This is a very large project that needs > > to be put back on track (so to speak) asap. Any and all (immediate) > > attention is greatly appreciated. thx all 8-) > > > ==== How to Reproduce ==== > > > While doing a GET operation on `/wiki`, Trac issued an internal error. > > > ''(please provide additional details here)'' > > > User Agent was: `Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv: > > 1.9.0.4) Gecko/2008102920 Firefox/3.0.4` > > > ==== System Information ==== > > > || '''Trac''' || `0.11` || > > || '''Python''' || `2.3.5 (#62, Feb 8 2005, 16:23:02) [MSC v.1200 32 > > bit (Intel)]` || > > || '''setuptools''' || `0.6c9` || > > || '''SQLite''' || `3.5.2` || > > || '''pysqlite''' || `2.4.0` || > > || '''Genshi''' || `0.5` || > > || '''Subversion''' || `1.4.6 (r28521)` || > > || '''jQuery:''' || `1.2.3` || > > > ==== Python Traceback ==== > > {{{ > > Traceback (most recent call last): > > File "C:\Python23\lib\site-packages\trac\web\main.py", line 423, in > > _dispatch_request > > dispatcher.dispatch(req) > > File "C:\Python23\lib\site-packages\trac\web\main.py", line 173, in > > dispatch > > chosen_handler) > > File "C:\Python23\lib\site-packages\trac\web\main.py", line 286, in > > _pre_process_request > > chosen_handler = filter_.pre_process_request(req, chosen_handler) > > File "C:\Python23\lib\site-packages\trac\versioncontrol\api.py", > > line 79, in pre_process_request > > self.get_repository(req.authname).sync() > > File "C:\Python23\lib\site-packages\trac\versioncontrol\api.py", > > line 142, in get_repository > > repos = self._connector.get_repository(rtype, rdir, authname) > > File "C:\Python23\lib\site-packages\trac\versioncontrol\svn_fs.py", > > line 276, in get_repository > > {'tags': self.tags, > > File "C:\Python23\lib\site-packages\trac\versioncontrol\svn_fs.py", > > line 398, in __init__ > > self.repos = repos.svn_repos_open(self.path, self.pool()) > > File "C:\Python23\lib\site-packages\libsvn\repos.py", line 47, in > > svn_repos_open > > return apply(_repos.svn_repos_open, args) > > SubversionException: ("Can't open file 'c:\\svn\\irvine\\db\\current': > > Access is denied. ", 720005) > > > }}} --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
