RSE SVN: Difference between revisions
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
== Handling SVN projects == | == Handling SVN projects == | ||
Managing the projects in SVN should be done according to the guidelines in the SVN book | Managing the projects in SVN should be done according to the guidelines in the SVN book[http://svnbook.red-bean.com/]. It is really good and usefull reading. | ||
At a prevoius robot-meeting, there was given an introduction for SVN useage. | At a prevoius robot-meeting, there was given an introduction for SVN useage. | ||
The slides from the presentation can be found here: [[Media:SVN_Best_practice.pdf]] | The slides from the presentation can be found here: [[Media:SVN_Best_practice.pdf]] |
Revision as of 12:25, 11 September 2008
RSE projects are all developmental projects, with ongoing improvement and research.
For proper version management, backup and sharing, the projects are managed in a central SVN repository, hosted by the DTU Elektro production server Timmy.
SVN Access
To get access to the RSE SVN, you must have an account on the timmy server and be a RSE group member.
The SVN is accessed using the svn+ssh protocol, with the following connection string:
svn+ssh://[timmy username]@timmy.elektro.dtu.dk/home/project-users/rse/svnrepo
As the SVN is run through SSH, you will be requested to input your SSH password MANY times, until you have setup your computer with a shared SSH key.
Handling SVN projects
Managing the projects in SVN should be done according to the guidelines in the SVN book[1]. It is really good and usefull reading.
At a prevoius robot-meeting, there was given an introduction for SVN useage.
The slides from the presentation can be found here: Media:SVN_Best_practice.pdf