SlideShare ist ein Scribd-Unternehmen logo
1 von 23
Diogo Gomes dgomes@ua.pt Diogo Gomes <dgomes@ua.pt>
Project Management Meet your project enemies Diogo Gomes <dgomes@av.it.pt> 2
Managing Projects Where do you keep issues/to-do’s ? Email ? Excel Sheets ? Post-it’s What about documentation Word document How do you handle collaboration ?! Diogo Gomes <dgomes@av.it.pt> 3
Managing Files Exchanging files, code, docs Email ? FTP ? USB sticks ?! Backups Renaming files (v1, v2, very old, backup, bck) Multiple folders External device (USB stick, USB disk) Diogo Gomes <dgomes@av.it.pt> 4
Solutions Software tools can help: Track iterations Organize Documentation Organize Data/Code Collaborate Diogo Gomes <dgomes@av.it.pt> 5
Project Management Innumerous Tools MS Project, Trac, *Forge, Redmine, Google Code Functionalities Collaboration (wiki’s, mailing lists, forum’s) Issue Tracking Time Planning Portfolio Resources Management Documentation Management 6 Diogo Gomes <dgomes@av.it.pt>
Wiki It’s a set of interlinked web pages created using a simplified markup language Enables cooperative editing of documentation Anyone can edit! Navigation is usually chaotic, but provides a better mapping of relationship between subjects. Diogo Gomes <dgomes@av.it.pt> 7
Issue Tracking trouble ticket system, support ticket or incident ticket system can overlap with bug tracker Systematic approach to problem solving Enables efficient tracking of progress Provides the means to monitor and coordinate a project progress Diogo Gomes <dgomes@av.it.pt> 8
Source Code Management (SCM) don’t worry about overwriting files or losing code.  keep a constant history of every file in your project.  view the changes to specific code, review with your team, and even roll back changes to previous versions.  Diogo Gomes <dgomes@av.it.pt> 9
Benefits of SCM’s Improves team collaboration.  Many people can update the same files without the risk of overwriting each others work. Can provide a constant backup of your files in a central location, where you can share changes and updates with team members.  Diogo Gomes <dgomes@av.it.pt> 10
SourceCodeManagement (SCM) SCM models Atomic Operations File Locking Version Merging Baselines, labels and tags Repository Model Centralized (CVS, SVN, VSS) Distributed (GIT, Mercurial) 11 Diogo Gomes <dgomes@av.it.pt>
CodeUA Objectives Provide the academic community a tool that can assist in software project management. Research (IEETA, IT) Classes (ARA, Eng. Software, Eng. Serviços, FR, P*, etc) To allow both public and private projects To gather all efforts under a single entity/tool Multiplatform Solution (Windows, Linux, OSX) Integrated with the university remaining services (SSO) Opportunities To provide students experience using software and project management tools Usage of the tool in order to track grad-students progress Mass software collection tool  Platform used: Redmine + SVN (WIP: GIT) 12 Diogo Gomes <dgomes@av.it.pt>
Redmine http://www.redmine.org/ Main features Multiple project support Flexible access control system Issue tracking Document Management RSS and E-Mail notification Per Project Wiki’s and Forum’s Time Management including Gantt graph generation Easy integration of several SCM’s (eg: SVN, CVS, Git) New functionalities can be introduced through Plugins Built on Ruby-on-Rails (RoR) (Mongrel + MySQL) 13 Diogo Gomes <dgomes@av.it.pt>
Projects Subprojects Ex: Project Cake, sub-project Chocolate Cake Issues can be used to track both features and bugs Integration between SCM, Issues, Wiki Example: commits can reference an Issue # Roadmaps enable to track project milestones, and plan ahead 14 Diogo Gomes <dgomes@av.it.pt>
SCM Integration Navigation through the repository Statistics  Comments Integration Shared Authentication (Web / SCM) 15 Diogo Gomes <dgomes@av.it.pt>
SVN How can I use SVN? Client Software Windows: TortoiseSVN Linux: Use the cmdline OSX: Versions Create your project CodeUA Google Code SourceForge Diogo Gomes <dgomes@av.it.pt> 16
SVN basics Checkout Download project Alter your files locally Diogo Gomes <dgomes@av.it.pt> 17
SVN basics Commit Upload your changes Keep all versions Diogo Gomes <dgomes@av.it.pt> 18
SVN (1) svn checkout path://to.project.site/ folder imports the content of the URL into a new folder called subversion svn update used to grab the latest version of files from the Subversion server.  svn log log of what happened in the repository Diogo Gomes <dgomes@av.it.pt> 19
SVN (2) svn import /fs/path path://to.project/  Used to initially import your files to the server svn add file indicates that a new file should be versioned svn delete file indicates that a file should be removed from the HEAD svn commit used to grab the latest version of files from the Subversion server.  Diogo Gomes <dgomes@av.it.pt> 20
SVN (3) svn diff file what have I done compared with the repository  svn blame file who did which change to the file svn status shows the things that have changed in your working copy.  Diogo Gomes <dgomes@av.it.pt> 21
WalkThrough https://code.ua.pt 22 Diogo Gomes <dgomes@av.it.pt>
WalkThrough Login Listagem de projectos (publicos vs privados) Criação de um projecto Definição de Roles Criação de Issues Edição do Wiki Checkout via SVN 23 Diogo Gomes <dgomes@av.it.pt>

