[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: SVN builds ?



Sven Luther <sven.luther@wanadoo.fr> writes:

> On Fri, Oct 03, 2003 at 08:20:03PM +0200, Ralf Treinen wrote:
>> On Fri, Oct 03, 2003 at 05:27:52PM +0200, Sven Luther wrote:
>> 
>> > What do you use to build packages directly out of the SVN repository (i
>> > think Ralf proposed something such some time back), and what is the
>> 
>> I build packages directly in my copy of the svn repository. The attached
>> script does this, you just launch it in the directory that contains
>> both your debian directory and the orig.tar.gz tarball. For me
>> that is in the trunk directory of the package but I have seen
>> that you use a different layout for ocaml.
>
> Had, i modified it, thanks.
>
> And is there a way to tag the SVN repository, i did not find any such in
> the svn documentation.

No, but you can do copy (it's named weak copy, because in fact it
doesn't cost anything) :

if you are into an working version of pkg-ocaml-maint/packages/ocaml/ :

svn mkdir branch

svn copy trunk branch/package_3.07-5 

it make a copy of the present version of trunk. Then both copy will
become different when one will modify one but not the other, but it
won't take time for now (of course the mkdir is only done the first
time you need branch).

You can do the same without any working version, by using url, that is
by using 
svn+ssh://pkg-ocaml-maint.alioth.debian.org/svn/pkg-ocaml-maint/packages/ocaml/trunk
in place of trunk, and so one in my example.
-- 
Rémi Vanicat
remi.vanicat@laposte.net



Reply to: