Difference: SoftwareInstructions (1 vs. 4)

Revision 42017-11-03 - AlessioSarti

 
META TOPICPARENT name="GruppoSBAM"

Tips and suggestions to handle common software tools

Added:
>
>

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/SvnRepo

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

Revision 32011-05-06 - AlessioSarti

 
META TOPICPARENT name="GruppoSBAM"

Tips and suggestions to handle common software tools

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

Changed:
<
<
  • svn co svn+ssh://<youraccount>@pcaen1.ing2.uniroma1.it/home/sarti/SvnRepos/TemplatTesi
>
>
  • 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

Revision 22011-05-06 - AlessioSarti

 
META TOPICPARENT name="GruppoSBAM"

Tips and suggestions to handle common software tools

Added:
>
>

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/TemplatTesi
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

Revision 12010-12-01 - AlessioSarti

 
META TOPICPARENT name="GruppoSBAM"

Tips and suggestions to handle common software tools

-- AlessioSarti - 2010-12-01

 
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