Difference between revisions of "Subversion"

From Organic Design wiki
m
(add co and ci commands)
Line 1: Line 1:
 
[[Category:peerix]][[Category:Milestones]]
 
[[Category:peerix]][[Category:Milestones]]
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 --[[User:Nad|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. [[User:Rob|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 <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'', 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/
 +
 +
 +
 +
 +
;Commands
 +
:<tt>svn co url</tt>
 +
Checkout, creates dir of name ''url''
 +
:<tt>svn ci -m comment</tt>
 +
Checkin - applies to the svn-structure that cwd is in

Revision as of 00:07, 23 October 2006



Commands
svn co url

Checkout, creates dir of name url

svn ci -m comment

Checkin - applies to the svn-structure that cwd is in