/[ascend]/trunk/subversionSetupAndUse.txt
ViewVC logotype

Contents of /trunk/subversionSetupAndUse.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download)
Fri Oct 29 20:54:12 2004 UTC (20 years, 4 months ago) by aw0a
File MIME type: text/plain
File size: 1239 byte(s)
Setting up web subdirectory in repository
1 Notes on setting up and using subversion
2
3 First you should get a copy of the subversion .pdf book and read the
4 first four chapters. It is available at subversion.tigris.org.
5
6
7 Redhat client ----
8
9 Each person using subversion must install the subversion client on
10 his/her computer. I did this for redhat linux by importing and
11 installing the following five rpms.
12
13 apr-0.9.5-0.4.i386.rpm neon-0.24.7-4.i386.rpm
14 apr-util-0.9.5-0.4.i386.rpm subversion-1.0.9-1.fc1.i386.rpm
15 db42-4.2.52-0.1.i386.rpm
16
17 I have created a .tar.gz file containing all of these and put it into
18 LIRE'. Admittedly it is dated, but it could help some of you to get a
19 quick start now.
20
21 Once installed, a typical command will be
22
23
24 svn import ~/tmp/dirToBeImported \
25 https://tweety.ices.cmu.edu/svn/ascend \
26 -m "your comment"
27
28 Note, it is the second line in this command that is the important one.
29 Your access to the server is via https (you can also access via http
30 but that is not secure and would expose your password).
31
32
33 Windows client ----
34
35 This is likely an easier option to install and use. I have not done
36 it, but go to subversion.tigris.org to find the client. Note, unless
37 the package has the name server in it, it is the client software.
38

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22