Presentation is loading. Please wait.

Presentation is loading. Please wait.

SubVersion SubVersion svn.oss.deltares.nl. workflow.

Similar presentations


Presentation on theme: "SubVersion SubVersion svn.oss.deltares.nl. workflow."— Presentation transcript:

1 www.OpenEarth.eu workflow

2 SubVersion SubVersion svn.oss.deltares.nl

3 Version control Quality control: “Something adheres to some criteria”
date x batch no. x ingredients x calories x ℮ gram x Quality control: “Something adheres to some criteria” Without a properly defined something there is no basis whatsoever for quality control. So, industrial QA always defines something: e.g. all peanut butter jars have a unique number on them. We should add unique version no.s to data and tools too Subversion (svn) does this for us Svn is a necessary (but not sufficient) requirement for achieving quality date √ batch no. √ ingredients √ calories √ ℮ gram √

4 SubVersion SubVersion is a web-based system for version control
It allows a worldwide community of people to collaborate online You can think of a SubVersion repository as an ftp drive with a memory sharepoint environment for any file format (not just *.doc, *.xls). Everyone can add/alter/remove and retrieve data But nothing can be added/altered/removed without being noticed because SubVersion logs everything which guarantees a safe way of collaborating without need for editors This is exactly how Wikipedia operates: no editorial board simply anyone can participate, but not unnoticed everything is logged So SubVersion is a kind of ‘wikitoolia’ (or ‘toolipedia’ if you like)

5 SubVersion Wikipedia keeps the history of all modifications, and so does Subversion

6 SubVersion SubVersion servers are for instance hosted by SourceForge.org Deltares also hosts SubVersion servers OpenEarth has a free ride on a Deltares server Everyone is invited to launch their own server for internal use The OpenEarth server is for open tools proof-of-concept for subsequent internal clones by partners operational server for open data SubVersion was originally meant for computer code. Recently it is also used for model input schematisations And now OpenEarth has adopted it to host raw data + scripts as too

7 SubVersion SubVersion is a tool to synchronize a local copy with a server copy A SubVersion client is needed to : Get updates from the server to a local copy: checkout Put updates from a local copy onto a server: commit The server mother-copy can be viewed with a web-browser only The server copy cannot directly be used The server copy only shows the latest version, not the history A SubVersion client can get a local copy to work with can show the history of all modifications Unlike Sharepoint: multiple people can work simultaneously SubVersion makes sure that changes are merged without conflicts.

8 REPOSITORY basics One central mother-copy is synchronized two-way
with many copies on local PC’s worldwide. central mother copy internet synchronize many local PCs worldwide a local copy E:\ a local copy D:\ a local copy D:\ a local copy F:\ a local copy F:\ a local copy F:\ a local copy E:\ a local copy D:\

9 REPOSITORY basics Two-way synchronization requires: receiving updates
sending updates browse central database: svn.oss.deltares.nl internet checkout update local PC commit add delete local copy D:\ E:\ F:\ copy

10 REPOSITORY browse browse central database: svn.oss.deltares.nl
checkout update commit add delete local copy D:\ E:\ F:\ copy

11 REPOSITORY browse sv.oss.deltares.nl

12 Repository username Get username and password: register at Why, OpenEarth is open, right? Yes, but closed community For best quality all actions are logged (just like wikipedia) Nothing can be lost, only temporarily disabled So anyone can be allowed to join Every file is logged … … and every line in every file is logged.

13 REPOSITORY browse (WebSVN look)
WebSvn offers a special web-based code syntax highlighting. This is not the real file url though.

14 REPOSITORY browse (WebSVN look 2)
The direct acces url does not offer syntax highlighting, but this is the real file url.

15 other browser looks exist too (example 1)
REPOSITORY browse (plain look) other browser looks exist too (example 1)

16 other browser looks exist too (example 2)
REPOSITORY browse (sourceforge look) other browser looks exist too (example 2)

17 REPOSITORY checkout Not handy to get files one by one with browser
Get them all at once with free program Jargon: Checkout browse central database: svn.oss.deltares.nl checkout update commit add delete local copy D:\ E:\ F:\ copy

