The following table describes common Subversion tasks.
To perform this task: |
Follow these steps: |
Check out sources |
- Choose Versioning > Subversion > Checkout
from the main menu.
- In the Subversion Checkout wizard, specify the location of the Subversion repository,
enter your username, password, and proxy (if required), and click Next.
- Specify the folders you want to check out in the Repository Folder(s) field.
- In the Local Folder field, specify the location on your computer where you want the
checked out sources to reside.
- Click Finish to check out the files.
|
View versioning information |
- Select a project, directory, or file that is in a Subversion working
directory
- Choose Subversion > Show Changes from the right-click menu. The
Versioning window opens
to display versioning information on the selected item(s).
|
Update local file versions |
- Select the project, file, or folder that you want to update
- Choose Subversion > Update from
the right-click menu.
|
Diff files |
- Select the file that you want to perform a diff on.
- Choose Subversion > Diff
from the right-click menu.
|
Commit local changes |
- Select the file or directory that you want to commit.
- Choose Subversion > Commit from
right-click menu.
|
Merge revisions |
- Select the files or folders that you want to merge into your local
working copy and choose Subversion > Merge
Changes from the right-click menu.
- Select the branch you want to merge the changes from.
- Click Merge.
|
Create a patch |
- Select the locally modified file or folder and choose Versioning >
Export Diff Patch from the main menu.
- Enter a name for the patch file and specify the location where you want
to save the patch.
- Click Export.
|
Apply a patch |
- Select the locally modified file or folder and choose Versioning >
Apply Diff Patch from the main menu.
- Type the path or navigate to the patch file you want to apply.
- Click Patch.
|