UNIVERSITY OF ENGINNERING AND
TECHNOLOGY, TAXILA
Subject: SQE Lab
Lab 14
Dated: 28/11/2024(Thursday)
Submitted By:
Wajeeha Islam (22-SE-18)
Submitted To:
Ma’am Nazia
Department of Software Engineering,
UET TAXILA
Lab task 1: Use and explain the following commands in tortoise SVN
1. Create repository:
Purpose: Initialize a central repository where all project files will be stored and managed
under version control.
2. Create Working Directory:
Purpose: The working directory is where you edit files locally before committing changes to the
repository.
3. Project import
Purpose: Add a new project to the repository.
4. Project export:
Purpose: Export a clean copy of the project files without any SVN metadata.
5. SVN Update:
Purpose: Update your working directory with the latest changes from the repository.
6. Rename:
Purpose: Rename a file or folder in the repository.
7. Delete:
Delete a file or folder from the repository.
8. Commit:
Purpose: Push changes from the working directory to the repository.
9. Checkout:
Purpose: Create a working copy of a project from the repository.
10.Diff with previous versions: Purpose: Compare the current version of a file with a previous
version.
11.Show log:
Purpose: View the commit history of a file or project.