[Pkg-ruby-extras-maintainers] r815 - website/src
Lucas Nussbaum
lucas-guest at costa.debian.org
Mon Sep 4 06:42:35 UTC 2006
Author: lucas-guest
Date: 2006-09-04 06:42:34 +0000 (Mon, 04 Sep 2006)
New Revision: 815
Modified:
website/src/30.subversion.en.page
Log:
Updated website to reflect the packages/packages-wip change.
Modified: website/src/30.subversion.en.page
===================================================================
--- website/src/30.subversion.en.page 2006-09-02 15:55:42 UTC (rev 814)
+++ website/src/30.subversion.en.page 2006-09-04 06:42:34 UTC (rev 815)
@@ -18,13 +18,20 @@
+-- libfoo-ruby
+-- libbar-ruby
+-- ...
++-- packages-wip
+ +-- libblop-ruby
+ +-- libbaz-ruby
+ +-- ...
+-- tools
+-- ...
+-- website
+-- ...</code></pre>
-All our packages will live inside @packages/@ directory. Each package directory
-will have a structure common to subversion-managed projects:
+All our packages will live inside the @packages/@ and @packages-wip/@
+directories. @packages-wip/@ contains packages which have not been uploaded to
+Debian yet (WIP stands for Work In Progress), and packages are moved to
+ at packages/@ after their first upload. Each package directory will have a
+structure common to subversion-managed projects:
<pre><code>libfoo-ruby
+-- branches
@@ -54,7 +61,7 @@
Then just do:
<pre><code>svn-inject -v -o libfeedparser-ruby_0.1-1.dsc \
- svn+ssh://LOGIN@svn.debian.org/svn/pkg-ruby-extras/packages/</code></pre>
+ svn+ssh://LOGIN@svn.debian.org/svn/pkg-ruby-extras/packages-wip/</code></pre>
You should not try to import your package manually: this handles a lot of small gory details you do not want to know.
@@ -63,7 +70,7 @@
This script creates a @branches@ directory in svn that we do not use. You should remove this directory after the svn-inject operation. Get first a fresh copy of the package you just injected in svn, then delete the unneeded @branches@ directory.
<pre><code>$ cd Debian/packages
-$ svn co svn+ssh://svn.debian.org/svn/pkg-ruby-extras/packages/libfoo-ruby
+$ svn co svn+ssh://svn.debian.org/svn/pkg-ruby-extras/packages-wip/libfoo-ruby
[...]
$ cd libfoo-ruby
$ svn remove branches
@@ -75,10 +82,10 @@
You can check a package out by using:
-<pre><code>$ svn checkout svn+ssh://svn.debian.org/svn/pkg-ruby-extras/packages/libfoo-ruby</code></pre>
+<pre><code>$ svn checkout svn+ssh://svn.debian.org/svn/pkg-ruby-extras/packages-wip/libfoo-ruby</code></pre>
Alternatively, you can check out only the package's current version:
-<pre><code>$ svn checkout svn+ssh://svn.debian.org/svn/pkg-ruby-extras/packages/libfoo-ruby/trunk</code></pre>
+<pre><code>$ svn checkout svn+ssh://svn.debian.org/svn/pkg-ruby-extras/packages-wip/libfoo-ruby/trunk</code></pre>
Or the whole repository:
<pre><code>$ svn checkout svn+ssh://svn.debian.org/svn/pkg-ruby-extras</code></pre>
More information about the pkg-ruby-extras-maintainers
mailing list