Obtaining the Discretion Source using Subversion: Difference between revisions

From ASSS Wiki
Jump to navigationJump to search
BaK (talk | contribs)
bold'd (or would it be bold'?)
BaK (talk | contribs)
Links: added server link
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This tutorial is a '''video''' tutorial describing how to obtain the Discretion source code using subversion. It assumes you know nothing and have nothing installed. It is part of the [[Discretion Module Tutorial]]. It assumes you are using Windows, although the process for other operating systems is very similar.
This tutorial is a '''video''' tutorial describing how to obtain the Discretion source code using subversion. It assumes you know nothing and have no tools already installed. It is part of the [[Discretion Module Tutorial]]. It assumes you are using Windows, although the process for other operating systems is very similar.


Subversion is a version control system which allows many programmers to incrementally and concurrently work on a project. Basically is a common way of organizing large projects superior to the "e-mail your changes to everyone" method. It also has lots of other nifty tricks which aren't important for right now.


The tutorial video can be obtained here.
Subversion is a version control system which allows many programmers to incrementally and concurrently work on a project. Basically it is a common way of organizing large projects superior to the "e-mail your changes to everyone" method. It also has lots of other nifty tricks which aren't important for right now.


Links used within the tutorial:
==Video==
svn link: [http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91]
The tutorial video can be obtained [[Media:disc_svn.wmv|here]].
discretion repository link: https://ss-discretion.svn.sourceforge.net/svnroot/ss-discretion/client/trunk
 
==Links==
svn link: [http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91|download subversion]
 
Discretion client repository: https://ss-discretion.svn.sourceforge.net/svnroot/ss-discretion/client/trunk
 
Discretion server repository: https://ss-discretion.svn.sourceforge.net/svnroot/ss-discretion/server/trunk
 
[[Category:Discretion]]
[[Category:Guides]]

Latest revision as of 08:31, 24 April 2008

This tutorial is a video tutorial describing how to obtain the Discretion source code using subversion. It assumes you know nothing and have no tools already installed. It is part of the Discretion Module Tutorial. It assumes you are using Windows, although the process for other operating systems is very similar.


Subversion is a version control system which allows many programmers to incrementally and concurrently work on a project. Basically it is a common way of organizing large projects superior to the "e-mail your changes to everyone" method. It also has lots of other nifty tricks which aren't important for right now.

Video

The tutorial video can be obtained here.

svn link: subversion

Discretion client repository: https://ss-discretion.svn.sourceforge.net/svnroot/ss-discretion/client/trunk

Discretion server repository: https://ss-discretion.svn.sourceforge.net/svnroot/ss-discretion/server/trunk