13 |
|
|
14 |
Access |
Access |
15 |
------- |
------- |
16 |
via ssh: svn+ssh://colleen/home/groups/toastfreeware/svnrepos/debian |
via http: http://svn.toastfreeware.priv.at/debian |
17 |
via fsh: svn+fsh://colleen/home/groups/toastfreeware/svnrepos/debian [0] |
locally: file:///var/svnroot/toastfreeware/debian |
|
locally: file:///home/groups/toastfreeware/svnrepos/debian |
|
18 |
|
|
19 |
|
/* obsolete |
20 |
svn://colleen.colgarra.priv.at/ |
svn://colleen.colgarra.priv.at/ |
21 |
gives access to /home/groups/toastfreeware/svnrepos/debian |
gives access to /home/groups/toastfreeware/svnrepos/debian |
22 |
for users in /home/gregoa/toastfreeware/svnrepos/conf/passwd |
for users in /home/gregoa/toastfreeware/svnrepos/conf/passwd |
23 |
(cf. /home/groups/toastfreeware/svnrepos/conf/svnserve.conf and |
(cf. /home/groups/toastfreeware/svnrepos/conf/svnserve.conf and |
24 |
/etc/inetd.conf) |
/etc/inetd.conf) |
25 |
|
*/ |
26 |
|
|
27 |
Structure |
Structure |
28 |
--------- |
--------- |
29 |
Each package has its own sub-directory: |
Each package has its own sub-directory: |
30 |
../home/groups/toastfreeware/svnrepos/debian/$package |
/var/svnroot/toastfreeware/debian/$package |
31 |
|
|
32 |
The structure within these subdirectories follows the typical layout of svn |
The structure within these subdirectories follows the typical layout of svn |
33 |
and svn-buildpackage: [1][2] |
and svn-buildpackage: [1][2] |
44 |
|
|
45 |
New packages |
New packages |
46 |
------------ |
------------ |
47 |
svn-inject package_version.dsc svn+ssh://colleen/home/groups/toastfreeware/svnrepos/debian/ |
svn-inject package_version.dsc http://svn.toastfreeware.priv.at/debian/ |
48 |
Needed: *dsc *diff.gz *orig.tar.gz |
Needed: *dsc *diff.gz *orig.tar.gz |
49 |
|
|
50 |
Links |
Links |
58 |
|
|
59 |
Footnotes |
Footnotes |
60 |
--------- |
--------- |
|
[0] |
|
|
* Description: Fast remote command execution over rsh/ssh/lsh |
|
|
* aptitude install fsh |
|
|
* ~/.subversion/config: |
|
|
[tunnels] |
|
|
fsh = fsh |
|
61 |
[1] |
[1] |
62 |
Automatically created by svn-inject |
Automatically created by svn-inject |
63 |
[2] |
[2] |
68 |
------- |
------- |
69 |
2006-02-12 gregoa Initial version. |
2006-02-12 gregoa Initial version. |
70 |
2006-02-25 gregoa Added "New packages" section. |
2006-02-25 gregoa Added "New packages" section. |
71 |
|
2006-10-13 gregoa Updated to new structure |