Difference between revisions of "Lazarus-ccr SourceForge repository"

From Lazarus wiki
Jump to navigationJump to search
(language)
Line 73: Line 73:
 
** [[SpkToolbar Package|SpkToolbar]]: [[User:Luizmed|Luiz Américo Pereira Câmara]]
 
** [[SpkToolbar Package|SpkToolbar]]: [[User:Luizmed|Luiz Américo Pereira Câmara]]
 
** [[cmdlinecfg]]: [[User:Skalogryyz|Dmitry Boyarintsev]]
 
** [[cmdlinecfg]]: [[User:Skalogryyz|Dmitry Boyarintsev]]
 +
** [[Poweredby]]: [[User:Minesadorada|Gordon Bamber]]
 
* [http://lazarus-ccr.svn.sourceforge.net/viewvc/lazarus-ccr/examples/ examples]
 
* [http://lazarus-ccr.svn.sourceforge.net/viewvc/lazarus-ccr/examples/ examples]
 
** [[Perlin Noise|noise]]: [[User:Sekelsenmat|Felipe Monteiro de Carvalho]]
 
** [[Perlin Noise|noise]]: [[User:Sekelsenmat|Felipe Monteiro de Carvalho]]

Revision as of 08:39, 17 June 2014

This page describes the policy for using the Lazarus Code and Component Repository on SourceForge SVN (Lazarus CCR project). Anybody porting components to Lazarus can ask the Lazarus CCR project admin for write access.

Read access

Everybody has read access to this SVN repository. You can browse the SVN repository at http://lazarus-ccr.svn.sourceforge.net/viewvc/lazarus-ccr/

Write access

Unfortunately, at this moment Sourceforge doesn't support restricting access to SVN to only a subtree of the complete repository. So we will give write access to the complete SVN tree, with the assumption that SVN committers will only write to their own part of the tree.

If you want to commit something to a part of the tree for which you are not the maintainer, please contact the maintainer before committing.

Working with the Lazarus-CCR SVN repository

This is a short guide mainly focusing on the URLs and sourceforge specifics. It is not an introduction to the use of SVN.

Checking out

The Lazarus-CCR is located at https://svn.code.sf.net/p/lazarus-ccr/svn

The following command will check out the complete tree into the lazarus-ccr subdirectory of your current directory:

svn co https://svn.code.sf.net/p/lazarus-ccr/svn lazarus-ccr

Committing

The first time you commit something, svn will ask for your password. Use the password, which belongs to your SourceForge account. This password is stored in the svn metadata in the checked out tree and won't be asked the next time.

Directory owners

The following lists shows the directory structure and their maintainers.