Parent Directory
|
Revision Log
s/gregoa/groups/
1 | 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 | via ssh: svn+ssh://colleen/home/groups/toastfreeware/svnrepos/debian |
17 | via fsh: svn+fsh://colleen/home/groups/toastfreeware/svnrepos/debian [0] |
18 | locally: file:///home/groups/toastfreeware/svnrepos/debian |
19 | |
20 | 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 | (cf. /home/groups/toastfreeware/svnrepos/conf/svnserve.conf and |
24 | /etc/inetd.conf) |
25 | |
26 | Structure |
27 | --------- |
28 | Each package has its own sub-directory: |
29 | ../home/groups/toastfreeware/svnrepos/debian/$package |
30 | |
31 | The structure within these subdirectories follows the typical layout of svn |
32 | and svn-buildpackage: [1][2] |
33 | packageA/ |
34 | trunk/ |
35 | branches/ |
36 | branches/upstream |
37 | tags/ |
38 | packageB/ |
39 | trunk/ |
40 | branches/ |
41 | branches/upstream |
42 | tags/ |
43 | |
44 | New packages |
45 | ------------ |
46 | svn-inject package_version.dsc svn+ssh://colleen/home/groups/toastfreeware/svnrepos/debian/ |
47 | Needed: *dsc *diff.gz *orig.tar.gz |
48 | |
49 | Links |
50 | ----- |
51 | * svn: |
52 | http://svnbook.red-bean.com/ |
53 | * svn-buildpackage: |
54 | file:///usr/share/doc/svn-buildpackage/HOWTO.html/index.html |
55 | http://pkg-perl.alioth.debian.org/subversion.html |
56 | |
57 | |
58 | Footnotes |
59 | --------- |
60 | [0] |
61 | * Description: Fast remote command execution over rsh/ssh/lsh |
62 | * aptitude install fsh |
63 | * ~/.subversion/config: |
64 | [tunnels] |
65 | fsh = fsh |
66 | [1] |
67 | Automatically created by svn-inject |
68 | [2] |
69 | file:///usr/share/doc/svn-buildpackage/HOWTO.html/ch-intro.html#s1.5 |
70 | |
71 | |
72 | Changes |
73 | ------- |
74 | 2006-02-12 gregoa Initial version. |
75 | 2006-02-25 gregoa Added "New packages" section. |
ViewVC Help | |
Powered by ViewVC 1.1.26 |