Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 1 and Version 2 of SandBox

Show
Ignore:
Author:
sagitario (IP: 217.232.6.65)
Timestamp:
04/29/09 06:49:47 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SandBox

    v1 v2  
    33This is just a page to practice and learn WikiFormatting.  
    44 
     5{{{ 
     6#!html 
    57Go ahead, edit it freely. 
     8 
     9<table width="205" style="border: 1px solid #ccc; float: right; padding: 0.2em; margin: 0 0 1em 1em"> 
     10<tr bgcolor="#bbbbbb"> 
     11<th colspan="2" bgcolor="#bbbbbb"><strong><center>Links</center></strong></th> 
     12<tr bgcolor="#FFFFFF"> 
     13<td> 
     14<ul> 
     15<li><a href="/projects/cv2pdb/wiki/UsingSubversion" title="Using Subversion">Using Subversion</a></li> 
     16<li><a href="/projects/cv2pdb/wiki/Downloads" title="Downloads">Downloads</a></li> 
     17<li><a href="/projects/cv2pdb/wiki/Install" title="Installation">Installation</a></li> 
     18</ul> 
     19</td> 
     20</tr> 
     21<tr bgcolor="#bbbbbb"> 
     22<th colspan="2" bgcolor="#bbbbbb"><strong><center>Lost in Trac?</center></strong></th> 
     23<tr bgcolor="#FFFFFF"> 
     24<td> 
     25<ul> 
     26<li><a href="/projects/cv2pdb/wiki/TracGuide" title="TracGuide">TracGuide</a></li> 
     27<li><a href="/projects/cv2pdb/wiki/TitleIndex" title="TitleIndex">TitleIndex</a></li> 
     28</ul> 
     29</td> 
     30</tr> 
     31</table> 
     32</td> 
     33</tr> 
     34</table> 
     35}}} 
     36 
     37== Getting the latest version of cv2pdb from the subversion repository == 
     38 
     39If you have [http://subversion.tigris.org/ subversion] installed on your system you can checkout the latest version from the repository. Open up a terminal, go to the directory where you want cv2pdb to be after checkout, and run the command: 
     40{{{ 
     41svn co http://svn.dsource.org/projects/cv2pdb/trunk 
     42}}} 
     43 
     44For more info on subversion and how to use it for development you can read [http://svnbook.red-bean.com/ the book].  
     45There are several clients available for SVN, a nice one is [http://tortoisesvn.tigris.org/ TortoiseSVN]. 
     46 
     47The cv2pdb svn repository is not always guaranteed to be compilable. It is the bleeding edge, and might be going over some dramatic changes at any random time.  
     48 
     49You can then use the [http://www.dsource.org/forums/viewforum.php?f=236 forum] to ask the project admin to give you write access to the cv2pdb repository, if you want to start improving cv2pdb. 
     50