Jazz source control stores artifacts such as files and folders in the Jazz repository. You create a repository workspace to hold your private copies of the files and folders that you want to work with, and then load the contents of your repository workspace into a local workspace (a directory in your computer's file system) so that the files and folders are accessible to tools like editors, compilers, and integrated development environments. As you make changes to the contents of your local workspace, you periodically check them in, which copies them to the repository workspace so that the two workspaces contain the same versions of the files. In the repository workspace, related changes are collected as change sets, which enable changes in multiple files and folders to be committed in a single operation.
Did this help? You can provide feedback at Jazz.net (registration required): Comment in the forums or submit a bug