now I have two repos, in my apache config , I set it: <location /svn/repository> svnpath d:\svn\repository ...... </location> <location /svn/demo> svnpath e:\demo ........ </location> then I open trac url, and want to add new repo in it,it display error: IntegrityError:column id,name is not unique. somewhere is wrong?
On 11月17日, 下午6时24分, "Cooke, Mark" <[email protected]> wrote: > > > > -----Original Message----- > > > > From: [email protected] On Behalf Of fiona > > > > Sent: 17 November 2011 06:52 > > > > Subject: [Trac] How trac integrate with multi repositories > > > > > now my trac integrate with one svn repo, I now have > > > > another repo and also want to integrate with trac,how > > > > to do?thanks! > > > > On 11月17日, 下午3时28分, "Cooke, Mark" <[email protected]> wrote: > > > > As always, start with the documents: > > > >http://trac.edgewall.org/wiki/TracRepositoryAdmin > > > > You did not say which version of trac you use... For > > > multi-repository use you will need to be using 0.12.x > > > (or newer)... > > > > ~ mark c > > > -----Original Message----- > > From: [email protected] On Behalf Of fiona > > Sent: 17 November 2011 10:17 > > Subject: [Trac] Re: How trac integrate with multi repositories > > > I use trac 0.12 ,I install apache+svn+trac,besides > >http://trac.edgewall.org/wiki/TracRepositoryAdmin, > > apache config is not modified? > > No, you do not need to modify the apache config to get trac to work with any > repositories, trac does not use apache but goes direct to the local svn > directories. Just use the Admin `Repositories` panel. > > Obviously, if you are using apache to serve svn then you may need to update > that if you add new repositories (depending on how you have it configured). > > ~ mark c- 隐藏被引用文字 - > > - 显示引用的文字 - -- 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.
