Forums Redmine

Redmine/Subversion on apache

Subscribe to Redmine/Subversion on apache 4 post(s), 2 voice(s)

 
Avatar Marco 2 post(s)

Hi

How can I do checkin/checkout by intranet?

 
Avatar beltran Administrator 371 post(s)

Hi Marco,

You can find how to create a Subversion repository in the README file: http://bitnami.org/files/stacks/redmine/README.txt

Once you configure your repository you can checkin/checkout with:

svn co svn://intranet_IP/repository name_project

I hope it helps you.

 
Avatar Marco 2 post(s)

Hi Beltran

Thanks for your attention
I still in trouble.
I created a repository by svnadmin:

“svnadmin create c:/svn/cb-bnc”

So, when address my browse with:
“http://localhost/svn/cb-bnc”
It return:
“Routing Error
no route found to match ”/svn/cb-bnc” with {:method=>:get}”

I want to use Redmine Stack and TortoiseSVN in my intranet.

I hope you have more some tips for me.
Thanks

 
Avatar beltran Administrator 371 post(s)

Hi Marco,

The actual apache configuration does not let to show the repository directly, but the goal is to integrate the repository in the Redmine application which have some advantages. For example it shows the differences between versions or related issues with commits.

To configure Redmine with your repository you can go to the project settings and set the URL and the user/password.

Regards.

Forums Redmine