|
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! |
|
Accessing with http is not enable for subversion in the redmine stack, by default. So, you can access using svn:// like this:
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:
|
|
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.) 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! 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
|
|
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. 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 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. 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
|
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!