Weitere ähnliche Inhalte

Ähnlich wie Conversas 2.0@sapo.labs - "svn+code.ua"

Community based software development: The GRASS GIS project
Community based software development: The GRASS GIS projectCommunity based software development: The GRASS GIS project
Community based software development: The GRASS GIS projectMarkus Neteler
 
WinOps meetup April 2016 DevOps lessons from Microsoft \\Build\
WinOps meetup April 2016   DevOps lessons from Microsoft \\Build\WinOps meetup April 2016   DevOps lessons from Microsoft \\Build\
WinOps meetup April 2016 DevOps lessons from Microsoft \\Build\DevOpsGroup
 
Windows Store apps development
Windows Store apps developmentWindows Store apps development
Windows Store apps developmentLaurent Duveau
 
Erich Gamma at SpringOne Platform 2017
Erich Gamma at SpringOne Platform 2017Erich Gamma at SpringOne Platform 2017
Erich Gamma at SpringOne Platform 2017VMware Tanzu
 
Android overview
Android overviewAndroid overview
Android overviewHas Taiar
 
Firefox OS - Hive Pilani 2015
Firefox OS - Hive Pilani 2015Firefox OS - Hive Pilani 2015
Firefox OS - Hive Pilani 2015Nilay Binjola
 
Continuous Delivery for Python Developers – PyCon Otto
Continuous Delivery for Python Developers – PyCon OttoContinuous Delivery for Python Developers – PyCon Otto
Continuous Delivery for Python Developers – PyCon OttoPeter Bittner
 
Source Control with Domino Designer 8.5.3 and Git (DanNotes, November 28, 2012)
Source Control with Domino Designer 8.5.3 and Git (DanNotes, November 28, 2012)Source Control with Domino Designer 8.5.3 and Git (DanNotes, November 28, 2012)
Source Control with Domino Designer 8.5.3 and Git (DanNotes, November 28, 2012)Per Henrik Lausten
 
Learned lessons in real world projects by Jordi Anguela at Mallorca Software ...
Learned lessons in real world projects by Jordi Anguela at Mallorca Software ...Learned lessons in real world projects by Jordi Anguela at Mallorca Software ...
Learned lessons in real world projects by Jordi Anguela at Mallorca Software ...Codium
 
Google software engineering practices by handerson
Google software engineering practices by handersonGoogle software engineering practices by handerson
Google software engineering practices by handersonmustafa sarac
 

Ähnlich wie Conversas 2.0@sapo.labs - "svn+code.ua" (20)

Community based software development: The GRASS GIS project
Community based software development: The GRASS GIS projectCommunity based software development: The GRASS GIS project
Community based software development: The GRASS GIS project
 
WinOps meetup April 2016 DevOps lessons from Microsoft \\Build\
WinOps meetup April 2016   DevOps lessons from Microsoft \\Build\WinOps meetup April 2016   DevOps lessons from Microsoft \\Build\
WinOps meetup April 2016 DevOps lessons from Microsoft \\Build\
 
Windows Store apps development
Windows Store apps developmentWindows Store apps development
Windows Store apps development
 
Erich Gamma at SpringOne Platform 2017
Erich Gamma at SpringOne Platform 2017Erich Gamma at SpringOne Platform 2017
Erich Gamma at SpringOne Platform 2017
 
MCDM Toolkit
MCDM ToolkitMCDM Toolkit
MCDM Toolkit
 
MMT 1
MMT 1MMT 1
MMT 1
 
Android overview
Android overviewAndroid overview
Android overview
 
Jigyanshu
JigyanshuJigyanshu
Jigyanshu
 
Firefox OS - Hive Pilani 2015
Firefox OS - Hive Pilani 2015Firefox OS - Hive Pilani 2015
Firefox OS - Hive Pilani 2015
 
Django
DjangoDjango
Django
 
Continuous Delivery for Python Developers – PyCon Otto
Continuous Delivery for Python Developers – PyCon OttoContinuous Delivery for Python Developers – PyCon Otto
Continuous Delivery for Python Developers – PyCon Otto
 
Parani_Profile
Parani_ProfileParani_Profile
Parani_Profile
 
Winbatch
WinbatchWinbatch
Winbatch
 
Devsummit 2010
Devsummit 2010Devsummit 2010
Devsummit 2010
 
PPT Companion to Android
PPT Companion to AndroidPPT Companion to Android
PPT Companion to Android
 
Source Control with Domino Designer 8.5.3 and Git (DanNotes, November 28, 2012)
Source Control with Domino Designer 8.5.3 and Git (DanNotes, November 28, 2012)Source Control with Domino Designer 8.5.3 and Git (DanNotes, November 28, 2012)
Source Control with Domino Designer 8.5.3 and Git (DanNotes, November 28, 2012)
 
Introduction to Go-Lang
Introduction to Go-LangIntroduction to Go-Lang
Introduction to Go-Lang
 
Learned lessons in real world projects by Jordi Anguela at Mallorca Software ...
Learned lessons in real world projects by Jordi Anguela at Mallorca Software ...Learned lessons in real world projects by Jordi Anguela at Mallorca Software ...
Learned lessons in real world projects by Jordi Anguela at Mallorca Software ...
 
My view on XPages
My view on XPagesMy view on XPages
My view on XPages
 
Google software engineering practices by handerson
Google software engineering practices by handersonGoogle software engineering practices by handerson
Google software engineering practices by handerson
 

Kürzlich hochgeladen

Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 

Kürzlich hochgeladen (20)

Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 

Conversas 2.0@sapo.labs - "svn+code.ua"

  • 1. Diogo Gomes dgomes@ua.pt Diogo Gomes <dgomes@ua.pt>
  • 2. Project Management Meet your project enemies Diogo Gomes <dgomes@av.it.pt> 2
  • 3. Managing Projects Where do you keep issues/to-do’s ? Email ? Excel Sheets ? Post-it’s What about documentation Word document How do you handle collaboration ?! Diogo Gomes <dgomes@av.it.pt> 3
  • 4. Managing Files Exchanging files, code, docs Email ? FTP ? USB sticks ?! Backups Renaming files (v1, v2, very old, backup, bck) Multiple folders External device (USB stick, USB disk) Diogo Gomes <dgomes@av.it.pt> 4
  • 5. Solutions Software tools can help: Track iterations Organize Documentation Organize Data/Code Collaborate Diogo Gomes <dgomes@av.it.pt> 5
  • 6. Project Management Innumerous Tools MS Project, Trac, *Forge, Redmine, Google Code Functionalities Collaboration (wiki’s, mailing lists, forum’s) Issue Tracking Time Planning Portfolio Resources Management Documentation Management 6 Diogo Gomes <dgomes@av.it.pt>
  • 7. Wiki It’s a set of interlinked web pages created using a simplified markup language Enables cooperative editing of documentation Anyone can edit! Navigation is usually chaotic, but provides a better mapping of relationship between subjects. Diogo Gomes <dgomes@av.it.pt> 7
  • 8. Issue Tracking trouble ticket system, support ticket or incident ticket system can overlap with bug tracker Systematic approach to problem solving Enables efficient tracking of progress Provides the means to monitor and coordinate a project progress Diogo Gomes <dgomes@av.it.pt> 8
  • 9. Source Code Management (SCM) don’t worry about overwriting files or losing code. keep a constant history of every file in your project. view the changes to specific code, review with your team, and even roll back changes to previous versions. Diogo Gomes <dgomes@av.it.pt> 9
  • 10. Benefits of SCM’s Improves team collaboration. Many people can update the same files without the risk of overwriting each others work. Can provide a constant backup of your files in a central location, where you can share changes and updates with team members. Diogo Gomes <dgomes@av.it.pt> 10
  • 11. SourceCodeManagement (SCM) SCM models Atomic Operations File Locking Version Merging Baselines, labels and tags Repository Model Centralized (CVS, SVN, VSS) Distributed (GIT, Mercurial) 11 Diogo Gomes <dgomes@av.it.pt>
  • 12. CodeUA Objectives Provide the academic community a tool that can assist in software project management. Research (IEETA, IT) Classes (ARA, Eng. Software, Eng. Serviços, FR, P*, etc) To allow both public and private projects To gather all efforts under a single entity/tool Multiplatform Solution (Windows, Linux, OSX) Integrated with the university remaining services (SSO) Opportunities To provide students experience using software and project management tools Usage of the tool in order to track grad-students progress Mass software collection tool Platform used: Redmine + SVN (WIP: GIT) 12 Diogo Gomes <dgomes@av.it.pt>
  • 13. Redmine http://www.redmine.org/ Main features Multiple project support Flexible access control system Issue tracking Document Management RSS and E-Mail notification Per Project Wiki’s and Forum’s Time Management including Gantt graph generation Easy integration of several SCM’s (eg: SVN, CVS, Git) New functionalities can be introduced through Plugins Built on Ruby-on-Rails (RoR) (Mongrel + MySQL) 13 Diogo Gomes <dgomes@av.it.pt>
  • 14. Projects Subprojects Ex: Project Cake, sub-project Chocolate Cake Issues can be used to track both features and bugs Integration between SCM, Issues, Wiki Example: commits can reference an Issue # Roadmaps enable to track project milestones, and plan ahead 14 Diogo Gomes <dgomes@av.it.pt>
  • 15. SCM Integration Navigation through the repository Statistics Comments Integration Shared Authentication (Web / SCM) 15 Diogo Gomes <dgomes@av.it.pt>
  • 16. SVN How can I use SVN? Client Software Windows: TortoiseSVN Linux: Use the cmdline OSX: Versions Create your project CodeUA Google Code SourceForge Diogo Gomes <dgomes@av.it.pt> 16
  • 17. SVN basics Checkout Download project Alter your files locally Diogo Gomes <dgomes@av.it.pt> 17
  • 18. SVN basics Commit Upload your changes Keep all versions Diogo Gomes <dgomes@av.it.pt> 18
  • 19. SVN (1) svn checkout path://to.project.site/ folder imports the content of the URL into a new folder called subversion svn update used to grab the latest version of files from the Subversion server. svn log log of what happened in the repository Diogo Gomes <dgomes@av.it.pt> 19
  • 20. SVN (2) svn import /fs/path path://to.project/ Used to initially import your files to the server svn add file indicates that a new file should be versioned svn delete file indicates that a file should be removed from the HEAD svn commit used to grab the latest version of files from the Subversion server. Diogo Gomes <dgomes@av.it.pt> 20
  • 21. SVN (3) svn diff file what have I done compared with the repository svn blame file who did which change to the file svn status shows the things that have changed in your working copy. Diogo Gomes <dgomes@av.it.pt> 21
  • 22. WalkThrough https://code.ua.pt 22 Diogo Gomes <dgomes@av.it.pt>
  • 23. WalkThrough Login Listagem de projectos (publicos vs privados) Criação de um projecto Definição de Roles Criação de Issues Edição do Wiki Checkout via SVN 23 Diogo Gomes <dgomes@av.it.pt>
  • 24. GIT Not dependent on network access or a central server Strong support for non-linear development Very Fast Compatibility with existing systems/protocols Important Concepts Pull, Push, Commit Diogo Gomes <dgomes@av.it.pt> 24