On Thursday, August 1, 2013 12:18:14 PM UTC-4, Dimitri Maziuk wrote: > > On 08/01/2013 09:37 AM, gigabot wrote: > > Hi all! > > > > I have a trac instance setup that is being served with apache and > mod_wsgi. > > > > I have an svn repo setup on the same machine and trac is able to browse > it. > > > > Now I would like to set it up so my developers can have access to the > svn > > repo from their local machines. > > > > What is the best way to achieve this without destroying my mod_wsgi > config? > > mod_dav_svn, svn+ssh://, file:/// -- it depends on what you want. >
How do i set that up? Is there a guide you could direct me to? > > > Also, is there some way for users to access the svn repo from the > browser > > and add files to it? > > mod_dav_svn (see e.g. http://wiki.centos.org/HowTos/Subversion), but if > you want it visible from big bad internet you may have to deal with > authentication, encrypting the passwords, and all that. > Any way to share the password store with the one trac is currently using? > > -- > Dimitri Maziuk > Programmer/sysadmin > BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu > > -- 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 http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
