Difference between revisions of "Subversion"

From Organic Design wiki
(Subversion info from email)
m
Line 6: Line 6:
 
http://svn.organicdesign.co.nz/svn returning '''Could not open the requested SVN filesystem''' error
 
http://svn.organicdesign.co.nz/svn returning '''Could not open the requested SVN filesystem''' error
 
:changed the SVNPath item in ''Location'' directive to <tt>/home/svn/peerix</tt> and it doesn't give an error now...  
 
:changed the SVNPath item in ''Location'' directive to <tt>/home/svn/peerix</tt> and it doesn't give an error now...  
:also changed the ''Location'' directive from <tt>/svn</tt> to just <tt>/</tt> and put it inside a virtual-host container for the ''svn'' subdomains of od and peerix, so now the naked subdomains work (well I don't know if they ''work'', bur they say <tt>revision 0: /</tt> with no error...)
+
:also changed the ''Location'' directive from <tt>/svn</tt> to just <tt>/</tt> and put it inside a virtual-host container for the ''svn'' subdomains of od and peerix, so now the naked subdomains work (well I don't know if they ''work'', but it says <tt>revision 0:</tt> with no errors...)
 
*http://svn.peerix.org/
 
*http://svn.peerix.org/
 
*http://svn.organicdesign.co.nz/
 
*http://svn.organicdesign.co.nz/

Revision as of 11:17, 22 October 2006

but I plan to transfer and extend the system in our own subversion repository (svn.organicdesign.co.nz). Have made an initial start of setting this up, but gave up when the going got tough. So an expert or more time is required.

Looks like some wWikid progress ;-) I've pointed svn.organicdesign.co.nz and svn.peerix.org at the server IP of 68.178.204.110 --Nad 15:31, 22 Oct 2006 (NZDT)
Cool. The US server will be a good resource because it will have very good bandwidth (compable to uni) and therefore less time waiting for downloads. The CPU spec would be good too, I imagine. On my dev box a full compile of the toolchain, buildroot and peerix from the svn checkout takes several hours. But of course this is just for the first build, subsequent build times depend of the extent of modification of the sources. The base toolchain will remain the same once built. Rob 15:53, 22 Oct 2006 (NZDT)

http://svn.organicdesign.co.nz/svn returning Could not open the requested SVN filesystem error

changed the SVNPath item in Location directive to /home/svn/peerix and it doesn't give an error now...
also changed the Location directive from /svn to just / and put it inside a virtual-host container for the svn subdomains of od and peerix, so now the naked subdomains work (well I don't know if they work, but it says revision 0: with no errors...)