Skip to content

[Bioc-devel] updating an existing package via svn

3 messages · Wolfgang Huber, Maarten van Iterson, Martin Morgan

#
Maarten van Iterson ha scritto:
Maarten,

1. use

svn checkout https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SIM

(in one line) in a new directory to obtain what is currently in the 
Bioconductor repository

2. Replace the files that you want to change; Use 'svn add' and 'svn rm' 
to add or remove files.

3. Use 'svn commit' to send the changes back to the Bioconductor server.

There are many good introductions to subversion on the internet and in 
bookstores. You could also ask someone locally in Leiden with some 
experience.


Best wishes
      Wolfgang

-------------------------------------------------------
Wolfgang Huber
EMBL
http://www.embl.de/research/units/genome_biology/huber
#
Dear BioC-developers, 

I have created an improved version of my BioC-package (SIM) and want to
update this version to the devel of BioConductor. 
I'm not sure if I just can replace the svn trunk on my computer with the
new version using the svn commands.

Thanks in advance

Maarten
#
Wolfgang Huber wrote:
...including on the Bioconductor developer wiki 'how to' page

  http://wiki.fhcrc.org/bioc/HowTo

in case that's helpful.

Martin