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

96 lines
1.8 KiB
Plaintext

head 1.3;
access;
symbols;
locks; strict;
comment @# @;
1.3
date 2007.07.07.18.26.44; author JavierTorre; state Exp;
branches;
next 1.2;
1.2
date 2007.03.31.15.15.50; author TimSutton; state Exp;
branches;
next 1.1;
1.1
date 2007.03.29.14.01.55; author TimSutton; state Exp;
branches;
next ;
desc
@none
@
1.3
log
@none
@
text
@%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"}%
@
1.2
log
@none
@
text
@d1 1
a1 1
%META:TOPICINFO{author="TimSutton" date="1175354150" format="1.1" version="1.2"}%
d18 5
@
1.1
log
@none
@
text
@d1 1
a1 1
%META:TOPICINFO{author="TimSutton" date="1175176915" format="1.1" reprev="1.1" version="1.1"}%
d15 1
a15 1
svn co --username <YourTDWGUserName> https://biogeosdi.ecoforge.net/svn/biogeosdi/trunk/ bigeosdi
@