Installing Trac with VisualSVN Server

Prerequisite  VisualSVN Server 2.1 or later, Install it using default settings and you should have atleast one user.
Download VisualSVN-Server-Trac-2.1.1.21699.zip and unzip it to C:\Program Files (x86)\VisualSVN Server directory

Create folder C:\Trac and allow "Full control" access.

Create repository






Add your project inside trunk folder


Commit your project
Add system variable
PYTHONHOME=C:\Program Files (x86)\VisualSVN Server\Trac\python

Open command prompt and goto C:\Program Files (x86)\VisualSVN Server\trac directory where you have unzipped the folder and execute above command where myproject is project name


Press enter to use default svn
Provide the repository path

Add the following text to file C:\Program Files (x86)\VisualSVN Server\conf\httpd-custom.conf if you use Subversion authentication
Open http://localhost/trac or https://localhost/trac (if you are using secure connection) in a browser, enter username and password.

Comments

  1. You can also check the updated instruction (and get the updated plug-in) at http://www.visualsvn.com/server/trac/

    ReplyDelete

Post a Comment

Popular posts from this blog

Unable to create a server socket for listening on channel "Default[4]". The address 0:0:0:0:0:0:0:1 might be incorrect or another process is using port 8001: java.net.BindException: Address already in use: JVM_Bind.

[Deployer:149164]The domain edit lock is owned by another session in exclusive mode - hence this deployment operation cannot proceed.

weblogic.application.ModuleException: Exception preparing module: EJBModule(ModelEJB.jar) No EJBs found in the ejb-jar file 'ModelEJB.jar'. Please ensure the ejb-jar contains EJB declarations via an ejb-jar.xml deployment descriptor or at least one class annotated with the @Stateless, @Stateful or @MessageDriven EJB annotation..'