After I sent the email, I realized that I needed to do a resync. After resyncing, everything is fine now except for the 'set position pointer' issue.
On the subject of the 'set position pointer', I found that I had swig 1.3.27 installed. I saw in ticket #2770 that 1.3.27 was NOT recommended, so I removed that and installed 1.3.24. I still am receiving the same 'set position pointer' error. Is there something else I need to do besides downgrading swig? Thanks for your help, -Jeff --- Christian Boos <[EMAIL PROTECTED]> wrote: > Jeff Lanzarotta wrote: > > Ok, thanks... That is not a good thing though... I ran each of the > test > > specified and everything checks out fine... but I still can not > access > > the repository from trac... > > > > What is strange is that I now get the following, when I attempt to > > access the Trac TimeLine: > > > > ----------8<---------- > > > > rogtux:/media/hdb1/svn/repositories # trac-admin windss resync > > Resyncing repository history... > > Failed to open environment. [Errno 2] No such file or directory: > > ... > > IOError: [Errno 2] No such file or directory: > > '/media/hdb1/svn/repositories/windss/VERSION' > > rogtux:/media/hdb1/svn/repositories # > > > > ----------8<---------- > > > > Ideas? > > > > You need to do "trac-admin <tracenv> resync" i.e. use *Trac's > environment*, > not the SVN repository, when using trac-admin. > The SVN repository is specified in <tracenv>/conf/trac.ini, > in the [trac] section. > > Read carefully http://projects.edgewall.com/trac/wiki/TracEnvironment > for details. > > -- Christian > _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
