How to get previous tag/branch/committed version in mendix modeler

0
Hi All, I am getting an error while using indexes and mendix support suggested us to use TortoiseSVN to get prevoius deployed or committed version, but I can not install it. I have Eclipse Could somebody suggest me whether we can use eclipse instead of TortoiseSVN? I am trying to connect to the team server of mendix through eclipse, but it is showing following error- A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. svn: Unable to connect to a repository at URL 'svn://teamserver.sprintr.com:82' svn: Can't connect to host 'teamserver.sprintr.com': A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. RA layer request failed svn: Unable to connect to a repository at URL 'https://teamserver.sprintr.com/88ee3307-179f-4a0e-aa4e-468b8eab0b78' (https://teamserver.sprintr.com/88ee3307-179f-4a0e-aa4e-468b8eab0b78%27) svn: OPTIONS of 'https://teamserver.sprintr.com/88ee3307-179f-4a0e-aa4e-468b8eab0b78': (https://teamserver.sprintr.com/88ee3307-179f-4a0e-aa4e-468b8eab0b78%27:) could not connect to server (https://teamserver.sprintr.com)
asked
2 answers
2

I use TortoiseSVN 1.7.15 with no problem. What version are you using? I know newer versions can cause strange behavior.

answered
0

One way is to create new branch. In doing so, you can select your "starting" point and effectively download a previous commit.

Team -> Manage Branch Lines -> New
answered