387
edits
(New page: == SVN == Subversion (SVN) is a version control system initiated in 1999 by CollabNet Inc. It is used to maintain current and historical versions of files such as source code, web pages, ...) |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{outdated}} | |||
Subversion (SVN) is a version control system initiated in 1999 by CollabNet Inc. It is used to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly-compatible successor to the widely used Concurrent Versions System (CVS). | Subversion (SVN) is a version control system initiated in 1999 by CollabNet Inc. It is used to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly-compatible successor to the widely used Concurrent Versions System (CVS). | ||
| Line 22: | Line 22: | ||
<code>svn+ssh://<i>username</i>@login.redbrick.dcu.ie/home/member/<i>first letter of your username</i>/<i>username</i>/svn_repo</code> | <code>svn+ssh://<i>username</i>@login.redbrick.dcu.ie/home/member/<i>first letter of your username</i>/<i>username</i>/svn_repo</code> | ||
[[Category:HowTo]] | |||
[[Category:Software]] | |||