|
All commands must be executed in the Terminal.(da finire)
Go to the parent directory for your local repository and enter:
svn checkout svn://svn.osdrawer.net/projectname moduloname
This will checkout the source into a new subdirectory called "moduloname".
Members of project should login with their OsDrawer account to get commit access:
svn checkout svn+ssh://username@svn.osdrawer.net/svnroot/projectname
You should add the first line to your ~/.profile, so SSH is always enabled.
|