Binding a Project to Subversion

Use the following steps if you have already created a Lingo project and want to bind ("connect") it to Subversion. You can also automatically detect existing source control bindings if your project has been previously connected to Subversion.

Note The following steps show how to bind a project using the Lingo interface. It is also possible to bind a project outside of Lingo (e.g., using Git Bash). If you decide to do this, you should be aware of some additional aspects of source control, such as bind detection and disabling providers. See Bind Detection, Disabling Providers, and Unbinding Providers—Subversion.

How to Bind a Project Using the Project Properties Dialog

  1. Open the project.
  2. Select File > Project Properties. The Project Properties dialog opens.
  3. Select the Source Control tab.
  4. Click Bind Project. The Bind Project dialog opens.
  5. From the drop-down, select Subversion.
  6. In the Server field, enter the IP address.
  7. Next to the Project Path field, click The browse ellipsis button opens to more options..
  8. Click on the Subversion folder to which you want to bind the Lingo project.
  9. Click OK.
  10. (Optional) In the Comment field, you can enter any internal comments.
  11. In the Bind Project dialog, click OK.
  12. If the Log In dialog opens, complete the User name and Password fields and click OK. Copies of the Lingo files are created and added to the folder you specified.
  13. In the Project Properties dialog, click OK. The project is connected to Subversion, and you can now commit files as necessary.

How to Bind a Project Using the Explorer

  1. Open the project.
  2. Select View > Source Control Explorer. The Source Control Explorer opens.
  3. From the drop-down or the Home pane, select Settings. The Settings pane opens.

  4. Click Bind. The Bind Project dialog opens.
  5. From the drop-down, select Subversion.
  6. In the Server field, enter the IP address.
  7. Next to the Project Path field, click The browse ellipsis button opens to more options..
  8. Click on the Subversion folder to which you want to bind the Lingo project.
  9. Click OK.
  10. (Optional) In the Comment field, you can enter any internal comments.
  11. In the Bind Project dialog, click OK.
  12. If the Log In dialog opens, complete the User name and Password fields and click OK. Copies of the Lingo files are created and added to the folder you specified. The project is connected to Subversion, and you can now commit files as necessary.

What’s Noteworthy?

Tip If you are having difficulty binding your project, try binding to a brand new directory in your source control provider. You should also ensure that the directory on your local machine (and its parent directories) is not already mapped to source control, as this may cause issues with binding.

Note You can also bind a new Lingo project to source control while creating it. See Creating Projects.