File Management

From within the RhodeCode Enterprise interface you can create, edit, delete, or import files into a repository. All files, except gists, must live in a repository. Gists are standalone files which can act as a private or public note taking or sharing utility.

Creating Files Online

To create a file in RhodeCode Enterprise, use the following steps.

  1. From the RhodeCode Enterprise interface, select Admin ‣ Repositories ‣ the repo ‣ Files.
  2. Select the Add File button.
  3. In the input box enter a file name and extension.
  4. Select commit change to save the new file.

Note

To add subfolders to your repository add the folder name in the file path. For example usr/bin/new_file.py

Uploading Files

To upload a file using the RhodeCode Enterprise interface, use the following steps.

  1. From the RhodeCode Enterprise interface, select Admin ‣ Repositories.
  2. Select the repository to which you wish to upload a file, and go to the Files tab.
  3. Select the Add File sign, and on the next page Upload file
  4. Select the Browse button, and choose the file you wish to upload, and add a commit message.
  5. Select Commit change to save the new file.

Deleting Files

To delete a file in RhodeCode Enterprise, use the following steps.

  1. From the RhodeCode Enterprise interface, select Admin ‣ Repositories.
  2. Select the repository in which you want to delete a file.
  3. Select the file you wish to delete.
  4. Click the red delete button, and add a commit message.
  5. Select commit changes.