NMC DSP Subversion
From BioAssist
Using Molgenis plugins with Subversion
- Go to your plugin root: molgenis_distro/handwritten/java
- svn --username <yourusername> --password <yourpassword> checkout https://gforge.nbic.nl/svn/nmcdsp/molgenis/branches/<yourusername> .
(this will create a .svn folder containing information about all your files)
- svn add plugins
(this will add the plugins folder to your Subversion instance)
- svn commit -m "My first Molgenis plugins"
(this will commit any changes to the Subversion server)
This will commit all your code of all plugins to the Subversion-server. This is just an initial setup, this wiki will be updated when a definitive structure has been agreed.