18 REPOSITORY checkout Download and install Tortoise (

19 REPOSITORY checkout Make a checkout in e.g. F:\checkouts\
No need to back this up, it’s only a copy ... After installation of TortoiseSVN and rebooting, new icons show-up when right-mouse clicking on a directory.

20 REPOSITORY checkout Copy url from browser (case sensitive!)
Make directory tree of local copy mimics server For WebSVN interface click button

21 REPOSITORY checkout Wait for checkout to finish.
OpenEarthTools is a few 100 Mb.

22 REPOSITORY checkout Do NOT use the option “Create a repository here”
This is meant for hosting a mother copy on your machine

23 REPOSITORY commit browse central database: svn.oss.deltares.nl
checkout update commit add delete local copy D:\ E:\ F:\ copy

24 REPOSITORY commit A commit is needed to put local changes into the central server. This is needed if you locally did a meaningfull … modification deletetion addition move rename Each action is indicated with a unique icon in your windows explorer Non-meaningfull modifications (e.g. tests) can be reverted (undo all local changes). folders files

25 REPOSITORY commit modified up to date

26 REPOSITORY commit Always put a small remark to describe to comunity members what you modified (“did a lot” is not specific enough).

27 REPOSITORY update browse central database: svn.oss.deltares.nl
checkout update commit add delete local copy D:\ E:\ F:\ copy

28 REPOSITORY update Get updates from others from the server to your local copy. Do this regular to benefit from improvements. For active OpenEarthTools use: daily! Always do this before a commit.

29 REPOSITORY update SubVersion: open source version control system. Users ‘commit’ their files in one central database (regular update local copy). Every commit gets a unique revision number. Per commit one can add a comment to indicate what was changed.

30 REPOSITORY statistics
TOOLS: > 5000 commits! ~ 100 active users ~ 1000 user requests (incl XBeach) DATA: > 5000 commits! ~ 100 active users EU MICORE deliverables BwN deliverables Statistics: Per project or tool one may create a separate ‘repository’. Bundling reusable tools into 1 central repository has huge advantages (sharing, collaborating, learning). OpenEarth tools, as used in Building with Nature, is open source en freeware.

31 REPOSITORY add browse central database: svn.oss.deltares.nl checkout
update commit add delete local copy D:\ E:\ F:\ copy

32 REPOSITORY add a raw dataset
There are 2 copies of 1 file on your PC: Visible working copy, for editing Hidden shadow copy, to detect changes Before adding a file to the server, a shadow copy must be created. Allows for offline working

33 REPOSITORY add a raw dataset
Now the addition must be simply be committed as any change

34 REPOSITORY add a raw dataset
OpenEarthRawData is very big: don’t make a full checkout To add a thing, first make an empty checkout of the destination.

35 REPOSITORY delete browse central database: svn.oss.deltares.nl
checkout update commit add delete local copy D:\ E:\ F:\ copy

36 REPOSITORY add a raw dataset
There are 2 copies of 1 file on your PC: Visible working copy, for editing Hidden shadow copy, to detect changes When deleting a file on the server, your shadow copy be informed Allows for working offline

37 REPOSITORY add a raw dataset
Now the deletion must be simply be committed as any change

38 REPOSITORY copy browse central database: svn.oss.deltares.nl checkout
update commit add delete local copy D:\ E:\ F:\ copy

39 REPOSITORY copy Again: first inform shadow copy locally, then commit to server … Drag with right-mouse button

40 OpenEarthTools Tools are stored under
Tools are stored per language Matlab has main activity but Python and R toolbox are starting to grow now.

41 OpenEarthTools: Matlab: start
The Matlab toolbox has to be added to your matlab path Do not use addpath This wil also add all hidden (.svn) directories (a Matlab bug) This does not add the required JAVA paths (netCDF-4) Run oetsettings.m instead You have to do this every time you start Matlab So it’s easier to make a shortcut button this, right-mouse click on the shortcuts toolbar to add one

42 OpenEarthTools: Matlab: help
You can find the available Matlab tools the same way to you find official Matlab tools using use help, doc or lookfor >> help oetsettings >> doc googleplot >> lookfor convertcoordinates

43 OpenEarthTools: Matlab: example

44 OpenEarthRawData Raw data are stored under
Data are stored with copyright holder as main directory. This allows copyright holders to maintain their own data copyright holders to shift easily from private to open source users to identify whom to acknowlegde Data should also contain dedicated processing scripts (if not in OpenEarthTools) url file to web source INSPIRE XML meta-data file

45 OpenEarthModels Model input specifications are stored under
Model input schematisations are stored with copyright holder as main directory. This allows copyright holders to maintain their own data copyright holders to shift easily from private to open source users to identify whom to acknowlegde

46 Exercise The repository is supposed to be working anytime
Do not play with the actual repository All advanced users will by annoyed by this But then, how I can I learn how to work with it? Solution: use the sandbox Play around at the highest level as much as you like And clean up afterwards (delete) With your browser: Now delete the addition you made in And check the log file, to see what colleagues did.

47 www.OpenEarth.eu workflow

48 netCDF/OPeNDAP netCDF OPeNDAP opendap.deltares.nl

49 netCDF/OPeNDAP how to use: opendap.deltares.nl: www.OpenEarth.eu:
Simple OPeNDAP primer Some more sophistication: subsetting with OPeNDAP These are tutorials that subset the North Sea from a wordwide Digital Elevation Model (DEM)

50 Google Earth Google Earth kml.deltares.nl

51 Google Earth http://public.deltares.nl/display/OET/KML+Screenshots
how to use: kml.deltares.nl:


Download ppt "SubVersion SubVersion svn.oss.deltares.nl. workflow."

Similar presentations


Ads by Google