Menu

Home

Justin lwjinx

Welcome to your wiki!

Project Title: TafeSA20015S1-01-5TSD
Use the initial project code MyInitial for further development. The project needs to develop the code to include selling Tickets as well. There is an existing Ticketing software available so that you can obtain part of the class and form you need. Use the branching feature in subversion so that the development can be branched (in parallel) for feat1.1 and feat1.2. be carried by two developers.

Members;[Justin], Scott, Lauren, Tyson
Responsibilities;
[Justin]: Initial loading of code into trunk = Done
Develop feature 1.1 - invoice
Merge code to trunk
Develop wiki page (Project title) = Done

Scott: Develop feature 1.2
Merge code to trunk
Develop wiki page
(member Table and summary)

Lauren (lwjinx):
Develop feature 1.2
Merge code to the trunk

To check out the code use TortiseSVN and https://svn.code.sf.net/p/tafe-5tsd/code/
While at TAFE configure Tortise proxies.

[database-config-ms-sql]
[database-config-visualstudio]
[tortoisesvn-config]

To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses Markdown syntax.

Using SourceForge and TortoiseSVN for source control

The following are general steps to create a project in SourceForge.
SourceForge website: http://sourceforge.net

  1. Register your account in SourceForge.

  2. Create Project in SourceForge. Make sure that you check the SVN server as source control.
    Note: your project has already been created with the following information.
    For example: YourProject Name: MyAssign
    Then the repository url address: http://svn.code.sf.net/p/MyAssign/code/

  3. Add members to the project (i.e. with Read/Write, ReadOnly etc.)

  4. Install the TortoiseSVN. Make sure you use the right version. i.e. 64bits vs 32 bits.

  5. Connect to the SourecForge repository using TortoiseSVN.
    The url is:
    http://svn.code.sf.net/p/YourProjectName/code/trunk
    If you have encrypted your project, you use:
    https://svn.code.sf.net/p/YourProjectName/code/trunk

  6. Use TortoiseSVN to import the initial code into the /trunk folder.
    With your project, you should be able to see the other folders as well. e.g.
    http://svn.code.sf.net/p/YourProjectName/code/branches
    http://svn.code.sf.net/p/YourProjectName/code/tags
    Notes:
    ~/trunk This folder is for initial loading of the project and the mainstream of development.
    ~/branches/……. These folders are for developer to use for feature development.
    ~/tags/…... These folders are for product release.
    For branch feature development:
    How to transfer files from trunk to branch?
    • All branch codes must be coming from the /trunk initially.
     Check out the latest trunk into local working folder.
     Right click on the working folder and choose branch /tag option to transfer files into the branch. Add the branch name at the end of the URL.
    How to do development in the branch?
    • Create a local working folder in c: drive
    • Right click on the folder and check out the latest branch
    • All development must be carried at the local working folder. Every modification should be committed back to the branch of the server.
    • At end the branch needs to merge with the trunk.

Project Members:


Related

Wiki: Justin
Wiki: database-config-visualstudio
Wiki: tortoisesvn-config

MongoDB Logo MongoDB