For managing Streber's source code we use a
Subversion repository which is hosted by by sourceforge. The latest revision can be checked out by anybody from:
https://streber.svn.sourceforge.net/svnroot/streber/trunk
Additional tools
There are a number of good tools for dealing with svn-repositories. We recomment:
Example for checking out using TortoiseSVN (Windows)
- Install Tortoise SVN
- Create a directory (e.g.
streber)
- Right click on directory
Use SVN Checkout...
Insert the path to the trunk...
https://streber.svn.sourceforge.net/svnroot/streber/trunk
- Click ok
To gain write permission you need to added to the sourceforge team. Please email your
sourceforge id to
pixtur or
cody-somerville.
Structure of the svn repository
It is common practice to split a repository into /branches, /trunk and /tags. The /trunk should contain a running head revision. If you plan to do experiments or fixes, we suggest to make a copy of the current /trunk to /branches...
Potential Pitfalls
Access fails with https:
PROPFIND request failed on '/svnroot/streber/trunk'
PROPFIND of '/svnroot/streber/trunk': SSL negotiation failed: Connection reset by peer (https://streber.svn.sourceforge.net)
Explanation:
- This might occur, because your computer is behind a proxy or firewall which blocks https-access to the subversion server.
Solution: