Skip to content

[Bioc-devel] Commit problem in the release branch Re: BioC 2.13 branch created

4 messages · Dan Tenenbaum, Luo Weijun

#
Dear all,
I just fixed some bugs in my pathview package. And would like to update my release version (with Bioc 2.13) too. I checked out the release version, and modified it. But I can?t commit the changes somehow. I did so for the 2.12 release version, it worked fine. Bellows is the error message I got:
svn commit -m 'vignette 1.2.1'

Sending        DESCRIPTION
svn: Commit failed (details follow):
svn: access to '/bioconductor/!svn/ver/81643/branches/RELEASE_2_13/madman/Rpacks/pathview/DESCRIPTION' forbidden

Please let me know if there is any issue. Thank you!
Weijun

--------------------------------------------
On Mon, 10/14/13, Dan Tenenbaum <dtenenba at fhcrc.org> wrote:
Subject: [Bioc-devel] BioC 2.13 branch created
 To: bioc-devel at r-project.org
 Date: Monday, October 14, 2013, 5:49 PM

 The BioC 2.13 branch is now ready.

 Remember, you always have access to 2 versions of your
 package:
 the "release" and the "devel" versions.

 Right now the "release" version of your package (which is
 not
 officially released yet but will be in the next 72 hours if
 everything goes well) is in the 2.13 branch and accessible
 at:

 https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_13/madman/Rpacks/<PKGNAME>

 Only bug fixes and documentation improvements should go
 here.

 As always the "devel" version of your package is at:

  https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/<PKGNAME>

 Normal development of your package can now resume here.

 Please let us know if you have any questions.

 Thanks!

 Dan

 _______________________________________________
 Bioc-devel at r-project.org
 mailing list
 https://stat.ethz.ch/mailman/listinfo/bioc-devel
#
----- Original Message -----
I just checked the permissions file and you do have permission to commit to both the release and devel branches of pathview as user w.luo. 

Try explicitly specifying your username:

svn commit --username w.luo

Dan


Weijun
#
Dan,
That works! Somehow, it always prompted me for username/passwd if needed in the past,but not this time. Anyway, thanks!
Weijun

--------------------------------------------
On Wed, 11/6/13, Dan Tenenbaum <dtenenba at fhcrc.org> wrote:
Subject: Re: Commit problem in the release branch Re: [Bioc-devel] BioC 2.13 branch created

 Cc: bioc-devel at r-project.org
 Date: Wednesday, November 6, 2013, 11:31 AM



 ----- Original Message -----

 > To: "Dan Tenenbaum" <dtenenba at fhcrc.org>
 > Cc: bioc-devel at r-project.org
 > Sent: Wednesday, November 6, 2013 8:18:22 AM
 > Subject: Commit problem in the release branch Re:
 [Bioc-devel] BioC 2.13 branch created
 > 
 > Dear all,
 > I just fixed some bugs in my pathview package. And
 would like to
 > update my release version (with Bioc 2.13) too. I
 checked out the
 > release version, and modified it. But I can?t commit
 the changes
 > somehow. I did so for the 2.12 release version, it
 worked fine.
 > Bellows is the error message I got:
 > svn commit -m 'vignette 1.2.1'
 > 
 > Sending? ? ? ? DESCRIPTION
 > svn: Commit failed (details follow):
 > svn: access to
 >
 '/bioconductor/!svn/ver/81643/branches/RELEASE_2_13/madman/Rpacks/pathview/DESCRIPTION'
 > forbidden
 > 
[[elided Yahoo spam]]
 > 

 I just checked the permissions file and you do have
 permission to commit to both the release and devel branches
 of pathview as user w.luo. 

 Try explicitly specifying your username:

 svn commit --username w.luo

 Dan


 Weijun
 > 
 > --------------------------------------------
 > On Mon, 10/14/13, Dan Tenenbaum <dtenenba at fhcrc.org>
 wrote:
 > 
 >? Subject: [Bioc-devel] BioC 2.13 branch created
 >? To: bioc-devel at r-project.org
 >? Date: Monday, October 14, 2013, 5:49 PM
 >? 
 >? The BioC 2.13 branch is now ready.
 >? 
 >? Remember, you always have access to 2 versions of
 your
 >? package:
 >? the "release" and the "devel" versions.
 >? 
 >? Right now the "release" version of your package
 (which is
 >? not
 >? officially released yet but will be in the next
 72 hours if
 >? everything goes well) is in the 2.13 branch and
 accessible
 >? at:
 >? 
 >? https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_13/madman/Rpacks/<PKGNAME>
 >? 
 >? Only bug fixes and documentation improvements
 should go
 >? here.
 >? 
 >? As always the "devel" version of your package is
 at:
 >? 
 >???https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/<PKGNAME>
 >? 
 >? Normal development of your package can now resume
 here.
 >? 
 >? Please let us know if you have any questions.
 >? 
 >? Thanks!
 >? 
 >? Dan
 >? 
 >? _______________________________________________
 >? Bioc-devel at r-project.org
 >? mailing list
 >? https://stat.ethz.ch/mailman/listinfo/bioc-devel
 > 
 >
#
----- Original Message -----
This can happen if you used other svn credentials in the meantime since you last worked on your package. For example, maybe you checked out a different BioC package using the credentials readonly/readonly. svn will use the last credentials you gave it unless you tell it otherwise.

Dan