Adding a new package to the SVN repository

Kilian Krause kilian at debian.org
Sat Jun 23 20:56:10 UTC 2007


Lionel,

On Sat, Jun 23, 2007 at 04:07:33PM +0200, Lionel Elie Mamane wrote:
> I'm trying to follow the instructions in
> http://svn.debian.org/wsvn/pkg-voip/README?op=file to add a new
> package in the SVN repository, but it fails, albeit AFAIK I _do_ have
> write access to the repository, I used it last week:
> 
> svn -m Creating trunk directory import /tmp/tmp.pIvSuL9984/trunk svn+ssh://lmamane@svn.debian.org/svn/pkg-voip/asterisk-prompt-fr-proformatique/trunk
> svn: Can't create directory '/svn/pkg-voip/db/transactions/3685-1.txn': Permission denied

well, I'm sure that's something with svn import. Please note that -m
only takes one argument. Thus what you gave above would end up with
telling svn to "trunk" as command with "directory import
/tmp/tmp.pIvSuL9984/trunk ..." as parameters.

Therefore it's just way easier to go like this:
svn mkdir asterisk-prompt-fr-proformatique
svn mkdir asterisk-prompt-fr-proformatique/trunk
cd asterisk-prompt-fr-proformatique/trunk
(...insert all the files...)
svn add *
cd ../..
svn ci

That'll just do the same trick (optionally you can as well use svn add
with existing structure rather than svn mkdir).


> Please help. Thanks.

Hth. If there's more problems, please let me know. ;)


> Also, I noticed that the "SCM" tab on
> http://alioth.debian.org/projects/pkg-voip/ thinks we are using CVS,
> that's bad, we should correct that. And probably remove all tabs (this
> needs admin privileges to the project) we don't use: survey, forum,
> tracker, tasks, docs, news, files, ...

will take a look. Any hints on where this option is?

-- 
Best regards,
Kilian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-voip-maintainers/attachments/20070623/2efc56bb/attachment-0001.pgp 


More information about the Pkg-voip-maintainers mailing list