Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Offline Software & Code DevelopmentOffline SoftwareSVNSetupWorking Area- You will need a CERN email account and login details - First you need to request space on SVN for a project. Email: atlas-svn-managers@cern.ch to request. - Make sure you have an SVN default editor with which you will write short descriptions of files or notes when checking in and out. I used the following: >SVN='export SVN_EDITOR="emacs"'Adding/Removing Packages- To add a package to the area simply use: >svn add "packageName"-And to delete files use: >svn delete "packageName" Checking Packages- To check packages out use: > svn co svn+ssh://- Checking packages in you can simply type: >svn commit -There are many other useful tools for svn which are listed in terminal by using: >svn help |