I have the CollabNet Subversion client installed. As far as I can tell, Subversion is correctly configured in the global settings and the project settings. However, all Subversion operations fail. Some, like checkout, don’t ask for username and password. Others, like commit, do, but don’t work anyway. Regardless of whether I’m prompted for a password or not, I get the following:
please check your settings. We tested CollabNetSubversion-client-1.7.3-1-x64.exe
on Windows 7 – 64b and it worked fine.
Please activate or show Message Explorer (you can see there all the commands that go from TDM to SVN) and let me know what is displayed in Message Explorer when you run Refresh command.
Also, let me know how did you define Working Directory please.
Here’s what I have in the Message Explorer window when I view the details of the first line. Note that this is the same (except for the command) as in my original post. I have verified that the username and password in the global settings are correct.
I turned on the “Non Interactive” flag in the project properties and now I have something different. Same thing if I also turn on the “No Authentication Cache” option.
SVN status “C:\Users{username}\Documents\Toad Data Modeler\Standard Installation 2\Projects\tdm2\Models\Test.txl” -u -v --username user1 --password pass1
Note: TDM doesn’t show username and password commands in Message Explorer for security reasons.
Hi,
we did additional tests with the following result: we were able to reproduce it only when username and password was not set correctly.
If username and password info is missing then cached user might be used. This might cause the problem. Please try to run the following command (modify path to the file and username and password) from command line from the directory where SVN.EXE is stored:
Another reason that can cause problems might be in unicode chars in name or password. Do you use unicode chars in username or password, please?