Parent Directory
|
Revision Log
test
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 | 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 | test | 306 | svn://colleen/ |
20 | gregoa | 111 | |
21 | Structure | ||
22 | --------- | ||
23 | Each package has its own sub-directory: | ||
24 | ../home/groups/toastfreeware/svnrepos/debian/$package | ||
25 | |||
26 | The structure within these subdirectories follows the typical layout of svn | ||
27 | and svn-buildpackage: [1][2] | ||
28 | packageA/ | ||
29 | trunk/ | ||
30 | branches/ | ||
31 | branches/upstream | ||
32 | tags/ | ||
33 | packageB/ | ||
34 | trunk/ | ||
35 | branches/ | ||
36 | branches/upstream | ||
37 | tags/ | ||
38 | |||
39 | gregoa | 115 | New packages |
40 | ------------ | ||
41 | svn-inject package_version.dsc svn+ssh://colleen/home/groups/toastfreeware/svnrepos/debian/ | ||
42 | Needed: *dsc *diff.gz *orig.tar.gz | ||
43 | gregoa | 111 | |
44 | Links | ||
45 | ----- | ||
46 | * svn: | ||
47 | http://svnbook.red-bean.com/ | ||
48 | * svn-buildpackage: | ||
49 | file:///usr/share/doc/svn-buildpackage/HOWTO.html/index.html | ||
50 | http://pkg-perl.alioth.debian.org/subversion.html | ||
51 | |||
52 | |||
53 | Footnotes | ||
54 | --------- | ||
55 | [0] | ||
56 | * Description: Fast remote command execution over rsh/ssh/lsh | ||
57 | * aptitude install fsh | ||
58 | * ~/.subversion/config: | ||
59 | [tunnels] | ||
60 | fsh = fsh | ||
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. |
ViewVC Help | |
Powered by ViewVC 1.1.26 |