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.
Add system variable
PYTHONHOME=C:\Program Files (x86)\VisualSVN Server\Trac\python
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 |
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. |
You can also check the updated instruction (and get the updated plug-in) at http://www.visualsvn.com/server/trac/
ReplyDelete