Our current version control system is antiquated and needs to be replaced. I am giving subversion a try because I need to be able to have the capability to lock. I followed the basic setup from Bruce's video and have the following questions/issues.
Environment: PowerBuilder 2017 R3, Windows server containing the Subversion Server and repository, VisualSVN (free/non-licensed version) for server and TortoiseSVN for client.
1. Did the "add to source" and completed the setup for the project. While playing around I reset source control back to "None" on the properties of the workspace, which removed subversion from the dropdown. How do I reestablish the connection back to subversion?
2. Locking? I have the original project in subversion, I then created a "working copy" i.e. "connect to workspace". To test if I can see locking I went back to the original project and did a "get lock" then switched my workspace to the working copy. It is not showing that the object is locked, so I did an update and still no change. Is there a configuration setting so that the Lock shows up on my working copy... did I miss a step? If I tried to "get lock" from my working copy it does fail, it recognizes that the object is locked.