Hi David, we are using Trac 1.0 in Windows 2012 (Python 2.7.15) and Visual SVN on the same server without major problems. Tortoise SVN is at client side. Visual SVN allows to define post-commit hooks which is sufficient for our work. We have three repositories defined in the Trac and we can overview commits and source changes from the Trac. The only problem we have is the Trac speed on Windows because we did not find configuration which could handle parallel user requests in several processes. For this reason Apache on Linux seems to be better. We are still using tracd web server. Also the Trac 1.3 rendering speed is promising but we are still waiting.
@JWD Recommendation for upgrade from 0.12: Create a separate Python/Trac environment and try the upgrade in this environment. If you are not using many Trac plugins then it should be relatively easy. You may even install new Python, Trac 1.0 or higher (but I would recommend smaller steps) and copy the existing Trac to this environment. Trac will ask for database upgrade and then it works for me obviously. But first of all read the links proposed by Ryan. Pavel Dne sobota 11. srpna 2018 12:13:58 UTC+2 david.johnstone napsal(a): > > Good Evening, > > > > I recently upgraded Trac/Subversion and looked at using options for to > host Trac/Subversion on either Windows or Linux. The issue I hit with a > Windows Environment is finding the Python/Subversion bindings. > > > > In the past I have used the Trac/Subverison Stack from Bitnami on Windows > -- https://bitnami.com/stack/trac/installer, but they have dropped > Subversion from their Windows stack. They still support Trac/GIT. > > > > For this recent upgrade, I move from a Windows environment to Linux, as I > has too many issues getting Trac and Subversion to work together on Windows. > > > > Cheers, > > David J. > > > > > > *From:* [email protected] <javascript:> <[email protected] > <javascript:>> *On Behalf Of *JD Aquatics > *Sent:* Saturday, 11 August 2018 5:03 AM > *To:* [email protected] <javascript:> > *Subject:* Re: [Trac] Re: Migrate Trac 0.12 on WinSrv 2003 to new 2012 > server and latest install of Trac > > > > Thanks for this, I'll give this a go on Monday, It looks like the > migration is using Linux commands but I think I can translate it to the > windows environment. I would install on a LInux box but the server is also > hosting MS SQL Server which needs to be moved as well. > > > > On Fri, Aug 10, 2018 at 3:52 PM RjOllos <[email protected] <javascript:>> > wrote: > > > > On Friday, August 10, 2018 at 11:06:59 AM UTC-7, JWD wrote: > > Hi There, > > > > A long time ago.... 'not in a far away galaxy' I set up a dev install of > 0.12. > > I am now in the process of replacing the server it's hosted on and want to > upgrade to the latest version. > > Can anyone point me to the steps to follow in order to install the latest > version and migrate the old one to it. > > I am also using SVN with the trac wiki. > > > > The old server is Windows 2003, the new Windows 2012 > > > > *Trac:* > > 0.12dev-r8872 > > *Python:* > > 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] > > *setuptools:* > > 0.6c11 > > *SQLite:* > > 3.5.9 > > *pysqlite:* > > 2.4.1 > > *Genshi:* > > 0.6dev-r1092 > > *Babel:* > > - > > *Subversion:* > > 1.6.6 (r40053) > > *jQuery:* > > 1.3.2 > > > > Thanks in advance > > > > > > See: > > https://trac.edgewall.org/wiki/TracMigrate > > https://trac.edgewall.org/wiki/TracUpgrade > > > > - Ryan > > > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
