Bitnami Redmine installed and running perfectly: version BitNami Redmine Stack 1.3.0-1

Running on Windows Server 2008 R2 Foundation.

The aim is to access Subversion, as the Manager tool says Subversion is running. Not sure if i need to configure it if its running? Am trying to access it on the server and remotely access it. We also use Visual SVN and that data is backed up and we want to take this backed up data and restore this backup into Redmine's own subversion. I think that's possible?

On any browser on address, I entered: http://localhost:3690/ and I get this message inside the browser:

( success ( 2 2 ( ) ( edit-pipeline svndiff1 absent-entries commit-revprops depth log-revprops atomic-revprops partial-replay ) ) )

What does this mean?? and what do I need to do??

Any help is much appreciated! Many thanks!

asked 29 Aug '12, 08:39

PE1's gravatar image

PE1
1111
accept rate: 0%

I have tried to install this prog with a 64 bit and 32 bit machine. No apache startup errors running on 32 bit machine, but 64 bit machine always had problem of apache cannot be runned. i have followed the links provided by others, did not work on 64 bit machine. Also how do i import / restore SVN data backed up from visualSVN into Redmine SVN? Im not sure if i need to created repositories etc? i am very new to this bit... i mean how does it work? as in Redmine subversion?

Many thanks and much appreciated!

(21 Sep '12, 06:58) PE1

Accessing with http is not enable for subversion in the redmine stack, by default.

So, you can access using svn:// like this:

svn info svn://<hostname>/<repository_name>

Remember, port 3690 must be open.

If you want to allow access using http, then you can find usefull information here: http://wiki.bitnami.org/Components/Subversion#How_to_see_the_Subversion_repository_from_the_web_browser.3f

Once you enable it, you will be able to see the repository from your browser and also you will be able to connect using:

svn info http://<hostname>/<repository_name>

link

answered 30 Aug '12, 13:03

victor's gravatar image

victor ♦♦
5.5k511
accept rate: 19%

Hi Victor,

Thank you very much for the advice. I am not very good at this; i have tried: on the address bar od web browser: "svn://localhost" / "svn://my_ip" also svn info http:/<hostname>/<repository_name> - where do you put this? tried the address bar - i do not know where else to try.

I have followed your suggestion of this link: http://wiki.bitnami.org/Components/Subversion#How_to_see_the_Subversion_repository_from_the_web_browser.3f

LoadModule dav_svn_module modules/mod_dav_svn.so - problem, restarted apache: apache not running LoadModule authz_svn_module modules/mod_authz_svn.so - problem, restarted apache: apache not running

Location /new_site_name> (the arrow tag was used in the httpd.conf but is removed in here it could not show it.)
DAV svn
SVNPath "/path/to/subversion/repository"
/Location> - problem, apache not running (the arrow tag was used in the httpd.conf but is removed in here it could not show it.)

LoadModule php5_module "C:/Redmine/php/php5apache2_2.dll" - from my machine, previously not commented when added Loadmodules etc, restarted apache: not working. after commented, restarted apache, apache not running.

i do not understand why it is not working? I appreciate more advice please.

Thank you. Much appreciated!

link

answered 03 Sep '12, 17:37

PE1's gravatar image

PE1
1111
accept rate: 0%

Hi, I have same problem and apache not logging during problem. Did you solve it? Regards

(13 Sep '12, 10:33) nizadem

I tried it with my 32-bit laptop, it seems to work fine but not on 64-bit machine?!?! as in no apache errors.

(17 Sep '12, 12:11) PE1

Sorry, this is very weird. Could you post more info about the error?

(18 Sep '12, 11:18) Beltran Rueda ♦♦

Hi Beltran, I have tried to install this prog with a 64 bit and 32 bit machine. No apache startup errors running on 32 bit machine, but 64 bit machine always had problem of apache cannot be runned. i have followed the links provided by others, did not work on 64 bit machine. Also how do i import / restore SVN data backed up from visualSVN into Redmine SVN? Im not sure if i need to created repositories etc? i am very new to this bit... i mean how does it work?

Many thanks and much appreciated!

(19 Sep '12, 10:42) PE1

as in Redmine subversion.

(19 Sep '12, 10:43) PE1

Please, check on starting apache errors and installdir/apache2/logs/error_log to determine the problem.

link

answered 04 Sep '12, 06:18

victor's gravatar image

victor ♦♦
5.5k511
accept rate: 19%

What platform and version of RedmineStack are you using? I have just installed RedmineStack 2.1.0-0 and RedmineStack 1.4.4-0 (last versions) on Windows Server 2008 R2 with SP1 without any issue.

About the visualSVN I hope the following links help you: http://answers.bitnami.org/questions/284/how-do-i-contact-a-visualsvn-svn-repository-outside-of-the-bitnami-stack and also http://wiki.bitnami.org/Applications/BitNami_Redmine.

link

answered 21 Sep '12, 12:55

victor's gravatar image

victor ♦♦
5.5k511
accept rate: 19%

Thank you Victor very much for more guidance! much appreciated! its bitnami-redmine-1.3.0-1-windows-installer. My boss would like to keep it at this version.

Thank you!

(23 Sep '12, 12:15) PE1

What operating system are you using? Could you tell us if you are having apache issues during installation of after modifying something? And, in that case, what exactly are you modifying? Please, give us as many details as you can.

(24 Sep '12, 08:33) victor ♦♦

Bitnami Redmine installed and running perfectly: version BitNami Redmine Stack 1.3.0-1 on running on Windows Server 2008 R2 Foundation 64 bit on Virtual Box everything left at default was running ok. On httpd.conf, these were entered:

LoadModule dav_module modules/mod_dav.so LoadModule dav_fs_module modules/mod_dav_fs.so LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so and <location svn="" repos="">
DAV svn
SVNPath C:/Redmine/subversion/repos
</location>

Last time i was in the office, I restarted All services in the Manager tool, then Apache webserver stated not running. I've checked the C:\Redmine\apache2\logs\error in there it mentioned something about about DAV SVN modified in httpd.conf edited. I will post the actual comment it mentioned tomorrow as i am not in the office.

The main aim is to restore data backed up from VisualSVN into Redmine's Subversion. This is the only problem I am trying to solve as in how to do it. ( i am very new to this part). Then I tried to access Redmine's subversion in a web browser like this: http://localhost:3690/

and I get this message inside the browser:

( success ( 2 2 ( ) ( edit-pipeline svndiff1 absent-entries commit-revprops depth log-revprops atomic-revprops partial-replay ) ) )

Now I know this cannot access redmine's subversion. From this point onwards i do not know what to do. I have searching for answers and tried following some solutions but it seems it did not work. :(

With all these details i added into a 32 bit laptop with windows 7 ultimate and it worked; restarted Apache and it was running without any errors.

If you need more info please do not hesitate to ask for more. Much appreciated and many thanks.

link

answered 24 Sep '12, 10:17

PE1's gravatar image

PE1
1111
accept rate: 0%

Also, when I have entered: http://localhost/svn/repos/ it gave me a message of: repos - Revision 0: / - what does that mean? Many thanks.

(24 Sep '12, 10:47) PE1

Please, check my first answer in this page. Both messages:

  • ( success ( 2 2 ( )..., and
  • repos - Revision 0: /...

mean that subversion and subversion under apache, respectively, are working correctly.

link

answered 25 Sep '12, 12:40

victor's gravatar image

victor ♦♦
5.5k511
accept rate: 19%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×400
×50
×5
×5

Asked: 29 Aug '12, 08:39

Seen: 1,130 times

Last updated: 25 Sep '12, 12:40

powered by BitNami OSQA