Attachment 'VALD_svn_Users_Guide.txt'
Download 1 Using Subversion for VALD software development
2
3 Ulrike Heiter
4 2008-05-07
5 to be extended
6
7 The Subversion manual contains a detailed description of Subversion:
8 http://svnbook.red-bean.com (available for free)
9
10
11 Creating a working copy
12 -----------------------
13
14 as vald@jan:
15
16 svn checkout file:///home/vald/development/repositories/<subdirectory>
17
18 example:
19 svn checkout file:///home/vald/development/repositories/documentation
20
21
22
23 as anyone@anywhere:
24
25 svn checkout
26 svn+ssh://vald@jan.astro.univie.ac.at/home/vald/development/repositories/<subdirectory>
27
28 example:
29 svn checkout svn+ssh://vald@jan.astro.univie.ac.at/home/vald/development/repositories/ems
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.