Parent Directory
|
Revision Log
update README
1 | gregoa | 111 | Toastfreeware Debian Subversion Repository (TDSR) |
2 | ================================================= | ||
3 | |||
4 | Welcome to the TDSR! | ||
5 | |||
6 | Introduction | ||
7 | ------------ | ||
8 | This Subversion respository serves to maintain Debian packages with the help | ||
9 | of Subversion in general and svn-buildpackage in particular. It's the home | ||
10 | of Debian packages created by Toastfreeware or individual Toastfreeware | ||
11 | developers. | ||
12 | |||
13 | |||
14 | Access | ||
15 | ------- | ||
16 | gregoa | 385 | via http: http://svn.toastfreeware.priv.at/debian |
17 | locally: file:///var/svnroot/toastfreeware/debian | ||
18 | gregoa | 111 | |
19 | gregoa | 385 | /* obsolete |
20 | gregoa | 307 | svn://colleen.colgarra.priv.at/ |
21 | gives access to /home/groups/toastfreeware/svnrepos/debian | ||
22 | for users in /home/gregoa/toastfreeware/svnrepos/conf/passwd | ||
23 | gregoa | 308 | (cf. /home/groups/toastfreeware/svnrepos/conf/svnserve.conf and |
24 | gregoa | 307 | /etc/inetd.conf) |
25 | gregoa | 385 | */ |
26 | gregoa | 307 | |
27 | gregoa | 111 | Structure |
28 | --------- | ||
29 | Each package has its own sub-directory: | ||
30 | gregoa | 385 | /var/svnroot/toastfreeware/debian/$package |
31 | gregoa | 111 | |
32 | The structure within these subdirectories follows the typical layout of svn | ||
33 | and svn-buildpackage: [1][2] | ||
34 | packageA/ | ||
35 | trunk/ | ||
36 | branches/ | ||
37 | branches/upstream | ||
38 | tags/ | ||
39 | packageB/ | ||
40 | trunk/ | ||
41 | branches/ | ||
42 | branches/upstream | ||
43 | tags/ | ||
44 | |||
45 | gregoa | 115 | New packages |
46 | ------------ | ||
47 | gregoa | 385 | svn-inject package_version.dsc http://svn.toastfreeware.priv.at/debian/ |
48 | gregoa | 115 | Needed: *dsc *diff.gz *orig.tar.gz |
49 | gregoa | 111 | |
50 | Links | ||
51 | ----- | ||
52 | * svn: | ||
53 | http://svnbook.red-bean.com/ | ||
54 | * svn-buildpackage: | ||
55 | file:///usr/share/doc/svn-buildpackage/HOWTO.html/index.html | ||
56 | http://pkg-perl.alioth.debian.org/subversion.html | ||
57 | |||
58 | |||
59 | Footnotes | ||
60 | --------- | ||
61 | [1] | ||
62 | Automatically created by svn-inject | ||
63 | [2] | ||
64 | file:///usr/share/doc/svn-buildpackage/HOWTO.html/ch-intro.html#s1.5 | ||
65 | |||
66 | |||
67 | Changes | ||
68 | ------- | ||
69 | 2006-02-12 gregoa Initial version. | ||
70 | gregoa | 115 | 2006-02-25 gregoa Added "New packages" section. |
71 | gregoa | 385 | 2006-10-13 gregoa Updated to new structure |
ViewVC Help | |
Powered by ViewVC 1.1.26 |