The Check In dialog used to check in files to the source control repository.

The following controls are displayed:

Repository Root

Specify the root repository URL (or local/server folder if stored in a file folder).

For Microsoft Source Safe provider, this is the path to the Source Safe  database folder (where srcsafe.ini resides). For Git provider, this is optional if the repository is in the local .git folder.

Repository Subfolder

A subfolder within the Repository Root folder. If the subfolder have multiple levels specify in the subfolder/subfolder format. ATEasy will prompt you to create subfolders if they do not exist.

For Microsoft Source Safe provide it is the source safe project where it reside. For Git provider, this is optional if the repository is in the local .git folder.

Working Copy Folder

A local folder as a top level folder for your local files. You can use the browse button to select a folder or right arrow to insert a path variable.
Source control providers typically will create a folder (.svn, .git) or a file (.scc) to store information regarding your source control files).

File List

If Project was selected to check in (from the Workspace Window) - displays the project files, otherwise file that you have selected to check in to the repository.

Comment

Add comments for the files being added.

Select All

Select all the file is the current project.

Deselect All

Turn off all the selection.

Keep Checked Out

Keep the files being checked out after adding them to the repository.

OK

Pressing OK will check in the selected files to the repository subfolder. It will check the files out if the Keep Checked Out check box is selected.

Cancel

Cancel the add operation and close the dialog.