Development > Topic

accessing svn-repository / #1117

May 18, 2006 / pixtur
Jun 10, 2008 / pixtur
 

Attached files

Summary
tortoise1.png
tortoise1.png

3176 bytes / ID 5202 / May 16, 2007
Show Details
tortoise2.png
tortoise2.png

3360 bytes / ID 5203 / May 16, 2007
Show Details
 
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:

Web-Access

To access the repository with your web browser go to: streber.svn.sourceforge.net/viewcvs.cgi/streber/


Example for checking out using TortoiseSVN (Windows)

  1. Install Tortoise SVN
  2. Create a directory (e.g. streber)
  3. Right click on directory
  4. tortoise1.pngUse SVN Checkout...


  1. tortoise2.pngInsert the path to the trunk...
https://streber.svn.sourceforge.net/svnroot/streber/trunk
  1. 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:
  • ???

4 Comments

guest

Oct 25, 2006
version 4
Additional IDEs / Tools
  • Eclipse with Subclipse and PHP
  • PHPclipse

pixtur

Oct 26, 2006
Reply to Additional IDEs / Tools
I would be glad to use PHPEclipse but I failed to set it up a year ago. Maybe you can provide a rough introduction for this?

guest

Oct 28, 2006
Eclipse PHP + Subversion

More nice plugins are: -

stas

Sep 11, 2007
View comment
I would like to do some programming for streber,
i have competed this task months ago [item:4950]

how can i get svn write access , i emailed pixture but it looks as my email was blocked as spam or something, so i got no response.
 

Comment / Update