meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
admin:subversion [2019/01/17 11:43] laakkone removed |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Subversion, version control system ====== | ||
- | |||
- | Provided to support our research projects or courses with their needs for version control systems. It's configured to use webdav protocol over ssl protected connections. **You have to be in group ''tite'' or ''CT'' to have access for repositories and specific repositories might have only specific users listed to allow read/modify repository.** | ||
- | |||
- | * https://siilo.cc.lut.fi/svn2/mvpr/ - MVPR repositories | ||
- | * https://siilo.cc.lut.fi/svn2/comlab/ - Comlab repositories | ||
- | *https://siilo.cc.lut.fi/svn2/swe/ - SWE repositories | ||
- | |||
- | To access following repository locations you won't need membership for groups ''CT'' or ''tite'', but account at university network is needed. | ||
- | |||
- | * https://siilo.cc.lut.fi/svn2/courses/ - Course repositories | ||
- | |||
- | |||
- | ===== How to get new repository ===== | ||
- | |||
- | Email to ilmari.laakkonen@lut.fi with following information: | ||
- | |||
- | * name of repository | ||
- | * which laboratory that project belongs | ||
- | * department wide access right (none, read, modify) | ||
- | * list of users and their rights, please give login names if possible | ||
- | |||
- | You can get new repositories even for personal use, but please remember that deparment resources are only meant for things related to your work. | ||
- | |||
- | ===== Subversion manuals and guides ===== | ||
- | |||
- | * [[http://subversion.tigris.org/|Subversion project]] | ||
- | * [[http://svnbook.red-bean.com/|subversion book at internet]] | ||
- | * [[http://svn.collab.net/repos/svn/trunk/doc/user/svn-best-practices.html| SVN Best practises]] | ||
- | * [[http://svn.collab.net/repos/svn/trunk/doc/user/cvs-crossover-guide.html| CVS to SVN crossover guide]] | ||
- | * [[http://subversion.tigris.org/files/documents/15/177/svn-ref.ps| SVN Quick reference]] | ||
- | |||
- | ===== Windows client for subversion ===== | ||
- | |||
- | * [[http://tortoisesvn.tigris.org/|TortoiseSVN software]] (similar to [[http://www.tortoisecvs.org/|TortoiseCVS)]] (some version available from \\www2.it.lut.fi\software file share) | ||
- | |||
- | ===== Linux client for subversion ===== | ||
- | |||
- | * Can be installed with debian based linux tools using '''apt-get install subversion''' command. | ||