wiki:Subversion

LCBRU SVN system

This is a page for discussing the Subversion version control system, used to support various projects managed or developed within the LCBRU.

Our svn is provided by the University of Leicester RCS team, at https://svn.rcs.le.ac.uk

We currently have five repositories within the LCBRU project:

https://svn.rcs.le.ac.uk/LCBRU/catissue
https://svn.rcs.le.ac.uk/LCBRU/i2b2
https://svn.rcs.le.ac.uk/LCBRU/onyx
https://svn.rcs.le.ac.uk/LCBRU/sandbox
https://svn.rcs.le.ac.uk/LCBRU/utilities

Access is via UOL username and password.

Previously LCBRUIT ran its own svn service but this has been discontinued, with all files and revisions transferred to the above service.

Example of a SVN process

For ref Dan's working folder on C drive is "C:\Work\reporting\SSIS_projects"
and ​https://svn.rcs.le.ac.uk/LCBRU/utilities is the repository URL
To start with ensure you are working on the most up to date version on your PC before you do the work.

svn update

Then do the work
When you are ready to commit the changes do the following:

svn status <- checks what you've done is changed

IF YOU'VE ADDED SOMTHING NEW...
svn add filename

IF YOU'VE DELETED SOMTHING...
svn delete filename

Then finish with...
svn commit -m "Ensure you add a message detailing what you've done"

You can also do a status check at the end to ensure all is committed correctly just do
svn status
and you should not get any listing back (nothing is different from the repository)

Last modified 5 years ago Last modified on 05/14/19 15:42:31
Note: See TracWiki for help on using the wiki.