Re: DebianMed policy error

2015-08-14 Thread Afif Elghraoui
I also had the wrong url. There is a redundant /svn, so it's svn.debian.org/svn/debian-med... That with the svn+ssh worked. Thanks Afif On الجمعـة 14 آب 2015 13:20, Andreas Tille wrote: > On Thu, Aug 13, 2015 at 10:56:56PM -0700, Afif Elghraoui wrote: >> >> svn co >> svn://afif-gu...@svn.debian.

Re: DebianMed policy error

2015-08-14 Thread Andreas Tille
On Thu, Aug 13, 2015 at 10:56:56PM -0700, Afif Elghraoui wrote: > > svn co > svn://afif-gu...@svn.debian.org/debian-med/trunk/community/website/docs/ It's svn+ssh://... Without the "+ssh" svn behaves like annonymous checkout. > I'm sorry if it's due to my lack of svn knowledge. Anyway, I'

Re: DebianMed policy error

2015-08-14 Thread Afif Elghraoui
Hi, Andreas, On الأربعاء 12 آب 2015 03:06, Andreas Tille wrote: > Hi, > > if anybody spots an error - the policy is in SVN and can be fixed by > anybody. I just tried expanded the backports section and got authorization failed when I tried to commit. I checked out using svn co svn://afif-gu...@

Re: DebianMed policy error

2015-08-12 Thread Andreas Tille
Hi, if anybody spots an error - the policy is in SVN and can be fixed by anybody. You can use make publish to push it online easily. Kind regards Andreas. On Wed, Aug 12, 2015 at 10:25:55AM +0100, Sascha Steinbiss wrote: > Hi, > > Btw, in the same paragraph, I think it should addi

Re: DebianMed policy error

2015-08-12 Thread Sascha Steinbiss
Hi, Btw, in the same paragraph, I think it should additionally be '--svn-noautodch' instead of '--svn-no-autodch': [vagrant@debian-8:~] $ svn-buildpackage --help | grep autodch --svn-noautodch Don't add a new Debian changelog entry when done Cheers Sascha On 12/08/2015 10:12, olivier sal

Re: DebianMed policy error

2015-08-12 Thread Charles Plessy
Le Wed, Aug 12, 2015 at 09:12:34AM +, olivier sallou a écrit : > > there is an error in DebianMed policy page [0]: > > *svn-buildpackage* --svn-tag-only > => --svn-only-tag Bonjour Olivier, I just realised that svn-buildpackage accepts both (according to its manpage). Have a nice day, Cha

DebianMed policy error

2015-08-12 Thread olivier sallou
Hi, there is an error in DebianMed policy page [0]: *svn-buildpackage* --svn-tag-only => --svn-only-tag [0] http://debian-med.alioth.debian.org/docs/policy.html Olivier