On 03/10/2017 06:47 PM, Zach Skidmore wrote:
Hi All,

I am trying to patch a bug on the release branch for the GenVisR package, 
however I can't seem to checkout the release branch:

svn co 
https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_4/madman/Rpacks/GenVisR
svn: E155000: '/Users/zskidmor/bioconductor/SVN/GenVisR' is already a working 
copy for a different URL

I tried blowing away the entire repo on my local machine and re-cloning it however I 
still get the same error when trying to switch to the release branch. I also noticed that 
I can't even view the files on hedgehog, when I try to go to either 
https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_4/madman/Rpacks/GenVisR or 
https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/GenVisR I get an 
"internal server error" I don't know if that is related or not?

Apologies if the answer is obvious, i'm much more familiar with git.

I'm guessing that you've checked out trunk/madman/Rpacks/GenVisR and now you're trying to check out branches/RELEASE_3_4/madman/Rpacks/GenVisR into the same directory.

Don't do that, check out the release branch into a different directory, e.g,.

  mkdir -p RELEASE_3_4/madman/Rpacks
  cd RELEASE_3_4/madman/Rpacks
svn co https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_4/madman/Rpacks/GenVisR

I don't know about your browsing problems below, maybe if you enter invalid credentials, but that is probably secondary.

Martni


Zach

________________________________
The materials in this message are private and may contain Protected Healthcare 
Information or other information of a sensitive nature. If you are not the 
intended recipient, be advised that any unauthorized use, disclosure, copying 
or the taking of any action in reliance on the contents of this information is 
strictly prohibited. If you have received this email in error, please 
immediately notify the sender via telephone or return mail.

        [[alternative HTML version deleted]]

_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel



This email message may contain legally privileged and/or...{{dropped:2}}

_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to