[Bioc-devel] git-svn-mirror problem committing

Dan Tenenbaum dtenenba at fredhutch.org
Mon Apr 18 17:21:08 CEST 2016



----- Original Message -----
> From: "Hector Corrada Bravo" <hcorrada at gmail.com>
> To: "bioc-devel" <bioc-devel at r-project.org>
> Sent: Monday, April 18, 2016 7:56:06 AM
> Subject: [Bioc-devel] git-svn-mirror problem committing

> I am having issues committing to new package 'epivizrServer'. The error
> reported by 'git svn dcommit' is printed below. Links to github repos below
> as well. Help appreciated!
> 
> Cheers,
> Hector
> 
> Github repos:
> https://github.com/epiviz/epivizrServer
> https://github.com/Bioconductor-mirror/epivizrServer
> 
> git-svn error:
> 
> MacBook-Pro:epivizrServer hcorrada$ git svn dcommit --add-author-from
> Committing to
> https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/epivizrServer
> ...
> A .Rbuildignore
> 
> ERROR from SVN:
> URL access forbidden for unknown reason: Access to
> '/bioconductor/!svn/txr/116455-1/trunk/madman/Rpacks/epivizrServer/.Rbuildignore'
> forbidden


Looks like an authentication problem. Have you tried it with the --username option?

Sometimes it helps to 'seed' the svn authentication first, so do something like:


svn log --limit 1 --username XXX https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/epivizrServer

Where XXX is your username, then enter the password when prompted. Then try git svn dcommit again.

Dan


> W: 938ecad892524e86792329e8d8766686bb1a087f and refs/remotes/git-svn-devel
> differ, using rebase:
> :100644 000000 6148565133db357a9890af714348d2e4794c3621
> 0000000000000000000000000000000000000000 D .Rbuildignore
> :100644 000000 47a9b8e270f369afab79beeebe32d21901d0ef72
> 0000000000000000000000000000000000000000 D .gitignore
> :100644 100644 2853b00474deb4958f4fbabc63497fcad87fb5f9
> 47e7f18877bb374cb50a1e07ef66da5b4b55de43 M DESCRIPTION
> :040000 040000 ce9e12e2cac7f4afb237941b7a9a8b2d0f056e71
> 157860d339673d6bc8f68520e1910308b7287648 M R
> :100644 000000 9f964990f3272399c497e7e227c082eaf58c6cb3
> 0000000000000000000000000000000000000000 D epivizrServer.Rproj
> :040000 040000 ecf32c9ff0527398545309b15a04a1bcd93cb9b9
> 34b7a3e62b88729128c8c5fe855a03c8650e22e8 M man
> :040000 040000 3a49548f078dafd069dfc91ee044b17fcd4c0ba5
> ae055d2e89a3c01789e94cea703b9047a1343bfb M tests
> Current branch devel is up to date.
> ERROR: Not all changes have been committed into SVN, however the committed
> ones (if any) seem to be successfully integrated into the working tree.
> Please see the above messages for details.
> 
>	[[alternative HTML version deleted]]
> 
> _______________________________________________
> Bioc-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/bioc-devel



More information about the Bioc-devel mailing list