wiki-archive/twiki/data/Geospatial/AccessingTheCode.txt

36 lines
1.1 KiB
Plaintext

%META:TOPICINFO{author="JavierTorre" date="1183832804" format="1.1" version="1.3"}%
%META:TOPICPARENT{name="GeoAppInter"}%
---+++ Subversion Clients
* TortoiseSVN (win)
* Command line svn (linux / mac)
* Ubuntu users can install kdesvn with the following command
<verbatim>
sudo apt-get install kdesvn kdiff3
</verbatim>
---+++ Checkout the source
<verbatim>
svn co --username <YourTDWGUserName> https://biogeosdi.ecoforge.net/svn/biogeosdi/trunk/ biogeosdi
</verbatim>
For anonymous checkouts just do:
<verbatim>
svn co https://biogeosdi.ecoforge.net/svn/biogeosdi/trunk/ biogeosdi
</verbatim>
---+++ Structure of the source tree
<img src="%ATTACHURLPATH%/svn_structure.jpg" alt="svn_structure.jpg" width='130' height='163' />
---+++ Browsing the source
[[https://biogeosdi.ecoforge.net/svn/biogeosdi/trunk/][Web SVN]]
KdeSVN
-- Main.TimSutton - 29 Mar 2007
%META:FILEATTACHMENT{name="svn_structure.jpg" attachment="svn_structure.jpg" attr="" comment="SVN Structure" date="1175176338" path="svn_structure.jpg" size="6051" stream="svn_structure.jpg" user="Main.TimSutton" version="1"}%