This forum is no longer active. Please post your questions to our new community site
trac & svn - how work ?
|
|
hello and thanks for any help I download and install bitnami-trac-0.12.1-0-windows-installer.exe at C:\Program Files\BitNami Trac Stack because the Port 80 and 3690 already used I put the 81 and 3691 Project trac path : D:\SVN\Bitnami\DHTML Now i have lost the svn :( trac is ok and up at http://localhost:81/trac/DHTML ( success ( 2 2 ( ) ( edit-pipeline svndiff1 absent-entries commit-revprops depth log-revprops partial-replay ) ) ) Tortose SVN give me Error : No repository found in svn://… from any location I read the readmy file at C:\Program Files\BitNami Trac Stack\subversion\README.txt and I tried it : <Location /svn> But dont work :( i have read all post and I really can not make sense I am very new with all this, sorry if me question is noob but I have no idea how to go further.. I just want to fix a svn checkout, and upload me project. only this work : svn checkout file:///d:/SVN\Bitnami\Repository Thank for your help !! |
|
|
Hi, By default you should use the full path to the repository like the latest command that you posted. If you want to use a short URL you should do the following: 1. Remove the subversion service. You can run the following command in the “your_installdir/subversion/scripts/serviceinstall.bat UNINSTALL” Then you can access to the repository at http://IP/repository. I hope it helps. |

