You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to EmForge
Hey,
my current config, is having the VisualSvn server on the same box as
EmForge but I dont seem to be able to point to the repositories, doing
https://localhost/svn/ errors, checked the documentation but couldnt
see any that share servers, (this will likely change in the future to
separate servers but need to demonstrate prior to be able to do that)
can you point me in the direction of documenatation to do this or any
help on it would be great.
Cheers
Tom
Alexey Kakunin
unread,
Oct 5, 2009, 11:45:59 AM10/5/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to emf...@googlegroups.com
Hi! Actually if you like to point EmForge to some svn-repository, you can simple set into config.properties:
Some notes and simple checks to investigate problems:
1. Try to opened this url (https://localhost/svn) in simple browser - you should be able to see repository content. If you cannot see it in browser - you will not able to see it in EmForge
2. Does your server supported https connection? 3. Sometimes root-url (like https://localhost/svn) pointed not to the real repository - but to the "repository-folder" - folder contained svn-repositories. In this case EmForge will not able to display it - it need to be pointed to concrete repository (like https://localhost/svn/somerepo)
4. Just a note - if you do not have "common-root" of repositories, but each project has specific repository, you can leave this option empty in config.properties - and set specific path to repository for each project you have (same url format is used)
More links with a little bit detailed information:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to EmForge
Hey,
thanks that resolved it, issue with linking to the project inside of
the application was just I wasnt using the syntax scm:svn: before the
http link after doing that and setting the config to blank its up and
running and looks good :)