Tags:
create new tag
view all tags

Tips and suggestions to handle common software tools

SVN instructions

To import a new project under svn.

  • Contact the arpg-serv administrator to decide where to put the new project
Listing available project
svn list  svn+ssh://XYZ@arpg-serv.ing2.uniroma1.it/Users/Shared/SvnRepos

To checkout an existing package:

svn co svn+ssh://XYZ@arpg-serv.ing2.uniroma1.it/Users/Shared/SvnRepos/SoftMONDO/NeutronAnalysis

To add a file..

svn add nomefile

Beware that: a file is added but NOT written into the server until you 'commit it' (see next line). You can also add directories: in this case ALL the content of the directory will be added.

To committ a file.

svn ci -m "Log message explaining what you're doing" nomefile

This

Thesis writing

We adopt LateX to write the thesis. A template, using toptesi package, can be found in svn. To get it from the repository, type

  • svn co svn+ssh://<youraccount>@pcaen1.ing2.uniroma1.it/home/sarti/SvnRepos/TemplateTesi
Per compilare la propria tesi bisogna eseguire il comando
  • pdflatex my_tesi.tex
Per modificare il frontespizio bisogna modificare il file toptesi.cfg

-- AlessioSarti - 2010-12-01

Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r2 - 2017-11-08 - AlessioSarti
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback