SlideShare uma empresa Scribd logo
1 de 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>

Mais conteúdo relacionado

Semelhante a 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
 

Semelhante a 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
 

Último

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
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
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 

Último (20)

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
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
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 

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