svn co svn+ssh://svn.cern.ch/reps/na61papers/Documents/trunk/StatusReport2013 StatusReport2013

Basic commands:

---- to update to the latest version:
svn up

---- to commit your chnages to the existing in the svn file
svn ci  -m "  write what did you changed "

---- to add a new file/directory called name
svn add  name
svn ci -m " name added "