| To perform this task |
Follow these steps |
| Check out sources. |
- Choose Subversion > Checkout from the main menu.
- In the Subversion Checkout wizard, specify the
location of the Subversion repository, enter your password and proxy, and
click Next.
- Specify the folders
you want to check out in the Folders to Checkout field.
- Specify the local working directory into which you want to
check
out the selected folders.
- Click Finish to check out the files.
|
| View versioning information. |
- Choose Subversion > Show All Changes from the main menu.
- Right-click any project, directory, or file that
is in a Subversion working directory and choose Subversion
> Show Changes.
|
| Update local file versions. |
- Right-click the file that you want to update.
- Choose Subversion > Update from the pop-up menu.
|
| Diff files. |
- Right-click the file that you want to diff.
- Choose Diff from the pop-up menu.
|
| Commit local changes. |
- Right-click the file or directory you want to commit.
- Choose Subversion > Commit from the pop-up menu.
|
| Merge revisions. |
- Right-click the files or folders that you want to merge
into your local
working copy and choose Subversion > Merge Changes.
- Select the branch you want to merge
the changes to.
- Click Merge.
|
| Create a patch. |
- Select the locally modified file or folder and choose
Subversion > 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. |
- Right-click the file or folder on which you want to apply
the patch and choose Tools >Apply Diff Patch.
- Type the path or navigate to the patch file you want to
apply.
- Click Patch.
|