Hi,
You referenced a "My repositories" link in a previous post, but I can't find it.
I'm using the 0.9.3. How do I set up svn repositories in this release?
Thanks / Jonas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
You referenced a "My repositories" link in a previous post, but I can't find it.
I'm using the 0.9.3. How do I set up svn repositories in this release?
Thanks / Jonas
Hi,
My repositories is a part of the 1.0.0 release which is upcoming. In the current release you simply use subversion URL's.
When you upgrade to 1.0.0, the groogle database update script will convert your existing subversion urls to repositories.
Thanks,
Graham
Hi Graham,
I've installed 0.9.3. Inn the above reply you mentioned:
> In the current release you simply use subversion URL's.
Where do I define this?
In "Request for a code review" form, when I enter SVN http path, for example http://localhost/svn/testrepo I don't see revisions listed.
I haven't made any modification in conf/svn.php.
Where can mention svn repository list?
I could get this working.
Issue was becuase of deprecated split() function in resource_handler_svn.php
Also there was issue with memory_limit in php.ini.
Thanks.