SGDDevSvn

From Super Grub Disk Wiki
Jump to navigationJump to search

This page is deprecated, now we use GIT.


How to get SVN access

  1. Surf in the internet to learn how svn works.
  1. Present yourself on the Super Grub Disk Mailing List
  2. Get a berlios account.
  3. Ask adrian15 in the mailing list to give you commit permissions (if you have not them automatically).

SVN test

If it is the first time you use svn you might need to do some tests. You need to issue:

svn checkout --username developername http://svn.berlios.de/svnroot/repos/supergrub/test

where developername is your forjamari account name.

to get the latest svn version of test. If too many people uses it you will get nonsense files in unexpected places ;).

For doing other things please refer to your SVN knowledge.

SVN daily usage

Currently we are working on Castillonroy series so you need to issue:

svn checkout --username developername http://svn.berlios.de/svnroot/repos/supergrub/castillonroy

where developername is your forjamari account name.

to get the latest svn version

For doing other things please refer to your SVN knowledge.